diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-21 12:56:54 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-21 12:56:54 +0000 |
| commit | 325708e3a980575488fc2a4035896d198e2906f3 (patch) | |
| tree | dcfaacd35a47785b5cba2c56f4957293e214f4cc /templates | |
| parent | fb5cc257c7618f01a5f9b32047bf5239c1e6a07d (diff) | |
| download | calendar-325708e3a980575488fc2a4035896d198e2906f3.tar.gz calendar-325708e3a980575488fc2a4035896d198e2906f3.tar.bz2 calendar-325708e3a980575488fc2a4035896d198e2906f3.zip | |
enclose CDATA in /* */ that we can use {strip} accross entire page
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar_options_inc.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/calendar_options_inc.tpl b/templates/calendar_options_inc.tpl index 9e04469..790642d 100644 --- a/templates/calendar_options_inc.tpl +++ b/templates/calendar_options_inc.tpl @@ -1,3 +1,4 @@ +{strip} {form legend="Data Options" id="data_options"} <div class="row caloptions"> {forminput} @@ -14,9 +15,9 @@ </label> </div> {/foreach} - <script type="text/javascript">//<![CDATA[ + <script type="text/javascript">/* <![CDATA[ */ document.write("<label><input name=\"switcher\" id=\"switcher\" type=\"checkbox\" onclick=\"switchCheckboxes(this.form.id,'content_type_guid[]','switcher')\" /> {tr}Select all{/tr}</label><br />"); - //]]></script> + /* ]]> */</script> {/forminput} </div> @@ -24,3 +25,4 @@ <input type="submit" name="refresh" value="{tr}Update Calendar{/tr}" /> </div> {/form} +{/strip} |
