diff options
Diffstat (limited to 'templates/add_xref.tpl')
| -rw-r--r-- | templates/add_xref.tpl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/add_xref.tpl b/templates/add_xref.tpl index 990c1d5..1eede9e 100644 --- a/templates/add_xref.tpl +++ b/templates/add_xref.tpl @@ -19,18 +19,17 @@ </div> <div class="form-group"> - {formlabel label="Value" for="edit"} + {formlabel label="Value" for="xkey"} {forminput} - <input type="text" class="form-control" name="edit" id="edit" value="" /> + <input type="text" class="form-control" name="xkey" id="xkey" value="" /> {formhelp note="Enter the value for this detail record."} {/forminput} </div> <div class="form-group"> - {formlabel label="Linked Content ID" for="xref"} + {formlabel label="Note" for="edit"} {forminput} - <input type="text" class="form-control input-small" name="xref" id="xref" value="" /> - {formhelp note="For supplier links: enter the contact content_id. Leave blank for all other types."} + <input type="text" class="form-control" name="edit" id="edit" value="" /> {/forminput} </div> |
