diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:24 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:24 +0100 |
| commit | b0deca1abeba1eb0e7d3374ef44c44e1adfefde8 (patch) | |
| tree | 8e26e4a89420836652abcf559ec3032075b5a6c7 /templates/list_pages.tpl | |
| parent | 113181cef0d65235bede8062f1c42c5d6396eb41 (diff) | |
| download | wiki-b0deca1abeba1eb0e7d3374ef44c44e1adfefde8.tar.gz wiki-b0deca1abeba1eb0e7d3374ef44c44e1adfefde8.tar.bz2 wiki-b0deca1abeba1eb0e7d3374ef44c44e1adfefde8.zip | |
Switch icons: document-properties → edit, text-x-generic → view-list-text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates/list_pages.tpl')
| -rw-r--r-- | templates/list_pages.tpl | 2 |
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} |
