diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:15:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:15:35 +0000 |
| commit | dda54c6afb08a87a14178a510e33e657b4ae4ef5 (patch) | |
| tree | 061a0540580f14dcad096206291f273a198f6c65 /templates/page_permissions.tpl | |
| parent | f52c043421dc94fbf8bf95fbca2ee2763ba928f7 (diff) | |
| download | wiki-dda54c6afb08a87a14178a510e33e657b4ae4ef5.tar.gz wiki-dda54c6afb08a87a14178a510e33e657b4ae4ef5.tar.bz2 wiki-dda54c6afb08a87a14178a510e33e657b4ae4ef5.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/page_permissions.tpl')
| -rw-r--r-- | templates/page_permissions.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page_permissions.tpl b/templates/page_permissions.tpl index 661c301..1412ca3 100644 --- a/templates/page_permissions.tpl +++ b/templates/page_permissions.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_permissions.tpl,v 1.6 2006/07/18 14:18:01 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_permissions.tpl,v 1.7 2006/09/03 20:15:35 squareing Exp $ *} {strip} <div class="floaticon">{bithelp}</div> @@ -29,7 +29,7 @@ <h2>{tr}Existing requests for email notification{/tr}</h2> <ul> {section name=ix loop=$emails} - <li>{$emails[ix]} <a href="{$smarty.const.WIKI_PKG_URL}page_permissions.php?page_id={$gContent->mInfo.page_id}&removeemail={$emails[ix]}&tab=email">{biticon ipackage=liberty iname="delete_small" iexplain="delete"}</a></li> + <li>{$emails[ix]} <a href="{$smarty.const.WIKI_PKG_URL}page_permissions.php?page_id={$gContent->mInfo.page_id}&removeemail={$emails[ix]}&tab=email">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a></li> {/section} </ul> {/if} |
