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_items_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_items_details_inc.tpl')
| -rw-r--r-- | templates/menu_items_details_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_items_details_inc.tpl b/templates/menu_items_details_inc.tpl index 2428640..1fdf913 100644 --- a/templates/menu_items_details_inc.tpl +++ b/templates/menu_items_details_inc.tpl @@ -7,7 +7,7 @@ <li> <div class="{cycle values='even,odd'}"> {html_checkboxes values=$item.item_id name=remove_item id="item_`$item.item_id`" style="float:right;"} - <a href="{$smarty.const.NEXUS_PKG_URL}menu_items.php?menu_id={$item.menu_id}&item_id={$item.item_id}">{biticon ipackage=liberty iname="edit" iexplain="edit item" style="float:right" iforce=icon}</a> + <a href="{$smarty.const.NEXUS_PKG_URL}menu_items.php?menu_id={$item.menu_id}&item_id={$item.item_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit item" style="float:right" iforce=icon}</a> <label for="item_{$item.item_id}"> <strong>{$item.title|escape}</strong> @@ -29,7 +29,7 @@ {if $gNexus->mInfo.tree} <input type="hidden" name="menu_id" value="{$gNexus->mInfo.menu_id}" /> - <input type="image" src="{biticon ipackage=liberty iname=delete iexplain='remove item' url=TRUE}" title="remove selected items" style="float:right" /> + <input type="image" src="{biticon ipackage="icons" iname="edit-delete" iexplain='remove item' url=TRUE}" title="remove selected items" style="float:right" /> {/if} {/form} {/if} |
