diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 13:34:45 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 13:34:45 -0400 |
| commit | fff72f313b4698883a65762f31e2dead6036a3fe (patch) | |
| tree | 7cc15deb4e74631a5b61446a829c13a23df7bb11 /templates | |
| parent | 548f2b7cc396ceb77f9af0aba721fe20c3301024 (diff) | |
| download | newsletters-fff72f313b4698883a65762f31e2dead6036a3fe.tar.gz newsletters-fff72f313b4698883a65762f31e2dead6036a3fe.tar.bz2 newsletters-fff72f313b4698883a65762f31e2dead6036a3fe.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/center_list_newsletters.tpl | 8 | ||||
| -rw-r--r-- | templates/list_newsletters.tpl | 6 | ||||
| -rw-r--r-- | templates/menu_newsletters.tpl | 2 | ||||
| -rw-r--r-- | templates/view_edition.tpl | 4 | ||||
| -rw-r--r-- | templates/view_newsletter.tpl | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/templates/center_list_newsletters.tpl b/templates/center_list_newsletters.tpl index b3b4ff0..9463cb3 100644 --- a/templates/center_list_newsletters.tpl +++ b/templates/center_list_newsletters.tpl @@ -80,10 +80,10 @@ <a href="{$smarty.const.NEWSLETTERS_PKG_URL}sub.php?nl_id={$nl.nl_id}&sub=1">{tr}Subscribe{/tr}</a> {/if} {if $gBitUser->hasPermission('p_newsletters_create')} - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition_edit.php?nl_id={$nl.nl_id}">{biticon ipackage="icons" iname="document-new" iexplain="New Edition"}</a> - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?&nl_id={$nl.nl_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain=Edit}</a> - {if $channels[user].individual eq 'y'}({/if}<a href="{$smarty.const.KERNEL_PKG_URL}object_permissions.php?objectName=newsletter%20{$nl.title|escape}&object_type={$smarty.const.BITNEWSLETTER_CONTENT_TYPE_GUID}&permType=newsletters&object_id={$nlId}">{biticon ipackage="icons" iname="emblem-shared" iexplain=Permissions}</a>{if $nl.individual eq 'y'}){/if} - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?remove=1&nl_id={$nl.nl_id}">{biticon ipackage="icons" iname="edit-delete" iexplain=Remove}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition_edit.php?nl_id={$nl.nl_id}">{booticon iname="icon-file" ipackage="icons" iexplain="New Edition"}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?&nl_id={$nl.nl_id}">{booticon iname="icon-edit" ipackage="icons" iexplain=Edit}</a> + {if $channels[user].individual eq 'y'}({/if}<a href="{$smarty.const.KERNEL_PKG_URL}object_permissions.php?objectName=newsletter%20{$nl.title|escape}&object_type={$smarty.const.BITNEWSLETTER_CONTENT_TYPE_GUID}&permType=newsletters&object_id={$nlId}">{booticon iname="icon-key" ipackage="icons" iexplain=Permissions}</a>{if $nl.individual eq 'y'}){/if} + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?remove=1&nl_id={$nl.nl_id}">{booticon iname="icon-trash" ipackage="icons" iexplain=Remove}</a> {/if} </div> <h1>{$nl.title|escape}</h1> diff --git a/templates/list_newsletters.tpl b/templates/list_newsletters.tpl index d722a90..fb26060 100644 --- a/templates/list_newsletters.tpl +++ b/templates/list_newsletters.tpl @@ -32,9 +32,9 @@ <td>{$nl.last_sent|bit_short_date}</td> <td><a href="{$smarty.const.NEWSLETTERS_PKG_URL}admin/admin_newsletter_subscriptions.php?nl_id={$nl.nl_id}"> {$nl.unsub_count|default:0}</a></td> <td style="text-align:right;"> - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition_edit.php?nl_id={$nl.nl_id}">{biticon ipackage="icons" iname="document-new" iexplain="New Edition"}</a> - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?remove=1&nl_id={$nl.nl_id}">{biticon ipackage="icons" iname="edit-delete" iexplain=Remove}</a> - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?&nl_id={$nl.nl_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain=Edit}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition_edit.php?nl_id={$nl.nl_id}">{booticon iname="icon-file" ipackage="icons" iexplain="New Edition"}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?remove=1&nl_id={$nl.nl_id}">{booticon iname="icon-trash" ipackage="icons" iexplain=Remove}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?&nl_id={$nl.nl_id}">{booticon iname="icon-edit" ipackage="icons" iexplain=Edit}</a> </td> </tr> {foreachelse} diff --git a/templates/menu_newsletters.tpl b/templates/menu_newsletters.tpl index 7d5d71a..29b9025 100644 --- a/templates/menu_newsletters.tpl +++ b/templates/menu_newsletters.tpl @@ -1,6 +1,6 @@ {strip} <ul> - <li><a class="item" href="{$smarty.const.NEWSLETTERS_PKG_URL}index.php">{biticon iname="format-justify-fill" iexplain="List Newsletters" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.NEWSLETTERS_PKG_URL}index.php">{booticon iname="icon-list" iexplain="List Newsletters" ilocation=menu}</a></li> {if $gBitUser->hasPermission( 'p_newsletters_create' )} <li><a class="item" href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?new=1">{biticon iname="mail-message-new" iexplain="Create Newsletter" ilocation=menu}</a></li> {/if} diff --git a/templates/view_edition.tpl b/templates/view_edition.tpl index d7b07c8..4acd7fd 100644 --- a/templates/view_edition.tpl +++ b/templates/view_edition.tpl @@ -7,8 +7,8 @@ <a href="{$smarty.const.NEWSLETTERS_PKG_URL}admin/send.php?edition_id={$gContent->mEditionId}">{biticon ipackage="icons" iname="mail-forward" iexplain="email this post"}</a> {/if} {if $gContent->isOwner() || $gBitUser->hasPermission( 'p_newsletters_admin' )} - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition_edit.php?edition_id={$gContent->mEditionId}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a> - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition.php?edition_id={$gContent->mEditionId}&remove=1">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition_edit.php?edition_id={$gContent->mEditionId}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit"}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition.php?edition_id={$gContent->mEditionId}&remove=1">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a> {/if} </div> {/if} diff --git a/templates/view_newsletter.tpl b/templates/view_newsletter.tpl index 7bc508b..fd8411a 100644 --- a/templates/view_newsletter.tpl +++ b/templates/view_newsletter.tpl @@ -3,8 +3,8 @@ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon'} {if $gContent->isOwner() || $gBitUser->hasPermission( 'p_newsletters_admin' )} - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?nl_id={$gContent->mNewsletterId}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a> - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?nl_id={$gContent->mNewsletterId}&remove=1">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?nl_id={$gContent->mNewsletterId}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit"}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}newsletters.php?nl_id={$gContent->mNewsletterId}&remove=1">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a> {/if} {if $gBitUser->hasPermission( 'p_liberty_print' )} |
