BUGFIX: Issue #2375

- UploadField showed 2 descriptions in CMS with one call to setDescription().
- Removed UploadField-specific template ref to $Description, in favour of using the "default" in FormField_holder.ss
This commit is contained in:
Russell Michell 2013-09-02 12:28:11 +12:00
parent abe09c79e5
commit a1b04cb371
1 changed files with 0 additions and 1 deletions

View File

@ -67,4 +67,3 @@
<div class="clear"><!-- --></div>
</div>
<% end_if %>
<% if Description %><span class="description">$Description</span><% end_if %>