new release 3.0

This commit is contained in:
lars 2005-12-22 07:45:03 +00:00
parent b5e33ed9e7
commit e4763bc1fb
36 changed files with 3785 additions and 0 deletions

View 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 ?>" />