diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:43 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:43 +0000 |
| commit | 780230a87b3623626bd006867b0793701afb329a (patch) | |
| tree | 959d3b8cac0c09900ec5de71c6064677d8b83eb3 /templates/admin_themes_manager.tpl | |
| parent | b78a91b9c47b1a11c84b1c6022e3ad5ba8538f92 (diff) | |
| download | themes-780230a87b3623626bd006867b0793701afb329a.tar.gz themes-780230a87b3623626bd006867b0793701afb329a.tar.bz2 themes-780230a87b3623626bd006867b0793701afb329a.zip | |
Merge recent changes from R1 to HEAD - never doing this again.
Diffstat (limited to 'templates/admin_themes_manager.tpl')
| -rw-r--r-- | templates/admin_themes_manager.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index 7e7e4a0..7faedc5 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -57,7 +57,7 @@ <div class="row"> {formlabel label="Disable Javascript Tabs" for="disable_jstabs"} {forminput} - <input type="checkbox" name="disable_jstabs" value='y' id="disable_jstabs"{if $gBitSystemPrefs.disable_jstabs eq 'y'} checked="checked"{/if} /> + <input type="checkbox" name="disable_jstabs" value='y' id="disable_jstabs"{if $gBitSystem->isFeatureActive( 'disable_jstabs' )} checked="checked"{/if} /> {formhelp note="If you have difficulties with the javascript tabs, of you don't like them, you can disable them here."} {/forminput} </div> @@ -68,7 +68,7 @@ {/form} {/jstab} - {if $gBitSystemPrefs.package_stylist eq 'y' and $gBitUser->hasPermission( 'bit_p_use_stylist' )} + {if $gBitSystem->isPackageActive( 'stylist' ) and $gBitUser->hasPermission( 'bit_p_use_stylist' )} {jstab title="Edit Theme"} {form legend="Edit Theme" ipackage="stylist" ifile="index.php"} <div class="row"> |
