From 5ec3c0554344ed11976453e18be0225f33898422 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sun, 3 Sep 2006 20:12:22 +0000 Subject: 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. --- templates/section_inc.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/section_inc.tpl') diff --git a/templates/section_inc.tpl b/templates/section_inc.tpl index ec78fc1..ac8ca92 100644 --- a/templates/section_inc.tpl +++ b/templates/section_inc.tpl @@ -27,7 +27,7 @@
  • {$pigeonMember.title|escape} {if $gBitUser->hasPermission( 'p_pigeonholes_edit' )} -   {smartlink ititle="Remove Item" ibiticon="liberty/delete_small" expand_all=$smarty.request.expand_all action=dismember structure_id=$pigeonItem.structure_id parent_id=$pigeonMember.content_id content_id=$pigeonItem.content_id} +   {smartlink ititle="Remove Item" ibiticon="icons/edit-delete" expand_all=$smarty.request.expand_all action=dismember structure_id=$pigeonItem.structure_id parent_id=$pigeonMember.content_id content_id=$pigeonItem.content_id} {/if}
  • @@ -50,9 +50,9 @@ {* ======= very basic display of the pigoenhole structure ======= *} {if !$no_edit and $gBitUser->hasPermission( 'p_pigeonholes_edit' )}
    - {smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" ibiticon="liberty/new" structure_id=`$subtree[ix].structure_id` action=create} - {smartlink ititle="Edit Category" ibiticon="liberty/edit" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=edit} - {smartlink ititle="Remove Category" ibiticon="liberty/delete" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=remove} + {smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" ibiticon="icons/document-new" structure_id=`$subtree[ix].structure_id` action=create} + {smartlink ititle="Edit Category" ibiticon="icons/accessories-text-editor" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=edit} + {smartlink ititle="Remove Category" ibiticon="icons/edit-delete" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=remove}
    {/if} -- cgit v1.3