summaryrefslogtreecommitdiff
path: root/templates/list_pages.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list_pages.tpl')
-rw-r--r--templates/list_pages.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_pages.tpl b/templates/list_pages.tpl
index 551b17a..a494693 100644
--- a/templates/list_pages.tpl
+++ b/templates/list_pages.tpl
@@ -199,7 +199,7 @@
{/if}
{if $gBitUser->hasPermission( 'p_wiki_update_page' )}
<td class="actionicon">
- <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$listpages[changes].page_id}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a>
+ <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$listpages[changes].page_id}">{biticon ipackage="icons" iname="edit" iexplain="edit"}</a>
{if $checkboxes_on eq 'y'} <input type="checkbox" name="checked[]" value="{$listpages[changes].page_id}" /> {/if}
</td>
{/if}