diff options
| author | "Lester Caine ext:(%22) <lester@lsces.co.uk> | 2011-07-07 18:50:19 +0100 |
|---|---|---|
| committer | "Lester Caine ext:(%22) <lester@lsces.co.uk> | 2011-07-07 18:50:19 +0100 |
| commit | 23cb9457a5dd792a90f1efe187da46d56fbf0fc0 (patch) | |
| tree | 3d9c0c724549b4b817eda9a4d4bcc89f7c2ee25b /templates | |
| parent | e4670d75b57ddee43ed2d66b85738068f11953c7 (diff) | |
| download | contact-23cb9457a5dd792a90f1efe187da46d56fbf0fc0.tar.gz contact-23cb9457a5dd792a90f1efe187da46d56fbf0fc0.tar.bz2 contact-23cb9457a5dd792a90f1efe187da46d56fbf0fc0.zip | |
Add xref value format
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_xref_value.tpl | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/edit_xref_value.tpl b/templates/edit_xref_value.tpl new file mode 100644 index 0000000..a524cd9 --- /dev/null +++ b/templates/edit_xref_value.tpl @@ -0,0 +1,37 @@ +{strip} +<div class="floaticon">{bithelp}</div> +<div class="edit contact_xref"> + <div class="header"> + <h1>{tr}Edit {/tr}{$xrefInfo.template_title|escape}: {$title|escape}-{$xref_title|escape}</h1> + </div> + + {formfeedback hash=$feedback} + {formfeedback warning=`$errors.title`} + + <div class="body"> + {form enctype="multipart/form-data" id="writexref"} + <input type="hidden" name="content_id" value="{$xrefInfo.content_id}" /> + <input type="hidden" name="xref_id" value="{$xrefInfo.xref_id}" /> + + {jstabs} + {jstab title="Details"} + {legend legend="Contents"} + {include file="bitpackage:contact/edit_xref_value_fields.tpl"} + + {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} + {/legend} + {/jstab} + {include file="bitpackage:contact/edit_xref_dates.tpl"} + <div class="row submit"> + <input type="submit" name="fCancel" value="{tr}Cancel{/tr}" /> + <input type="submit" name="fSaveXref" value="{tr}Save{/tr}" /> + </div> + {/jstabs} + {/form} + </div><!-- end .body --> +</div><!-- end .article --> +{/strip} |
