diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:41:00 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:41:00 -0400 |
| commit | 10f3fe0d4b173f6d0a1db210af19c7f9569bb074 (patch) | |
| tree | bef1e92d20503d8207d2308d7deeaf4c96eefc3b /templates/center_list_newsletters.tpl | |
| parent | fff72f313b4698883a65762f31e2dead6036a3fe (diff) | |
| download | newsletters-10f3fe0d4b173f6d0a1db210af19c7f9569bb074.tar.gz newsletters-10f3fe0d4b173f6d0a1db210af19c7f9569bb074.tar.bz2 newsletters-10f3fe0d4b173f6d0a1db210af19c7f9569bb074.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates/center_list_newsletters.tpl')
| -rw-r--r-- | templates/center_list_newsletters.tpl | 2 |
1 files changed, 1 insertions, 1 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 @@ <strong>{biticon ipackage="icons" iname="dialog-cancel" iexplain="Success" iforce="icon"}{tr}Unsubscribed{/tr}: {$subs.$nlId.unsubscribe_date|bit_short_date}</strong><br/> <a href="{$smarty.const.NEWSLETTERS_PKG_URL}sub.php?nl_id={$nl.nl_id}&sub=1">{tr}Subscribe{/tr}</a> {elseif $subs.$nlId} - <strong>{biticon ipackage="icons" iname="dialog-ok" iexplain="Success" iforce="icon"}{tr}Subscribed{/tr}: {$subs.$nlId.subscribed_date|bit_short_date}</strong><br/> + <strong>{booticon iname="icon-ok" ipackage="icons" iexplain="Success" iforce="icon"}{tr}Subscribed{/tr}: {$subs.$nlId.subscribed_date|bit_short_date}</strong><br/> <a href="{$smarty.const.NEWSLETTERS_PKG_URL}sub.php?nl_id={$nl.nl_id}&unsub=1">{tr}Unsubscribe{/tr}</a> {else} <a href="{$smarty.const.NEWSLETTERS_PKG_URL}sub.php?nl_id={$nl.nl_id}&sub=1">{tr}Subscribe{/tr}</a> |
