diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 17:52:11 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 17:52:11 +0000 |
| commit | b2a5f41e7c8da4482af478297a9ebf76aa4172c6 (patch) | |
| tree | 0357246ef9afdaf826735a11b25a4934ea9634ab /templates/admin_themes_manager.tpl | |
| parent | 90dbfe51c1c1d08cb8206188cbe543f1063db0ba (diff) | |
| download | themes-b2a5f41e7c8da4482af478297a9ebf76aa4172c6.tar.gz themes-b2a5f41e7c8da4482af478297a9ebf76aa4172c6.tar.bz2 themes-b2a5f41e7c8da4482af478297a9ebf76aa4172c6.zip | |
more permissions housekeeping and tidyup
Diffstat (limited to 'templates/admin_themes_manager.tpl')
| -rw-r--r-- | templates/admin_themes_manager.tpl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl index 4764315..9e97b15 100644 --- a/templates/admin_themes_manager.tpl +++ b/templates/admin_themes_manager.tpl @@ -84,24 +84,6 @@ {/form} {/jstab} - {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"> - {formlabel label="Edit theme" for="c_style"} - {forminput} - {html_options name="c_style" id="c_style" output=$styles values=$styles} - {formhelp note="You can edit your theme using the package <a href=\"http://www.bitweaver.org/wiki/index.php?page=StylistPackage\">stylist</a>."} - {/forminput} - </div> - - <div class="row submit"> - <input type="submit" name="stylistTabSubmit" value="{tr}Edit{/tr}" /> - </div> - {/form} - {/jstab} - {/if} - {jstab title="Delete Theme"} {form legend="Delete Theme"} <div class="row"> |
