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
|
@ -1,14 +1,20 @@
|
|||
<div class="title">
|
||||
<h1><?cs var:html_escape(Lang.Title.ConfirmDelete) ?> <i><?cs var:html_escape(Data.List.Name) ?></i></h1>
|
||||
<h1><?cs var:html_escape(Lang.Title.ListDelete) ?> "<?cs var:html_escape(Data.List.Name) ?>"</h1>
|
||||
</div>
|
||||
|
||||
<form method="post" action="<?cs var:ScriptName ?>" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="list" value="<?cs var:Data.List.Name ?>" />
|
||||
<?cs if:Data.List.PartType ?>
|
||||
<input type="hidden" name="part" value="<?cs var:Data.List.PartType ?>" />
|
||||
<?cs /if?>
|
||||
<div class="introduction">
|
||||
<p><?cs var:html_escape(Lang.Introduction.ListDelete) ?></p>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="action" value="list_delete_do" />
|
||||
<button type="submit" name="send" value="do"><?cs var:html_escape(Lang.Buttons.ConfirmDeletion) ?></button>
|
||||
</form>
|
||||
<fieldset class="form">
|
||||
<legend><?cs var:html_escape(Lang.Legend.ListDelete) ?> </legend>
|
||||
|
||||
<p><?cs var:Lang.Misc.ConfirmDelete ?></p>
|
||||
<form method="post" action="<?cs var:ScriptName ?>" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="list" value="<?cs var:Data.List.Name ?>" />
|
||||
|
||||
<input type="hidden" name="action" value="list_delete_do" />
|
||||
<button type="submit" name="send" value="do"><?cs var:html_escape(Lang.Buttons.ConfirmDeletion) ?></button>
|
||||
</form>
|
||||
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue