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_text.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_text.tpl')
| -rw-r--r-- | templates/edit_xref_text.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/edit_xref_text.tpl b/templates/edit_xref_text.tpl index dfde0bd..f2b7c4c 100644 --- a/templates/edit_xref_text.tpl +++ b/templates/edit_xref_text.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,13 +22,14 @@ <input type="text" name="xkey_ext" id="xkey_ext" value="{$xrefInfo.xkey_ext|escape}" /> {formhelp note="Simple free format text entries like email or web addresses."} {/forminput} + <div class="clear"></div> </div> {formlabel label="`$xrefInfo.template_title` 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}{$xrefInfo.data}{/textarea} + {textarea rows=5 noformat=1 edit=$xrefInfo.data} {/legend} {/jstab} @@ -43,6 +44,7 @@ <span dir="ltr">{html_select_time prefix="start_" time=$xrefInfo.start_date display_seconds=false} {$siteTimeZone}</span> {formhelp note="This xref record becomes valid on this date."} {/forminput} + <div class="clear"></div> </div> <div class="row"> @@ -54,6 +56,7 @@ <span dir="ltr">{html_select_time prefix="end_" time=$xrefInfo.end_date display_seconds=false} {$siteTimeZone}</span> {formhelp note="This xref record finishes on this date."} {/forminput} + <div class="clear"></div> </div> {/legend} {/jstab} |
