diff options
Diffstat (limited to 'templates/page_icons.tpl')
| -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 e4a4b80..e40cf93 100644 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -18,7 +18,7 @@ {assign var=format_guid value=$pageInfo.format_guid} {if $gLibertySystem->mPlugins.$format_guid.is_active eq 'y'} {if $gBitUser->hasPermission( 'bit_p_edit' ) or $page eq 'SandBox'} - <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$pageInfo.page_id}" {if $beingEdited eq 'y'}{*popup_init src="`$smarty.const.THEMES_PKG_URL`js/overlib.js"*}{popup text="$semUser" width="-1"}{/if}>{biticon ipackage=liberty iname="edit" iexplain="edit"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$pageInfo.page_id}" {if $beingEdited eq 'y'}class="highlight" title="$semUser"{/if}>{biticon ipackage=liberty iname="edit" iexplain="edit"}</a> {/if} {/if} {/if} |
