summaryrefslogtreecommitdiff
path: root/templates/stockmovement
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:31:57 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:31:57 +0100
commit1c7904697ff76d162c964fb2dbb4e63f589d08c0 (patch)
treeed9d55cbaf497bd3f13c6156d1bb53d598e0bf74 /templates/stockmovement
parent0309f4edb22bca48c0cf7184b16c581526e911cd (diff)
downloadstock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.tar.gz
stock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.tar.bz2
stock-1c7904697ff76d162c964fb2dbb4e63f589d08c0.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/stockmovement')
-rw-r--r--templates/stockmovement/view_xref_bom_group.tpl2
-rw-r--r--templates/stockmovement/view_xref_bom_item.tpl4
-rw-r--r--templates/stockmovement/view_xref_bompck_item.tpl4
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/stockmovement/view_xref_bom_group.tpl b/templates/stockmovement/view_xref_bom_group.tpl
index e502125..e8be5ea 100644
--- a/templates/stockmovement/view_xref_bom_group.tpl
+++ b/templates/stockmovement/view_xref_bom_group.tpl
@@ -26,7 +26,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/stockmovement/view_xref_bom_item.tpl b/templates/stockmovement/view_xref_bom_item.tpl
index 8742ea9..4b0c05a 100644
--- a/templates/stockmovement/view_xref_bom_item.tpl
+++ b/templates/stockmovement/view_xref_bom_item.tpl
@@ -16,10 +16,10 @@
<td>
<span class="actionicon">
{if $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 $gContent->hasExpungePermission()}
- {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}
</span>
</td>
diff --git a/templates/stockmovement/view_xref_bompck_item.tpl b/templates/stockmovement/view_xref_bompck_item.tpl
index 6053efa..3a19a64 100644
--- a/templates/stockmovement/view_xref_bompck_item.tpl
+++ b/templates/stockmovement/view_xref_bompck_item.tpl
@@ -16,10 +16,10 @@
<td>
<span class="actionicon">
{if $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 $gContent->hasExpungePermission()}
- {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}
</span>
</td>