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/view_edition.tpl | |
| 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/view_edition.tpl')
| -rw-r--r-- | templates/view_edition.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
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} |
