diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:04:53 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:04:53 +0000 |
| commit | f8c37fa52031d409fa3f28418d583e1d55a14fe4 (patch) | |
| tree | e764fd7f561f41714ef5d7f9c87903098d2da896 /templates/article_display.tpl | |
| parent | 7860e2a82507da4fd014fda55ce830e40d92c78a (diff) | |
| download | articles-f8c37fa52031d409fa3f28418d583e1d55a14fe4.tar.gz articles-f8c37fa52031d409fa3f28418d583e1d55a14fe4.tar.bz2 articles-f8c37fa52031d409fa3f28418d583e1d55a14fe4.zip | |
change all biticon links to point to the new icons provided in themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
Diffstat (limited to 'templates/article_display.tpl')
| -rw-r--r-- | templates/article_display.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/article_display.tpl b/templates/article_display.tpl index e79c542..801687e 100644 --- a/templates/article_display.tpl +++ b/templates/article_display.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_articles/templates/article_display.tpl,v 1.31 2006/08/29 16:46:45 hash9 Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_articles/templates/article_display.tpl,v 1.32 2006/09/03 20:04:53 squareing Exp $ *} {strip} {if !$showDescriptionsOnly} {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='nav' serviceHash=$article} @@ -8,14 +8,14 @@ <div class="floaticon"> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$article} {if $gBitUser->hasPermission( 'p_articles_read_history' ) && !$version && $article.version>1} - {smartlink ititle="View History" ipackage=articles ifile="article_history.php" ibiticon="liberty/history" article_id=$article.article_id} + {smartlink ititle="View History" ipackage=articles ifile="article_history.php" ibiticon="icons/appointment-new" article_id=$article.article_id} {/if} {if $gBitUser->hasPermission('p_articles_admin') || $gBitUser->getField('user_id') == $article.user_id} - <a href="{$smarty.const.ARTICLES_PKG_URL}edit.php?article_id={$article.article_id}">{biticon ipackage=liberty iname=edit iexplain=edit}</a> + <a href="{$smarty.const.ARTICLES_PKG_URL}edit.php?article_id={$article.article_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain=edit}</a> {/if} - {*<a style="display:none;" href="{$smarty.const.ARTICLES_PKG_URL}print.php?article_id={$article.article_id}">{biticon ipackage=liberty iname=print iexplain=print}</a>*} + {*<a style="display:none;" href="{$smarty.const.ARTICLES_PKG_URL}print.php?article_id={$article.article_id}">{biticon ipackage="icons" iname="document-print" iexplain=print}</a>*} {if $gBitUser->hasPermission( 'p_articles_remove' )} - {smartlink ititle="Remove" ipackage=articles ifile="list.php" ibiticon="liberty/delete" action=remove remove_article_id=$article.article_id status_id=$smarty.request.status_id} + {smartlink ititle="Remove" ipackage=articles ifile="list.php" ibiticon="icons/edit-delete" action=remove remove_article_id=$article.article_id status_id=$smarty.request.status_id} {/if} </div><!-- end .footer --> |
