additional config pages do not need changes to the cgi code anymore
increased textarea size in textfile_edit changed author field of html header splitted config_filter to config_posting and config_processing
This commit is contained in:
parent
1f5946bb1d
commit
fa7bd2c6c7
13 changed files with 119 additions and 91 deletions
|
@ -13,12 +13,13 @@
|
|||
<input type="hidden" name="list" value="<?cs var:Data.List.Name ?>">
|
||||
<input type="hidden" name="file" value="<?cs var:Data.List.File.Name ?>">
|
||||
|
||||
<p><textarea name="content" rows="7"
|
||||
<p><textarea name="content" rows="13"
|
||||
cols="72"><?cs var:Data.List.File.Content ?></textarea></p>
|
||||
|
||||
<input type="hidden" name="action" value="textfile_save" />
|
||||
<button type="submit" name="send" value="do"><?cs var:html_escape(Lang.Buttons.SaveFile) ?></button>
|
||||
</form>
|
||||
|
||||
</fieldset>
|
||||
|
||||
<?cs include:TemplateDir + '/help_tag_substitution.cs' ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue