ezmlm-web/template/list_create.cs

20 lines
464 B
C#
Raw Permalink Normal View History

2005-12-25 17:12:31 +01:00
<div class="title">
<h1><?cs var:html_escape(Lang.Title.ListCreate) ?></h1>
</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.ListCreate) ?> </legend>
<?cs call:form_header("list_create") ?>
<?cs call:show_options(UI.Options.Create) ?>
2005-12-25 17:12:31 +01:00
<ul><li>
2005-12-25 17:12:31 +01:00
<input type="hidden" name="action" value="list_create_do" />
<button type="submit" name="send" value="do"><?cs
var:html_escape(Lang.Buttons.Create) ?></button></li></ul>
2005-12-25 17:12:31 +01:00
</form>
</fieldset>