summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:11:07 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:11:07 -0400
commit7bb7303a6f0dd2f009382c2d33cecdd8edd4c499 (patch)
treed43636ba0b08cd73e566bf876726a96be6ef83dc
parent5e03809de6ddd567672ed662689b3fd18fbe4176 (diff)
downloadpigeonholes-7bb7303a6f0dd2f009382c2d33cecdd8edd4c499.tar.gz
pigeonholes-7bb7303a6f0dd2f009382c2d33cecdd8edd4c499.tar.bz2
pigeonholes-7bb7303a6f0dd2f009382c2d33cecdd8edd4c499.zip
convert lots of biticon to booticon
-rw-r--r--templates/list.tpl10
-rw-r--r--templates/menu_pigeonholes.tpl4
-rw-r--r--templates/section_inc.tpl8
-rw-r--r--templates/service_nav_path_inc.tpl2
4 files changed, 12 insertions, 12 deletions
diff --git a/templates/list.tpl b/templates/list.tpl
index 4bf55e4..6db8af2 100644
--- a/templates/list.tpl
+++ b/templates/list.tpl
@@ -17,7 +17,7 @@
{minifind}
<div class="navbar">
<ul>
- <li>{biticon ipackage="icons" iname="emblem-symbolic-link" iexplain=sort}</li>
+ <li>{booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain=sort}</li>
<li>{smartlink ititle="Title" isort=title idefault=1 icontrol=$listInfo}</li>
<li>{smartlink ititle="Description" isort=data icontrol=$listInfo}</li>
</ul>
@@ -29,10 +29,10 @@
{foreach from=$pigeonList item=item}
{if $gBitUser->hasPermission( 'p_pigeonholes_update' )}
<div class="floaticon">
- {smartlink ititle="Change Structure" ifile="edit_structure.php" ibiticon="icons/view-refresh" structure_id=`$item.structure_id`}
- {smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" ibiticon="icons/document-new" structure_id=`$item.structure_id` action=create}
- {smartlink ititle="Edit Category" ifile="edit_pigeonholes.php" ibiticon="icons/accessories-text-editor" structure_id=`$item.structure_id` action="edit"}
- {smartlink ititle="Remove Category" ifile="edit_pigeonholes.php" ibiticon="icons/edit-delete" action="remove" structure_id=`$item.structure_id`}
+ {smartlink ititle="Change Structure" ifile="edit_structure.php" booticon="icon-recycle" structure_id=`$item.structure_id`}
+ {smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" booticon="icon-file" structure_id=`$item.structure_id` action=create}
+ {smartlink ititle="Edit Category" ifile="edit_pigeonholes.php" booticon="icon-edit" structure_id=`$item.structure_id` action="edit"}
+ {smartlink ititle="Remove Category" ifile="edit_pigeonholes.php" booticon="icon-trash" action="remove" structure_id=`$item.structure_id`}
</div>
{/if}
<h2>{$item.display_link}</h2>
diff --git a/templates/menu_pigeonholes.tpl b/templates/menu_pigeonholes.tpl
index 0128dea..577d30b 100644
--- a/templates/menu_pigeonholes.tpl
+++ b/templates/menu_pigeonholes.tpl
@@ -9,9 +9,9 @@
{if $gContent->mStructureId and $gContent->mType.content_type_guid == $smarty.const.PIGEONHOLES_CONTENT_TYPE_GUID}
<li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}{if $gBitSystem->isFeatureActive('pretty_urls_extended')}view/structure/{else}view.php?structure_id={/if}{$gContent->mStructureId}">{biticon iname=edit-find iexplain="View Category" ilocation=menu}</a></li>
{if $gBitUser->hasCreatePermission()}
- <li><a class="head" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&amp;action=edit">{biticon iname="accessories-text-editor" iexplain="Edit Category" ilocation=menu}</a></li>
+ <li><a class="head" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&amp;action=edit">{booticon iname="icon-edit" iexplain="Edit Category" ilocation=menu}</a></li>
<li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('root_structure_id')}&amp;action=create">{biticon iname="insert-object" iexplain="Insert Sub-Category" ilocation=menu}</a></li>
- <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_structure.php?structure_id={$gContent->getField('structure_id')}">{biticon iname="view-refresh" iexplain="Change Structure" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_structure.php?structure_id={$gContent->getField('structure_id')}">{booticon iname="icon-recycle" iexplain="Change Structure" ilocation=menu}</a></li>
<li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&amp;action=remove">{booticon iname="icon-trash" iexplain="Delete Category" ilocation=menu}</a></li>
{/if}
{/if}
diff --git a/templates/section_inc.tpl b/templates/section_inc.tpl
index c210b86..d90cf9e 100644
--- a/templates/section_inc.tpl
+++ b/templates/section_inc.tpl
@@ -36,7 +36,7 @@
<li>
<a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$pigeonMember.content_id}">{$pigeonMember.title|escape}</a>
{if $gBitUser->hasPermission( 'p_pigeonholes_insert_member' )}
- &nbsp; {smartlink ititle="Remove From Category" ibiticon="icons/edit-delete" expand_all=$smarty.request.expand_all action=dismember structure_id=$sid parent_id=$pigeonMember.parent_id pigeonhole_content_id=$pigeonMember.content_id}
+ &nbsp; {smartlink ititle="Remove From Category" booticon="icon-trash" expand_all=$smarty.request.expand_all action=dismember structure_id=$sid parent_id=$pigeonMember.parent_id pigeonhole_content_id=$pigeonMember.content_id}
{/if}
</li>
@@ -57,9 +57,9 @@
{* ======= very basic display of the pigoenhole structure ======= *}
{if !$no_edit and $gBitUser->hasPermission( 'p_pigeonholes_update' )}
<div class="floaticon">
- {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}
+ {smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" booticon="icon-file" structure_id=`$subtree[ix].structure_id` action=create}
+ {smartlink ititle="Edit Category" booticon="icon-edit" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=edit}
+ {smartlink ititle="Remove Category" booticon="icon-trash" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=remove}
</div>
{/if}
diff --git a/templates/service_nav_path_inc.tpl b/templates/service_nav_path_inc.tpl
index 0b42369..e14cc39 100644
--- a/templates/service_nav_path_inc.tpl
+++ b/templates/service_nav_path_inc.tpl
@@ -4,7 +4,7 @@
{foreach from=$pigeonData item=pigeonItem}
<span class="path">{$pigeonItem.display_path}
{if $gContent->hasUpdatePermission()}
- &nbsp;{smartlink ititle="Remove Category" ibiticon="icons/edit-delete" ipackage=pigeonholes ifile=edit_pigeonholes.php action=dismember parent_id=$pigeonItem.content_id pigeonhole_content_id=$gContent->mContentId return_uri=$gContent->getDisplayUri()}
+ &nbsp;{smartlink ititle="Remove Category" booticon="icon-trash" ipackage=pigeonholes ifile=edit_pigeonholes.php action=dismember parent_id=$pigeonItem.content_id pigeonhole_content_id=$gContent->mContentId return_uri=$gContent->getDisplayUri()}
{/if}
</span>
{/foreach}