diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:12:01 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:12:01 +0000 |
| commit | b4fb7121ae60f01d389cd5fc693faa43901acdb4 (patch) | |
| tree | a3368f00dc8e4123bd00054c9efa14380bcbf87f /templates/menu_details_inc.tpl | |
| parent | e5b2242b5cf59e48eeca8ae94f0ff0d119b47112 (diff) | |
| download | nexus-b4fb7121ae60f01d389cd5fc693faa43901acdb4.tar.gz nexus-b4fb7121ae60f01d389cd5fc693faa43901acdb4.tar.bz2 nexus-b4fb7121ae60f01d389cd5fc693faa43901acdb4.zip | |
change all biticon links to point to the new icons provided in themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
Diffstat (limited to 'templates/menu_details_inc.tpl')
| -rw-r--r-- | templates/menu_details_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_details_inc.tpl b/templates/menu_details_inc.tpl index e4cb77c..3c15627 100644 --- a/templates/menu_details_inc.tpl +++ b/templates/menu_details_inc.tpl @@ -18,9 +18,9 @@ {formlabel label="Editable"} {forminput} {if $gNexus->mInfo.editable} - {biticon ipackage=liberty iname=active iexplain="Editable"} + {biticon ipackage="icons" iname="face-smile" iexplain="Editable"} {else} - {biticon ipackage=liberty iname=inactive iexplain="Not editable"} + {biticon ipackage="icons" iname="face-sad" iexplain="Not editable"} {/if} {/forminput} </div> |
