ezmlm-web release:
* released source and debian file
This commit is contained in:
parent
b93f629a9c
commit
db6538cda5
161 changed files with 32232 additions and 0 deletions
9
ezmlm-web-3.3/template/config_options/charset_select.cs
Normal file
9
ezmlm-web-3.3/template/config_options/charset_select.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!-- REMOVE --><?cs include:TemplateDir + '/macros.cs' ?>
|
||||
<!-- charset -->
|
||||
<?cs if:Config.Features.CharsetSelect ?>
|
||||
<?cs if:Data.List.CharSet ?>
|
||||
<label for="list_charset"><?cs var:html_escape(Lang.Misc.ListCharset)
|
||||
?>:</label>
|
||||
<input type="text" name="list_charset" id="list_charset" size="30"
|
||||
value="<?cs var:Data.List.CharSet ?>" /><?cs /if ?>
|
||||
<?cs /if ?>
|
Loading…
Add table
Add a link
Reference in a new issue