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/service_content_body_inc.tpl | |
| 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/service_content_body_inc.tpl')
| -rwxr-xr-x | templates/service_content_body_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
