diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:39:16 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:39:16 -0400 |
| commit | bd5a227deeef957e2c555ae464d76ccb1b9878fb (patch) | |
| tree | b8fee8a56233772ab4670ace96e01f3003350091 /templates | |
| parent | 0dac91fa7db269918240d0c24898c0ab4b72214f (diff) | |
| download | calendar-bd5a227deeef957e2c555ae464d76ccb1b9878fb.tar.gz calendar-bd5a227deeef957e2c555ae464d76ccb1b9878fb.tar.bz2 calendar-bd5a227deeef957e2c555ae464d76ccb1b9878fb.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar.tpl | 6 | ||||
| -rw-r--r-- | templates/calendar_box.tpl | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 8b957bb..feea0ca 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -31,7 +31,7 @@ <div class="cal{$item.content_type_guid}"> <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$item.content_id}"> {capture assign=itemurl}{$smarty.const.CALENDAR_PKG_URL}box.php?content_id={$item.content_id}{/capture} - <img style="padding:0px 4px;" src="{biticon ipackage="icons" iname="list-add" iexplain="Detailed Information" url=true}" title="{tr}Detailed Information{/tr}" {if $gBitSystem->isFeatureActive('calendar_ajax_popups')}{popup fullhtml=1 sticky=1 closeclick=1 target=$itemurl}{else}{popup fullhtml=1 text=$over|escape:"javascript"|escape:"html"}{/if} /> {$item.title|escape|default:"?"} + <img style="padding:0px 4px;" src="{booticon iname="icon-plus-sign" ipackage="icons" iexplain="Detailed Information" url=true}" title="{tr}Detailed Information{/tr}" {if $gBitSystem->isFeatureActive('calendar_ajax_popups')}{popup fullhtml=1 sticky=1 closeclick=1 target=$itemurl}{else}{popup fullhtml=1 text=$over|escape:"javascript"|escape:"html"}{/if} /> {$item.title|escape|default:"?"} </a> </div> {/foreach} @@ -58,7 +58,7 @@ {capture assign=itemurl}{$smarty.const.CALENDAR_PKG_URL}box.php?content_id={$item.content_id}{/capture} <div class="cal{$item.content_type_guid}" style="float:left;width:50%;"> <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$item.content_id}"> - <img style="padding:0px 4px;" src="{biticon ipackage="icons" iname="list-add" iexplain="Detailed Information" url=true}" title="{tr}Detailed Information{/tr}" {if $gBitSystem->isFeatureActive('calendar_ajax_popups')}{popup fullhtml=1 sticky=1 closeclick=1 target=$itemurl}{else}{popup fullhtml=1 text=$over|escape:"javascript"|escape:"html"}{/if} /> {$item.title|escape|default:"?"} + <img style="padding:0px 4px;" src="{booticon iname="icon-plus-sign" ipackage="icons" iexplain="Detailed Information" url=true}" title="{tr}Detailed Information{/tr}" {if $gBitSystem->isFeatureActive('calendar_ajax_popups')}{popup fullhtml=1 sticky=1 closeclick=1 target=$itemurl}{else}{popup fullhtml=1 text=$over|escape:"javascript"|escape:"html"}{/if} /> {$item.title|escape|default:"?"} </a> </div> {/foreach} @@ -103,7 +103,7 @@ {capture assign=itemurl}{$smarty.const.CALENDAR_PKG_URL}box.php?content_id={$item.content_id}{/capture} <div class="cal{$item.content_type_guid}"> <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$item.content_id}"> - <img style="padding:0px 4px;" src="{biticon ipackage="icons" iname="list-add" iexplain="Detailed Information" url=true}" title="{tr}Detailed Information{/tr}" {if $gBitSystem->isFeatureActive('calendar_ajax_popups')}{popup fullhtml=1 target=$itemurl sticky=1 closeclick=1}{else}{popup fullhtml=1 text=$over|escape:"javascript"|escape:"html"}{/if} /> {$item.title|escape|truncate:$trunc:"..."|default:"?"} + <img style="padding:0px 4px;" src="{booticon iname="icon-plus-sign" ipackage="icons" iexplain="Detailed Information" url=true}" title="{tr}Detailed Information{/tr}" {if $gBitSystem->isFeatureActive('calendar_ajax_popups')}{popup fullhtml=1 target=$itemurl sticky=1 closeclick=1}{else}{popup fullhtml=1 text=$over|escape:"javascript"|escape:"html"}{/if} /> {$item.title|escape|truncate:$trunc:"..."|default:"?"} </a> </div> {/foreach} diff --git a/templates/calendar_box.tpl b/templates/calendar_box.tpl index 5c24255..10893df 100644 --- a/templates/calendar_box.tpl +++ b/templates/calendar_box.tpl @@ -2,7 +2,7 @@ <div class="calendar popup box"> {if $cellHash.content_id} {if $gBitSystem->isFeatureActive('calendar_ajax_popups')} - <div class="floaticon"><a onclick="javascript:return cClick();">{biticon ipackage=icons iname=window-close iexplain="Close Popup"}</a></div> + <div class="floaticon"><a onclick="javascript:return cClick();">{booticon iname="icon-remove" ipackage=icons iexplain="Close Popup"}</a></div> {/if} <h3>{$cellHash.title|escape}</h3> {if !empty($cellHash.rendered)} |
