diff options
| author | lsces <lester@lsces.co.uk> | 2014-10-22 11:15:03 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-10-22 11:15:03 +0100 |
| commit | 12d7977c96398f97492ad696f293c55816cbbd4a (patch) | |
| tree | 1d77a4918d7813a795146ea3a44f4b6fb4cefeb5 /templates/edit_xref_value.tpl | |
| parent | b401ae621bd9d38d2ce90a69ff0731b5b197694a (diff) | |
| download | contact-12d7977c96398f97492ad696f293c55816cbbd4a.tar.gz contact-12d7977c96398f97492ad696f293c55816cbbd4a.tar.bz2 contact-12d7977c96398f97492ad696f293c55816cbbd4a.zip | |
Tidy up to Smarty3 and BS3
Diffstat (limited to 'templates/edit_xref_value.tpl')
| -rw-r--r-- | templates/edit_xref_value.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_xref_value.tpl b/templates/edit_xref_value.tpl index 0ae58d6..5f20952 100644 --- a/templates/edit_xref_value.tpl +++ b/templates/edit_xref_value.tpl @@ -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 edit=$xrefInfo.data} + {textarea rows=5 noformat=1 id="edittext" nowysiwyg="yes" edit=$xrefInfo.data} {/legend} {/jstab} {include file="bitpackage:contact/edit_xref_dates.tpl"} |
