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/received_pages.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/received_pages.tpl')
| -rw-r--r-- | templates/received_pages.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/received_pages.tpl b/templates/received_pages.tpl index 5277264..079943f 100644 --- a/templates/received_pages.tpl +++ b/templates/received_pages.tpl @@ -67,10 +67,10 @@ <td>{$channels[user].received_from_site}</td> <td>{$channels[user].received_from_user}</td> <td> - <a title="{tr}edit{/tr}" href="{$smarty.const.WIKI_PKG_URL}received_pages.php?offset={$offset}&sort_mode={$sort_mode}&received_page_id={$channels[user].received_page_id}">{biticon ipackage=liberty iname="edit" iexplain="edit"}</a> - <a title="{tr}view{/tr}" href="{$smarty.const.WIKI_PKG_URL}received_pages.php?offset={$offset}&sort_mode={$sort_mode}&view={$channels[user].received_page_id}">{biticon ipackage=liberty iname="view" iexplain="view"}</a> - <a title="{tr}accept{/tr}" href="{$smarty.const.WIKI_PKG_URL}received_pages.php?offset={$offset}&sort_mode={$sort_mode}&accept={$channels[user].received_page_id}">{biticon ipackage=liberty iname="accept" iexplain="accept"}</a> - <a title="{tr}remove{/tr}" href="{$smarty.const.WIKI_PKG_URL}received_pages.php?offset={$offset}&sort_mode={$sort_mode}&remove={$channels[user].received_page_id}">{biticon ipackage=liberty iname="delete" iexplain="delete"}</a> + <a title="{tr}edit{/tr}" href="{$smarty.const.WIKI_PKG_URL}received_pages.php?offset={$offset}&sort_mode={$sort_mode}&received_page_id={$channels[user].received_page_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a> + <a title="{tr}view{/tr}" href="{$smarty.const.WIKI_PKG_URL}received_pages.php?offset={$offset}&sort_mode={$sort_mode}&view={$channels[user].received_page_id}">{biticon ipackage="icons" iname="document-open" iexplain="view"}</a> + <a title="{tr}accept{/tr}" href="{$smarty.const.WIKI_PKG_URL}received_pages.php?offset={$offset}&sort_mode={$sort_mode}&accept={$channels[user].received_page_id}">{biticon ipackage="icons" iname="dialog-ok" iexplain="accept"}</a> + <a title="{tr}remove{/tr}" href="{$smarty.const.WIKI_PKG_URL}received_pages.php?offset={$offset}&sort_mode={$sort_mode}&remove={$channels[user].received_page_id}">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> </td> </tr> {sectionelse} |
