Author: rjollos
Date: Thu Feb 28 15:05:27 2013
New Revision: 1451225
URL: http://svn.apache.org/r1451225
Log:
Refs #419: Renamed release date field label on Admin Versions modify panel to
''Released'', so that it matches the label on the Admin Versions view panel.
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html?rev=1451225&r1=1451224&r2=1451225&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_versions.html
Thu Feb 28 15:05:27 2013
@@ -49,7 +49,7 @@
</div>
</div>
<div class="control-group">
- <label class="control-label" for="releaseddate">Date:</label>
+ <label class="control-label" for="releaseddate">Released:</label>
<div class="controls">
<input type="text" id="releaseddate" name="time"
size="${len(datetime_hint)}"
value="${format_datetime(version.time)}"