Skip to content

Commit

Permalink
Minor improvement to 'Add File' dialog. Closes #8760
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Moore committed May 16, 2012
1 parent 6250722 commit 5c0209c
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -34,9 +34,10 @@
<h1>{% trans "Upload a new file" %}:</h1>
<span>Choose a local file to upload and attach</span>
{{ form_file.annotation_file }}
</div>
<div>
<h1>Attach an existing File:</h1>
</div>

<p>
<h1>And/Or Attach an existing File:</h1>
<span>Select the attachments to add</span>
<table>
<tr>
Expand All @@ -52,4 +53,4 @@ <h1>Attach an existing File:</h1>
<tr class="hiddenField"><td>{{ form_file.well }}</td></tr>
</table>

</div>
</p>

0 comments on commit 5c0209c

Please sign in to comment.