diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-03 12:40:22 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-03 12:40:22 +0000 |
| commit | 57bf2db29fd07a448582c7d4bfa0642ddfa4678f (patch) | |
| tree | 085b87b2d7be893c4c91e280d5b0b6ffc186d8be /templates | |
| parent | e2f12dfe7486dc87f5b2227548877219956f8ff9 (diff) | |
| download | wiki-57bf2db29fd07a448582c7d4bfa0642ddfa4678f.tar.gz wiki-57bf2db29fd07a448582c7d4bfa0642ddfa4678f.tar.bz2 wiki-57bf2db29fd07a448582c7d4bfa0642ddfa4678f.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page_icons.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index e40cf93..27973bf 100644 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -38,7 +38,7 @@ {/if} {if $cached_page eq 'y'} - <a title="{tr}refresh{/tr}" href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$pageInfo.page_id}&refresh=1">{biticon ipackage=liberty iname="refresh" iexplain="refresh"}</a> + <a title="{tr}refresh cache{/tr}" href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$pageInfo.page_id}&refresh=1">{biticon ipackage=liberty iname="refresh" iexplain="refresh cache"}</a> {/if} {if $gBitUser->hasPermission( 'bit_p_print' )} <a title="{tr}print{/tr}" style="display:none;" href="{$smarty.const.WIKI_PKG_URL}print.php?{if $structureInfo.root_structure_id}structure_id={$structureInfo.root_structure_id}{else}page_id={$pageInfo.page_id}{/if}">{biticon ipackage=liberty iname="print" iexplain="print"}</a> |
