ezmlm-web/template/config_options/prefix.cs
lars 0ffe2e9e35 web interface:
* change default width of wide text input fields from 70 to 60
2008-09-27 22:42:02 +00:00

7 lines
228 B
C#

<!-- REMOVE --><?cs include:TemplateDir + '/macros.cs' ?>
<!-- subject prefix -->
<?cs call:checkbox("f") ?>
<ul><li><input type="text" name="prefix" value="<?cs
var:html_escape(Data.List.Prefix) ?>" size="60" />
</li></ul>