From 10f3fe0d4b173f6d0a1db210af19c7f9569bb074 Mon Sep 17 00:00:00 2001 From: spiderr Date: Tue, 2 Apr 2013 17:41:00 -0400 Subject: convert lots of biticon to booticon --- templates/center_list_newsletters.tpl | 2 +- templates/list_editions_inc.tpl | 2 +- templates/menu_newsletters.tpl | 8 ++++---- templates/view_edition.tpl | 2 +- templates/view_newsletter.tpl | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/center_list_newsletters.tpl b/templates/center_list_newsletters.tpl index 9463cb3..cd0b24c 100644 --- a/templates/center_list_newsletters.tpl +++ b/templates/center_list_newsletters.tpl @@ -74,7 +74,7 @@ {biticon ipackage="icons" iname="dialog-cancel" iexplain="Success" iforce="icon"}{tr}Unsubscribed{/tr}: {$subs.$nlId.unsubscribe_date|bit_short_date}
{tr}Subscribe{/tr} {elseif $subs.$nlId} - {biticon ipackage="icons" iname="dialog-ok" iexplain="Success" iforce="icon"}{tr}Subscribed{/tr}: {$subs.$nlId.subscribed_date|bit_short_date}
+ {booticon iname="icon-ok" ipackage="icons" iexplain="Success" iforce="icon"}{tr}Subscribed{/tr}: {$subs.$nlId.subscribed_date|bit_short_date}
{tr}Unsubscribe{/tr} {else} {tr}Subscribe{/tr} diff --git a/templates/list_editions_inc.tpl b/templates/list_editions_inc.tpl index 3d0b442..de9f4b5 100644 --- a/templates/list_editions_inc.tpl +++ b/templates/list_editions_inc.tpl @@ -3,7 +3,7 @@
  • diff --git a/templates/menu_newsletters.tpl b/templates/menu_newsletters.tpl index 29b9025..be82988 100644 --- a/templates/menu_newsletters.tpl +++ b/templates/menu_newsletters.tpl @@ -2,14 +2,14 @@ {/strip} diff --git a/templates/view_edition.tpl b/templates/view_edition.tpl index 4acd7fd..7965f95 100644 --- a/templates/view_edition.tpl +++ b/templates/view_edition.tpl @@ -4,7 +4,7 @@ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon'} {if $gBitUser->hasPermission('p_newsletters_admin')} - {biticon ipackage="icons" iname="mail-forward" iexplain="email this post"} + {booticon iname="icon-envelope" ipackage="icons" iexplain="email this post"} {/if} {if $gContent->isOwner() || $gBitUser->hasPermission( 'p_newsletters_admin' )} {booticon iname="icon-edit" ipackage="icons" iexplain="edit"} diff --git a/templates/view_newsletter.tpl b/templates/view_newsletter.tpl index fd8411a..bd95298 100644 --- a/templates/view_newsletter.tpl +++ b/templates/view_newsletter.tpl @@ -8,9 +8,9 @@ {/if} {if $gBitUser->hasPermission( 'p_liberty_print' )} - {biticon ipackage="icons" iname="document-print" iexplain="print"} + {booticon iname="icon-print" ipackage="icons" iexplain="print"} {/if} - {biticon ipackage="icons" iname="mail-forward" iexplain="email this post"} + {booticon iname="icon-envelope" ipackage="icons" iexplain="email this post"}
    -- cgit v1.3