From fb1bc1c7e55e6a235adaf9d99b4cbd426f52dbce Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 5 Jun 2026 16:15:05 +0100 Subject: Remove edit_xref_key_seal.tpl — no supporting code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- templates/edit_xref_key_seal.tpl | 81 ---------------------------------------- 1 file changed, 81 deletions(-) delete mode 100755 templates/edit_xref_key_seal.tpl diff --git a/templates/edit_xref_key_seal.tpl b/templates/edit_xref_key_seal.tpl deleted file mode 100755 index 3118ac6..0000000 --- a/templates/edit_xref_key_seal.tpl +++ /dev/null @@ -1,81 +0,0 @@ -{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} -- cgit v1.3