Commit f1c21a56 authored by Craig Parkinson's avatar Craig Parkinson Committed by David Lawrence

Bug 314366 - "Enter the path to the file on your computer" assumes I choose a…

Bug 314366 - "Enter the path to the file on your computer" assumes I choose a file by entering a path r=dkl
parent 94baad58
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<tr class="attachment_data"> <tr class="attachment_data">
<th><label for="data">File</label>:</th> <th><label for="data">File</label>:</th>
<td> <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'); <a id="attachment_data_controller" href="javascript:TUI_toggle_class('attachment_text_field');
javascript:TUI_toggle_class('attachment_data')" javascript:TUI_toggle_class('attachment_data')"
>paste text as attachment</a>).<br> >paste text as attachment</a>).<br>
...@@ -31,9 +31,8 @@ ...@@ -31,9 +31,8 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th class="required"><label for="description">Description</label>:</th> <th class="required"><label for="description">Brief Description</label>:</th>
<td> <td>
<em>Describe the attachment briefly.</em><br>
<input type="text" id="description" name="description" class="required" <input type="text" id="description" name="description" class="required"
size="60" maxlength="200"> size="60" maxlength="200">
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment