Author: rjollos
Date: Wed Nov 27 07:21:58 2013
New Revision: 1545950
URL: http://svn.apache.org/r1545950
Log:
0.8dev: Integrate change from [trac 12268].
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html?rev=1545950&r1=1545949&r2=1545950&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_roadmap.html Wed Nov
27 07:21:58 2013
@@ -71,7 +71,7 @@
</div>
<div py:if="'MILESTONE_CREATE' in perm" class="buttons">
- <form method="get" action="${href.milestone()}"><div>
+ <form id="add" method="get" action="${href.milestone()}"><div>
<input type="hidden" name="action" value="new" />
<input type="submit" value="${_('Add new milestone')}" />
</div></form>