2005-12-25 17:12:31 +01:00
|
|
|
<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>
|
|
|
|
|
2007-04-09 17:56:00 +02:00
|
|
|
<fieldset>
|
2005-12-25 17:12:31 +01:00
|
|
|
<legend><?cs var:html_escape(Lang.Legend.ListDelete) ?> </legend>
|
|
|
|
|
2007-04-11 00:19:43 +02:00
|
|
|
<?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>
|
2005-12-25 17:12:31 +01:00
|
|
|
</form>
|
|
|
|
|
|
|
|
</fieldset>
|