ezmlm-web-archiv/ezmlm-web-3.1.4/template/form_common.cs
lars de99aa3045 v3.1.4 released
merged all changes of [222] into trunk
2006-03-26 21:08:21 +00:00

10 lines
454 B
C#

<!-- this file should be included in every form with checkboxes and settings -->
<input type="hidden" name="list" value="<?cs var:Data.List.Name ?>" />
<!-- "available_options" is filled by the checkbox macro -->
<input type="hidden" name="options_available" value="<?cs var:available_options ?>" />
<!-- "available_settings" is filled by the setting macro -->
<input type="hidden" name="settings_available" value="<?cs var:available_settings ?>" />