diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:56 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:31:56 +0100 |
| commit | 248c457f8e875eb9efe6705bbfb6a506283ccfc9 (patch) | |
| tree | 594cda6ab006c11db5c5e3c6095ef929893074da /templates | |
| parent | 5a610769016dc8b3de7d96c2a9721ad3c226585d (diff) | |
| download | liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.tar.gz liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.tar.bz2 liberty-248c457f8e875eb9efe6705bbfb6a506283ccfc9.zip | |
Convert {booticon} to {biticon} — freedesktop/tango icon names throughout
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with
{biticon ipackage="icons" iname="<freedesktop-name>"} using the tango iconset.
Mapping covers ~70 distinct old names to tango equivalents (edit-delete,
document-properties, go-next, lock, internet-mail, etc.).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
28 files changed, 58 insertions, 58 deletions
diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl index 372c314..e5adf24 100755 --- a/templates/admin_plugins.tpl +++ b/templates/admin_plugins.tpl @@ -30,7 +30,7 @@ {jspopup href="https://www.bitweaver.org/wiki/`$plugin.help_page`" ibiticon="icons/dialog-information" title=$plugin.help_page class="external"} {/if} {if !empty( $plugin.plugin_settings_url )} - <a href="{$plugin.plugin_settings_url}">{booticon iname="fa-pen-to-square" iexplain="Plugin Settings"}</a> + <a href="{$plugin.plugin_settings_url}">{biticon ipackage="icons" iname="document-properties" iexplain="Plugin Settings"}</a> {/if} </div> <div class="checkbox" for="{$guid}"><label><strong> diff --git a/templates/admin_xref_groups.tpl b/templates/admin_xref_groups.tpl index 8f3d580..fd0c1d9 100644 --- a/templates/admin_xref_groups.tpl +++ b/templates/admin_xref_groups.tpl @@ -85,7 +85,7 @@ <td> {if $grp.num_sources eq 0} <a href="{$smarty.const.LIBERTY_PKG_URL}admin/admin_xref_groups.php?fDeleteGroup=1&x_group={$grp.x_group|escape}&del_content_type_guid={$grp.content_type_guid|escape}&content_type_guid={$activeGuid|escape}" - onclick="return confirm('{tr}Delete this group?{/tr}')">{booticon iname="icon-trash" ipackage="icons" iforce=icon_text iexplain="Delete"}</a> + onclick="return confirm('{tr}Delete this group?{/tr}')">{biticon ipackage="icons" iname="edit-delete" ipackage="icons" iforce=icon_text iexplain="Delete"}</a> {/if} </td> diff --git a/templates/admin_xref_sources.tpl b/templates/admin_xref_sources.tpl index 9e9ec0a..594c1d6 100644 --- a/templates/admin_xref_sources.tpl +++ b/templates/admin_xref_sources.tpl @@ -105,7 +105,7 @@ <td> {if $src.num_entries eq 0} <a href="{$smarty.const.LIBERTY_PKG_URL}admin/admin_xref_sources.php?fDeleteSource=1&source={$src.item|escape}&del_content_type_guid={$src.content_type_guid|escape}&content_type_guid={$activeGuid|escape}" - onclick="return confirm('{tr}Delete this source?{/tr}')">{booticon iname="icon-trash" ipackage="icons" iforce=icon_text iexplain="Delete"}</a> + onclick="return confirm('{tr}Delete this source?{/tr}')">{biticon ipackage="icons" iname="edit-delete" ipackage="icons" iforce=icon_text iexplain="Delete"}</a> {/if} </td> </tr> diff --git a/templates/center_list_generic.tpl b/templates/center_list_generic.tpl index 913f577..dc78aea 100755 --- a/templates/center_list_generic.tpl +++ b/templates/center_list_generic.tpl @@ -11,7 +11,7 @@ <div class="body"> {form class="minifind" legend="find in entries"} <input type="hidden" name="sort_mode" value="{$sort_mode}" /> - {booticon iname="fa-magnifying-glass" iexplain="Search"} + {biticon ipackage="icons" iname="edit-find" iexplain="Search"} <label>{tr}Title{/tr}: <input size="16" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> <label>{tr}Author{/tr}: <input size="10" type="text" name="find_author" value="{$find_author|default:$smarty.request.find_author|escape}" /></label> <label>{tr}Last Editor{/tr}: <input size="10" type="text" name="find_last_editor" value="{$find_last_editor|default:$smarty.request.find_last_editor|escape}" /></label> @@ -21,7 +21,7 @@ {form id="checkform"} <ul class="list-inline navbar"> - <li>{booticon iname="fa-circle-arrow-right" ipackage="icons" iexplain="sort by"}</li> + <li>{biticon ipackage="icons" iname="go-next" ipackage="icons" iexplain="sort by"}</li> <li>{smartlink ititle="Title" isort="title" icontrol=$listInfo}</li> <li>{smartlink ititle="Last Modified" iorder="desc" idefault=1 isort="last_modified" icontrol=$listInfo}</li> <li>{smartlink ititle="Author" isort="creator_user" icontrol=$listInfo}</li> diff --git a/templates/content_permissions_inc.tpl b/templates/content_permissions_inc.tpl index fccff6f..940e20d 100644 --- a/templates/content_permissions_inc.tpl +++ b/templates/content_permissions_inc.tpl @@ -83,7 +83,7 @@ <td>{$perm.group_name}</td> <td>{$perm.perm_desc} <em>({$perm.perm_name})</em></td> <td class="alignright"> - {smartlink ititle="Remove Permission" booticon="fa-trash" action=remove content_id=$gContent->mContentId perm=$perm.perm_name group_id=$perm.group_id} + {smartlink ititle="Remove Permission" biticon="edit-delete" action=remove content_id=$gContent->mContentId perm=$perm.perm_name group_id=$perm.group_id} </td> </tr> {foreachelse} diff --git a/templates/content_role_permissions.tpl b/templates/content_role_permissions.tpl index 0f215cd..acccd97 100755 --- a/templates/content_role_permissions.tpl +++ b/templates/content_role_permissions.tpl @@ -66,9 +66,9 @@ <h2>{tr}Legend{/tr}</h2> <dl> - <dt>{booticon iname="fa-circle-plus"} Custom Permission: Always Allow</dt> - <dt>{booticon iname="fa-circle-minus"} Custom Permission: Always Deny</dt> - <dt>{booticon iname="fa-check"} Global Permission: Allow</dt> + <dt>{biticon ipackage="icons" iname="list-add"} Custom Permission: Always Allow</dt> + <dt>{biticon ipackage="icons" iname="list-remove"} Custom Permission: Always Deny</dt> + <dt>{biticon ipackage="icons" iname="dialog-ok"} Global Permission: Allow</dt> <dt>{biticon iname="media-playback-stop" iexplain=""} Global Permission: Deny</dt> </dl> </div><!-- end .body --> diff --git a/templates/content_role_permissions_inc.tpl b/templates/content_role_permissions_inc.tpl index 27724b6..136d87b 100644 --- a/templates/content_role_permissions_inc.tpl +++ b/templates/content_role_permissions_inc.tpl @@ -83,7 +83,7 @@ <td>{$perm.role_name}</td> <td>{$perm.perm_desc} <em>({$perm.perm_name})</em></td> <td class="alignright"> - {smartlink ititle="Remove Permission" booticon="fa-trash" action=remove content_id=$gContent->mContentId perm=$perm.perm_name role_id=$perm.role_id} + {smartlink ititle="Remove Permission" biticon="edit-delete" action=remove content_id=$gContent->mContentId perm=$perm.perm_name role_id=$perm.role_id} </td> </tr> {foreachelse} diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl index ae63af7..e431d63 100755 --- a/templates/display_comment.tpl +++ b/templates/display_comment.tpl @@ -8,16 +8,16 @@ <div class="floaticon"> {if $gBitUser->hasPermission( 'p_liberty_post_comments' )} {if $gBitSystem->isFeatureActive('comments_ajax') } - <a href="javascript:void(0);" onclick="LibertyComment.attachForm('comment_{$comment.content_id}', '{$comment.content_id}', '{$comment.root_id}')">{booticon iname="fa-comment" iexplain="Reply to this comment"}</a> + <a href="javascript:void(0);" onclick="LibertyComment.attachForm('comment_{$comment.content_id}', '{$comment.content_id}', '{$comment.root_id}')">{biticon ipackage="icons" iname="internet-group-chat" iexplain="Reply to this comment"}</a> {else} - <a href="#">{booticon iname="fa-comment" class="icon" onclick="window.location='`$comments_return_url`&post_comment_reply_id=`$comment.content_id`&post_comment_request=1#editcomments';" iexplain="Reply to this comment" }</a> + <a href="#">{biticon ipackage="icons" iname="internet-group-chat" class="icon" onclick="window.location='`$comments_return_url`&post_comment_reply_id=`$comment.content_id`&post_comment_request=1#editcomments';" iexplain="Reply to this comment" }</a> {/if} {/if} {if $comment.is_editable} - <a href="{$comments_return_url}&post_comment_id={$comment.comment_id}&post_comment_request=1#editcomments" rel="nofollow">{booticon iname="fa-pen-to-square" ipackage="icons" iexplain="Edit"}</a> + <a href="{$comments_return_url}&post_comment_id={$comment.comment_id}&post_comment_request=1#editcomments" rel="nofollow">{biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="Edit"}</a> {/if} {if $gBitUser->hasPermission('p_liberty_admin_comments')} - <a href="{$comments_return_url}&delete_comment_id={$comment.comment_id}" rel="nofollow">{booticon iname="fa-trash" iexplain="Remove"}</a> + <a href="{$comments_return_url}&delete_comment_id={$comment.comment_id}" rel="nofollow">{biticon ipackage="icons" iname="edit-delete" iexplain="Remove"}</a> {/if} </div> diff --git a/templates/display_structure.tpl b/templates/display_structure.tpl index 42527f4..d4b63ec 100755 --- a/templates/display_structure.tpl +++ b/templates/display_structure.tpl @@ -22,7 +22,7 @@ {if $structureInfo.prev && $structureInfo.prev.structure_id} <a href="index.php?structure_id={$structureInfo.prev.structure_id}"> {if $wikibook_use_icons eq 'y'} - {booticon iname="icon-arrow-left" ipackage="icons" iexplain=Previous} + {biticon ipackage="icons" iname="go-previous" ipackage="icons" iexplain=Previous} {else} « {$structureInfo.prev.title|escape} {/if} diff --git a/templates/edit_storage_list.tpl b/templates/edit_storage_list.tpl index eaedc7f..d48485a 100755 --- a/templates/edit_storage_list.tpl +++ b/templates/edit_storage_list.tpl @@ -70,13 +70,13 @@ window.attachmentUrls["{$storage.attachment_id}"]["original"] = "{$storage.sourc <a href="javascript:void(0);" onclick=" BitAjax.updater('edit_storage_list_tab_{$form_id}', '{$smarty.const.LIBERTY_PKG_URL}ajax_edit_storage.php', '{$smarty.capture.urlArgs}&deleteAttachment={$attachmentId}&form_id={$form_id}'); BitAjax.updater('edit_storage_list_{$form_id}', '{$smarty.const.LIBERTY_PKG_URL}ajax_edit_storage.php', '{$smarty.capture.urlArgs}&form_id={$form_id}');"> - {booticon iname="fa-trash" iexplain="delete"} + {biticon ipackage="icons" iname="edit-delete" iexplain="delete"} </a> {else} {if $storage.is_mime} - <a href="{$storage.display_url}">{booticon iname="fa-folder-open" iexplain="View"}</a> + <a href="{$storage.display_url}">{biticon ipackage="icons" iname="folder-open" iexplain="View"}</a> {/if} - <a href="{$smarty.server.SCRIPT_NAME}?{$smarty.capture.urlArgs}&deleteAttachment={$attachmentId}">{booticon iname="fa-trash" iexplain="Delete"}</a> + <a href="{$smarty.server.SCRIPT_NAME}?{$smarty.capture.urlArgs}&deleteAttachment={$attachmentId}">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete"}</a> {/if} {/if} </div> diff --git a/templates/list_comment_files_inc.tpl b/templates/list_comment_files_inc.tpl index b397b82..44298ea 100755 --- a/templates/list_comment_files_inc.tpl +++ b/templates/list_comment_files_inc.tpl @@ -6,7 +6,7 @@ <p> <div class="attachments"> {foreach from=$storageHash item=item key=id} - <a class="btn btn-default" href="{$item.download_url}">{booticon iname="fa-cloud-arrow-down"} {$item.file_name|default:"File `$id`"|escape} <small>({$item.file_size|display_bytes})</small></a> <small>{jspopup notra=1 href="`$item.display_url`&popup=y" title="Details..."}</small> + <a class="btn btn-default" href="{$item.download_url}">{biticon ipackage="icons" iname="network-receive"} {$item.file_name|default:"File `$id`"|escape} <small>({$item.file_size|display_bytes})</small></a> <small>{jspopup notra=1 href="`$item.display_url`&popup=y" title="Details..."}</small> {/foreach} </div> </p> diff --git a/templates/list_xref.tpl b/templates/list_xref.tpl index 55b3d0a..6ffa8c4 100644 --- a/templates/list_xref.tpl +++ b/templates/list_xref.tpl @@ -37,7 +37,7 @@ </div> {if $allow_add && $gContent->isValid() && $gContent->hasUpdatePermission() && $source ne 'history'} <div> - {smartlink ititle="Add record" ipackage="liberty" ifile="add_xref.php" booticon="icon-note-add" content_id=$gContent->mInfo.content_id group=$group} + {smartlink ititle="Add record" ipackage="liberty" ifile="add_xref.php" biticon="list-add" content_id=$gContent->mInfo.content_id group=$group} </div> {/if} {/legend} diff --git a/templates/mime/pdf/admin.tpl b/templates/mime/pdf/admin.tpl index 249fb18..deada4b 100755 --- a/templates/mime/pdf/admin.tpl +++ b/templates/mime/pdf/admin.tpl @@ -8,7 +8,7 @@ <div class="body"> {form legend="PDF Plugin settings"} <p class="warning"> - {booticon iname="fa-triangle-exclamation" iexplain="Warning"} {tr}To make use of this plugin, you need to install phptotext. + {biticon ipackage="icons" iname="dialog-warning" iexplain="Warning"} {tr}To make use of this plugin, you need to install phptotext. This will provide the tool to extract the text layer from the pdf and use it to populate the search results.{/tr} </p> diff --git a/templates/mime/video/admin.tpl b/templates/mime/video/admin.tpl index 6bddcab..ebfe683 100755 --- a/templates/mime/video/admin.tpl +++ b/templates/mime/video/admin.tpl @@ -9,11 +9,11 @@ {if $ffmpeg_extension} <p class="success"> - {booticon iname="fa-check" iexplain="OK"} {tr}The <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> extension is available.{/tr} + {biticon ipackage="icons" iname="dialog-ok" iexplain="OK"} {tr}The <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> extension is available.{/tr} </p> {else} <p class="warning"> - {booticon iname="fa-triangle-exclamation" iexplain="Warning"} {tr}If possible, please install the <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> php extension. This plugin will work without the extension but many features will not work well such as video recognition and mp4 uploads.{/tr} + {biticon ipackage="icons" iname="dialog-warning" iexplain="Warning"} {tr}If possible, please install the <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> php extension. This plugin will work without the extension but many features will not work well such as video recognition and mp4 uploads.{/tr} </p> {/if} @@ -130,7 +130,7 @@ </div> <p class="warning"> - {booticon iname="fa-triangle-exclamation" iexplain="Warning"} {tr}ffmpeg has a habit of changing the API when releasing new versions. Due to the demand for new features and the tendency to use cutting edge versions of ffmpeg it is very difficult to keep track of these API changes.{/tr} + {biticon ipackage="icons" iname="dialog-warning" iexplain="Warning"} {tr}ffmpeg has a habit of changing the API when releasing new versions. Due to the demand for new features and the tendency to use cutting edge versions of ffmpeg it is very difficult to keep track of these API changes.{/tr} </p> <div class="form-group"> diff --git a/templates/service_content_body_inc.tpl b/templates/service_content_body_inc.tpl index 776b7d4..fb0588c 100755 --- a/templates/service_content_body_inc.tpl +++ b/templates/service_content_body_inc.tpl @@ -1,4 +1,4 @@ {if $gBitSystem->isFeatureActive( 'liberty_display_status' ) && ($gBitUser->hasPermission('p_liberty_edit_content_status') || $gBitUser->hasPermission('p_liberty_edit_all_status')) && !is_null($serviceHash.content_status_id) && $serviceHash.content_status_id != 50} {assign var=contentStatusId value=$serviceHash.content_status_id} - <p class="liberty_status">{booticon iname="fa-triangle-exclamation" iexplain="Warning"} {tr}The status of this content is{/tr} <strong>{$gContent->getContentStatusName($contentStatusId)}</strong>.</p> + <p class="liberty_status">{biticon ipackage="icons" iname="dialog-warning" iexplain="Warning"} {tr}The status of this content is{/tr} <strong>{$gContent->getContentStatusName($contentStatusId)}</strong>.</p> {/if}{$gContent->mInfo.content_status_name} diff --git a/templates/service_content_icon_inc.tpl b/templates/service_content_icon_inc.tpl index 744fde7..10ba5ce 100755 --- a/templates/service_content_icon_inc.tpl +++ b/templates/service_content_icon_inc.tpl @@ -8,7 +8,7 @@ {assign var="amp" value="?"} {/if} <a title="{tr}Refresh cache{/tr}" href="{$url}{$amp}refresh_liberty_cache={$serviceHash.content_id}"> - {booticon iname="fa-recycle" iexplain="Refresh cache"} + {biticon ipackage="icons" iname="edit-clear" iexplain="Refresh cache"} </a> {/if} {if $gBitUser->hasPermission( 'p_liberty_assign_content_perms' ) && $serviceHash.content_id} @@ -17,7 +17,7 @@ {else} {assign var=iconClass value=""} {/if} - {smartlink ipackage=liberty ifile="content_role_permissions.php" ititle="Assign Permissions" booticon="icon-key" class=$iconClass content_id=$serviceHash.content_id} + {smartlink ipackage=liberty ifile="content_role_permissions.php" ititle="Assign Permissions" biticon="lock" class=$iconClass content_id=$serviceHash.content_id} {/if} {/if} {/strip} diff --git a/templates/structure_add_content.tpl b/templates/structure_add_content.tpl index 8110d83..17c2046 100755 --- a/templates/structure_add_content.tpl +++ b/templates/structure_add_content.tpl @@ -92,7 +92,7 @@ function addStructure(pContentId) { {$contentHash.title} <div class="help-block"> <a target="_new" href="{$contentHash.display_url}"> - {booticon iname="fa-magnifying-glass-plus" iexplain="View (in new window)"} + {biticon ipackage="icons" iname="zoom-in" iexplain="View (in new window)"} </a> {$contentHash.content_name}</div> </div> diff --git a/templates/structure_display.tpl b/templates/structure_display.tpl index 685de14..443b548 100644 --- a/templates/structure_display.tpl +++ b/templates/structure_display.tpl @@ -22,7 +22,7 @@ {if $structureInfo.prev && $structureInfo.prev.structure_id} <a href="index.php?structure_id={$structureInfo.prev.structure_id}"> {if $wikibook_use_icons eq 'y'} - {booticon iname="fa-arrow-left" iexplain=Previous} + {biticon ipackage="icons" iname="go-previous" iexplain=Previous} {else} « {$structureInfo.prev.title|escape} {/if} diff --git a/templates/structure_toc_leaf.tpl b/templates/structure_toc_leaf.tpl index b21dd76..f3b063d 100755 --- a/templates/structure_toc_leaf.tpl +++ b/templates/structure_toc_leaf.tpl @@ -2,8 +2,8 @@ <li {if $editingStructure}id="structure-node-{$structure_tree.structure_id}" content_id="{$structure_tree.content_id}" structure_id="{$structure_tree.structure_id}"{/if} {if $structure_tree.structure_id==$smarty.request.structure_id}class="highlight"{/if}> {if $editingStructure} <div class="inline-block"> - <div class="btn btn-default btn-xs" onclick="deleteStructureNode('{$structure_tree.structure_id}','{$structure_tree.title|escape:javascript}')">{booticon iname="fa-trash" class="icon"}</div> - <span class="inline-block" style="padding:5px;">{booticon iname="fa-arrows-up-down-left-right" class="structure-sort-handle"}</span> + <div class="btn btn-default btn-xs" onclick="deleteStructureNode('{$structure_tree.structure_id}','{$structure_tree.title|escape:javascript}')">{biticon ipackage="icons" iname="edit-delete" class="icon"}</div> + <span class="inline-block" style="padding:5px;">{biticon ipackage="icons" iname="go-next" class="structure-sort-handle"}</span> </div> {/if} <a href="{$structure_tree.display_url|default:"`$smarty.const.WIKI_PKG_URL`index.php?structure_id=`$structure_tree.structure_id`"}">{$structure_tree.title|escape}</a> diff --git a/templates/view_xref_address_item.tpl b/templates/view_xref_address_item.tpl index 21af596..965430f 100644 --- a/templates/view_xref_address_item.tpl +++ b/templates/view_xref_address_item.tpl @@ -14,13 +14,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> diff --git a/templates/view_xref_bank_item.tpl b/templates/view_xref_bank_item.tpl index 099ce6b..f26fc1f 100644 --- a/templates/view_xref_bank_item.tpl +++ b/templates/view_xref_bank_item.tpl @@ -14,13 +14,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> diff --git a/templates/view_xref_contact_item.tpl b/templates/view_xref_contact_item.tpl index c89a8ae..ad4ee11 100644 --- a/templates/view_xref_contact_item.tpl +++ b/templates/view_xref_contact_item.tpl @@ -20,13 +20,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> diff --git a/templates/view_xref_date_item.tpl b/templates/view_xref_date_item.tpl index 099ce6b..f26fc1f 100644 --- a/templates/view_xref_date_item.tpl +++ b/templates/view_xref_date_item.tpl @@ -14,13 +14,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> diff --git a/templates/view_xref_locate_item.tpl b/templates/view_xref_locate_item.tpl index 099ce6b..f26fc1f 100644 --- a/templates/view_xref_locate_item.tpl +++ b/templates/view_xref_locate_item.tpl @@ -14,13 +14,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> diff --git a/templates/view_xref_phone_item.tpl b/templates/view_xref_phone_item.tpl index 5c95005..344e511 100644 --- a/templates/view_xref_phone_item.tpl +++ b/templates/view_xref_phone_item.tpl @@ -14,13 +14,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> diff --git a/templates/view_xref_sig_item.tpl b/templates/view_xref_sig_item.tpl index 099ce6b..f26fc1f 100644 --- a/templates/view_xref_sig_item.tpl +++ b/templates/view_xref_sig_item.tpl @@ -14,13 +14,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> diff --git a/templates/view_xref_text_item.tpl b/templates/view_xref_text_item.tpl index c89a8ae..ad4ee11 100644 --- a/templates/view_xref_text_item.tpl +++ b/templates/view_xref_text_item.tpl @@ -20,13 +20,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> diff --git a/templates/view_xref_value_item.tpl b/templates/view_xref_value_item.tpl index b289054..96ac916 100644 --- a/templates/view_xref_value_item.tpl +++ b/templates/view_xref_value_item.tpl @@ -14,13 +14,13 @@ <td> <span class="actionicon"> {if $xrefAllowEdit|default:true && $gContent->hasUpdatePermission() && $source ne 'history'} - {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} + {smartlink ititle="Edit" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id} {/if} {if $xrefAllowEdit|default:true && $gContent->hasExpungePermission()} {if $source eq 'history'} - {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-edit" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} + {smartlink ititle="Restore" ipackage="liberty" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1} {else} - {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" booticon="icon-note-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} + {smartlink ititle="Delete" ipackage="liberty" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1} {/if} {/if} </span> |
