diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 22:56:22 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 22:56:22 +0100 |
| commit | 705a7cfe856ab548abc2cc002b1544bd3f7a13b6 (patch) | |
| tree | 1c59b842efa11fc353de9ef11c5ac427fe308ab7 /templates/edit_xref_value.tpl | |
| parent | b67bdbb115b478aeef8e91d9a69da9e8a60f68af (diff) | |
| download | contact-705a7cfe856ab548abc2cc002b1544bd3f7a13b6.tar.gz contact-705a7cfe856ab548abc2cc002b1544bd3f7a13b6.tar.bz2 contact-705a7cfe856ab548abc2cc002b1544bd3f7a13b6.zip | |
Modify templates for ink frameworkINK_Port
Diffstat (limited to 'templates/edit_xref_value.tpl')
| -rw-r--r-- | templates/edit_xref_value.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_xref_value.tpl b/templates/edit_xref_value.tpl index a524cd9..2bd0d8c 100644 --- a/templates/edit_xref_value.tpl +++ b/templates/edit_xref_value.tpl @@ -6,7 +6,7 @@ </div> {formfeedback hash=$feedback} - {formfeedback warning=`$errors.title`} + {formfeedback warning=$errors.title} <div class="body"> {form enctype="multipart/form-data" id="writexref"} @@ -22,7 +22,7 @@ {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}{$xrefInfo.data}{/textarea} + {textarea rows=5 noformat=1 edit=$xrefInfo.data} {/legend} {/jstab} {include file="bitpackage:contact/edit_xref_dates.tpl"} |
