diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-03-06 17:36:16 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-03-06 17:36:16 +0000 |
| commit | 7e120b10854e8c6af84ce5486ad709f308b18bb3 (patch) | |
| tree | bc031b1690ca1b2f7da02fc2c6fcfda613b06e62 /templates/install_packages.tpl | |
| parent | e645535e09673032a2f2f5028cd31a9773ac5aa0 (diff) | |
| download | install-7e120b10854e8c6af84ce5486ad709f308b18bb3.tar.gz install-7e120b10854e8c6af84ce5486ad709f308b18bb3.tar.bz2 install-7e120b10854e8c6af84ce5486ad709f308b18bb3.zip | |
xhmtl compliance stuff
Diffstat (limited to 'templates/install_packages.tpl')
| -rw-r--r-- | templates/install_packages.tpl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl index 1d5ae29..859b693 100644 --- a/templates/install_packages.tpl +++ b/templates/install_packages.tpl @@ -34,12 +34,9 @@ <div class="row"> {forminput} - <script type="text/javascript"> + <script type="text/javascript">/* <![CDATA[ */ document.write("<label><input name=\"switcher\" id=\"switcher\" type=\"checkbox\" checked onclick=\"switchCheckboxes(this.form.id,'packages[]','switcher')\" /> Batch (de)select all Packages and Services on this page</label>"); - </script> - <noscript> - You don't have javascript enabled - </noscript> + /* ]]> */</script> {/forminput} </div> @@ -93,7 +90,7 @@ <div class="row"> {forminput} - <label><input type="checkbox" name="debug" id="debug" value="true" /> Debug mode</label> + <label><input type="checkbox" name="debug" value="true" /> Debug mode</label> {formhelp note="This will display SQL statements."} {/forminput} </div> @@ -160,7 +157,7 @@ <div class="row"> {forminput} - <label><input type="checkbox" name="debug" id="debug" value="true" /> Debug mode</label> + <label><input type="checkbox" name="debug" value="true" /> Debug mode</label> {formhelp note="This will display SQL statements."} {/forminput} </div> |
