From b0deca1abeba1eb0e7d3374ef44c44e1adfefde8 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 5 Jun 2026 16:05:24 +0100 Subject: Switch icons: document-properties → edit, text-x-generic → view-list-text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- edit.php | 4 ++-- templates/admin_external_wikis.tpl | 2 +- templates/center_wiki_page.tpl | 2 +- templates/list_pages.tpl | 2 +- templates/menu_wiki.tpl | 6 +++--- templates/page_icons.tpl | 2 +- templates/print.tpl | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/edit.php b/edit.php index d4e4c87..f9c89b8 100755 --- a/edit.php +++ b/edit.php @@ -466,7 +466,7 @@ if( isset( $_REQUEST["suck_url"] ) ) { $gBitSystem->fatalError( KernelTools::tra( "Importing remote URLs is disabled" )); } // Suck another page and append to the end of current - require_once UTIL_PKG_INCLUDE_PATH.'htmlparser/html_parser_inc.php'; + require_once WIKI_PKG_INCLUDE_PATH.'htmlparser/html_parser_inc.php'; $suck_url = $_REQUEST["suck_url"] ?? ''; $parsehtml = isset( $_REQUEST["parsehtml"] ) ? ( $_REQUEST["parsehtml"] == 'on' ? 'y' : 'n' ): 'n'; if( isset( $_REQUEST['do_suck'] ) && strlen( $suck_url ) > 0 ) { @@ -496,7 +496,7 @@ if( isset( $_REQUEST["suck_url"] ) ) { // Need to parse HTML? if( $parsehtml == 'y' ) { // Read compiled( serialized ) grammar - $grammarfile = UTIL_PKG_INCLUDE_PATH.'htmlparser/htmlgrammar.cmp'; + $grammarfile = WIKI_PKG_INCLUDE_PATH.'htmlparser/htmlgrammar.cmp'; if( !$fp = @fopen( $grammarfile,'r' ) ) { $gBitSystem->fatalError( KernelTools::tra( "Can't parse remote HTML page" )); } diff --git a/templates/admin_external_wikis.tpl b/templates/admin_external_wikis.tpl index 38acf2d..98b6712 100755 --- a/templates/admin_external_wikis.tpl +++ b/templates/admin_external_wikis.tpl @@ -31,7 +31,7 @@ {$channels[user].extwiki}   {biticon ipackage="icons" iname="user-trash" iexplain="remove"}   - {biticon ipackage="icons" iname="document-properties" iexplain="edit"} + {biticon ipackage="icons" iname="edit" iexplain="edit"} {sectionelse} diff --git a/templates/center_wiki_page.tpl b/templates/center_wiki_page.tpl index b036bfc..a34b8fa 100644 --- a/templates/center_wiki_page.tpl +++ b/templates/center_wiki_page.tpl @@ -3,7 +3,7 @@