lars
4c83771e11
new configuration setting: HTML_LINKS changed layout of top div fixed some IE rendering problems improved visualization of subscriber's log changed interface of 'form_header' macros moved interface and language selection to the top of the page reverse order of subscriber's log entries set explicit default values for UNSAFE_RM, PRETTY_NAMES, ALIAS_USER, HTML_LINKS, HTML_LANGUAGE, FILE_UPLOAD and DEFAULT_OPTIONS HTML_CSS_FILE replaced by HTML_CSS_URL - it defaults to '/ezmlm-web.css' added manpages for 'webusers' and 'ezmlmwebrc' file formats added check for required settings ignore 'taintness' of 'send' input data due to non-ascii characters in buttons' values
22 lines
648 B
C#
22 lines
648 B
C#
<div class="title">
|
|
<h1><?cs var:html_escape(Lang.Title.ListDelete) ?> "<?cs var:html_escape(Data.List.Name) ?>"</h1>
|
|
</div>
|
|
|
|
<div class="introduction">
|
|
<p><?cs var:html_escape(Lang.Introduction.ListDelete) ?></p>
|
|
</div>
|
|
|
|
<fieldset>
|
|
<legend><?cs var:html_escape(Lang.Legend.ListDelete) ?> </legend>
|
|
|
|
<?cs call:form_header("delete_list_confirm") ?>
|
|
<ul>
|
|
<li><?cs var:html_escape(Lang.Misc.ConfirmDelete) ?></li>
|
|
<li><input type="hidden" name="action" value="list_delete_do" />
|
|
<button type="submit" name="send" value="do"><?cs
|
|
var:html_escape(Lang.Buttons.ConfirmDeletion) ?></button>
|
|
</li>
|
|
</ul>
|
|
</form>
|
|
|
|
</fieldset>
|