diff options
-rw-r--r-- | template/en/default/attachment/createformcontents.html.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index 293fc3d92..e6ca90c2d 100644 --- a/template/en/default/attachment/createformcontents.html.tmpl +++ b/template/en/default/attachment/createformcontents.html.tmpl @@ -11,7 +11,7 @@ <tr class="attachment_data"> <th><label for="data">File</label>:</th> <td> - <em>Enter the path to the file on your computer</em> (or + (or <a id="attachment_data_controller" href="javascript:TUI_toggle_class('attachment_text_field'); javascript:TUI_toggle_class('attachment_data')" >paste text as attachment</a>).<br> @@ -31,9 +31,8 @@ </td> </tr> <tr> - <th class="required"><label for="description">Description</label>:</th> + <th class="required"><label for="description">Brief Description</label>:</th> <td> - <em>Describe the attachment briefly.</em><br> <input type="text" id="description" name="description" class="required" size="60" maxlength="200"> </td> |