new release 3.0
This commit is contained in:
parent
b5e33ed9e7
commit
e4763bc1fb
36 changed files with 3785 additions and 0 deletions
9
ezmlm-web-3.0/template/form_common.cs
Normal file
9
ezmlm-web-3.0/template/form_common.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!-- 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 ?>" />
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue