From afdf47217dbfe57148e0a19f3ada1e92eabbc1d5 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 5 Jun 2026 16:05:05 +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 --- templates/admin_contact_type.tpl | 2 +- templates/admin_xref_types.tpl | 2 +- templates/contact_date_bar.tpl | 2 +- templates/edit_xref_key_seal.tpl | 81 +++++++++++++++++++++++++++++++++ templates/list_contact.tpl | 2 +- templates/list_contacts.tpl | 2 +- templates/list_ticket.tpl | 2 +- templates/list_xref.tpl | 4 +- templates/menu_contact.tpl | 4 +- templates/view_xref_address_item.tpl | 4 +- templates/view_xref_bank_item.tpl | 4 +- templates/view_xref_contact_item.tpl | 6 +-- templates/view_xref_date_item.tpl | 4 +- templates/view_xref_image_item.tpl | 4 +- templates/view_xref_inc_report_item.tpl | 4 +- templates/view_xref_locate_item.tpl | 4 +- templates/view_xref_phone_item.tpl | 4 +- templates/view_xref_sig_item.tpl | 4 +- templates/view_xref_text_item.tpl | 6 +-- 19 files changed, 113 insertions(+), 32 deletions(-) create mode 100755 templates/edit_xref_key_seal.tpl diff --git a/templates/admin_contact_type.tpl b/templates/admin_contact_type.tpl index 7f4a1b4..d93ba08 100755 --- a/templates/admin_contact_type.tpl +++ b/templates/admin_contact_type.tpl @@ -50,7 +50,7 @@ - {smartlink ititle='edit' biticon="document-properties" ifile='edit_contact_type.php' xref_type=$contacttype[user].xref_type} + {smartlink ititle='edit' biticon="edit" ifile='edit_contact_type.php' xref_type=$contacttype[user].xref_type} {* smartlink ititle='permissions' biticon="lock" ipackage='kernel' ifile='object_permissions.php' objectName="Topic `$topics[user].name`" object_type=topic permType=topics object_id=$topics[user].topic_id *}
{biticon ipackage="icons" iname="user-trash" ipackage="icons" iforce=icon_text iexplain="Remove Contact Type"} diff --git a/templates/admin_xref_types.tpl b/templates/admin_xref_types.tpl index 4f87b03..2fb8f79 100755 --- a/templates/admin_xref_types.tpl +++ b/templates/admin_xref_types.tpl @@ -80,7 +80,7 @@ - {smartlink ititle='edit' biticon="document-properties" ifile='edit_xref_type.php' source=$xref_types[type].source} + {smartlink ititle='edit' biticon="edit" ifile='edit_xref_type.php' source=$xref_types[type].source} {* smartlink ititle='permissions' biticon="lock" ipackage='kernel' ifile='object_permissions.php' objectName="Topic `$xref_types[type].name`" object_type=topic permType=topics object_id=$xref_types[type].topic_id *} {biticon ipackage="icons" iname="user-trash" ipackage="icons" iforce=icon_text iexplain="Remove Source"} diff --git a/templates/contact_date_bar.tpl b/templates/contact_date_bar.tpl index 9aaa065..5ea32a5 100755 --- a/templates/contact_date_bar.tpl +++ b/templates/contact_date_bar.tpl @@ -5,7 +5,7 @@ {if $print_page ne 'y'} {if !$lock} {if $gBitUser->hasPermission('p_edit_contact')} - {smartlink ititle="Edit Contact" ifile="edit.php" biticon="document-properties" content_id=$gContent->mInfo.content_id} + {smartlink ititle="Edit Contact" ifile="edit.php" biticon="edit" content_id=$gContent->mInfo.content_id} {/if} {/if} {biticon ipackage="icons" iname="document-print" iexplain="print"} diff --git a/templates/edit_xref_key_seal.tpl b/templates/edit_xref_key_seal.tpl new file mode 100755 index 0000000..3118ac6 --- /dev/null +++ b/templates/edit_xref_key_seal.tpl @@ -0,0 +1,81 @@ +{strip} +
{bithelp}
+
+
+

{tr}Edit Key Seal{/tr}: {$title|escape}-{$xref_title|escape}

+
+ + {formfeedback hash=$feedback} + {formfeedback warning=$errors.title} + +
+ {form enctype="multipart/form-data" id="writexref"} + + + + {jstabs} + {jstab title="Key Seal Details"} + {legend legend="Contents"} +
+ {formlabel label="Key Seal Code" for="xkey"} + {forminput} + + {formhelp note="Key Seal Code from key management system."} + {/forminput} +
+
+ +
+ {formlabel label="Contract Number" for="xkey_ext"} + {forminput} + + {formhelp note="Contract number."} + {/forminput} +
+
+ + {formlabel label="Key Seal Notes" for="data"} + {capture assign=textarea_help} + {tr}Keep the text attached to reference items short and use comment records to add larger volumns of text. This should be reserved for simple notes such 'as use after 5PM' or the link.{/tr} + {/capture} + {textarea rows=5 noformat=1 id="edittext" nowysiwyg="yes" edit=$xrefInfo.data} + {/legend} + {/jstab} + + {jstab title="Time period"} + {legend legend="Start and Stop Dates"} +
+ +  Ignore Date + {formlabel label="Start Date" for=""} + {forminput} + {html_select_date prefix="start_" time=$xrefInfo.start_date start_year="-5" end_year="+10"} {tr}at{/tr}  + {html_select_time prefix="start_" time=$xrefInfo.start_date display_seconds=false} {$siteTimeZone} + {formhelp note="This key seal record becomes valid on this date."} + {/forminput} +
+
+ +
+ +  Ignore Date + {formlabel label="End Date" for=""} + {forminput} + {html_select_date prefix="end_" time=$xrefInfo.end_date start_year="-5" end_year="+10"} {tr}at{/tr}  + {html_select_time prefix="end_" time=$xrefInfo.end_date display_seconds=false} {$siteTimeZone} + {formhelp note="This key seal record finishes on this date."} + {/forminput} +
+
+ {/legend} + {/jstab} + +
+   + +
+ {/jstabs} + {/form} +
+
+{/strip} diff --git a/templates/list_contact.tpl b/templates/list_contact.tpl index 156ffa1..5e7f7a2 100755 --- a/templates/list_contact.tpl +++ b/templates/list_contact.tpl @@ -1,7 +1,7 @@ {* $Header: /cvsroot/bitweaver/_bit_contact/templates/list_contact.tpl,v 1.3 2010/02/09 17:21:21 wjames5 Exp $ *} diff --git a/templates/list_contacts.tpl b/templates/list_contacts.tpl index 02545fd..1bc574d 100755 --- a/templates/list_contacts.tpl +++ b/templates/list_contacts.tpl @@ -1,7 +1,7 @@ {* $Header: /cvsroot/bitweaver/_bit_contact/templates/list_contacts.tpl,v 1.2 2010/02/09 17:21:21 wjames5 Exp $ *} diff --git a/templates/list_ticket.tpl b/templates/list_ticket.tpl index 95edada..ec29f3e 100755 --- a/templates/list_ticket.tpl +++ b/templates/list_ticket.tpl @@ -26,7 +26,7 @@ - {smartlink ititle="View" ifile="view_ticket.php" biticon="document-properties" ticket_id=$gContent->mInfo.tickets[ticket].ticket_id} + {smartlink ititle="View" ifile="view_ticket.php" biticon="edit" ticket_id=$gContent->mInfo.tickets[ticket].ticket_id}