You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2013/02/20 10:14:21 UTC

svn commit: r1448050 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html

Author: rjollos
Date: Wed Feb 20 09:14:21 2013
New Revision: 1448050

URL: http://svn.apache.org/r1448050
Log:
Refs #353: Removed redundant ''hint''. Renamed ''Notice'' to ''Note'' for consistency with other help items.

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html?rev=1448050&r1=1448049&r2=1448050&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_milestones.html Wed Feb 20 09:14:21 2013
@@ -39,7 +39,7 @@
     <h2>Milestone Management</h2>
 
     <py:choose test="view">
-      <form py:when="'detail'" class="well form-horizontal" method="post" 
+      <form py:when="'detail'" class="well form-horizontal" method="post"
           id="modifymilestone" action=""
           py:with="readonly = 'MILESTONE_MODIFY' not in req.perm or None">
         <fieldset>
@@ -70,7 +70,7 @@
               <input type="text" id="completeddate" name="completeddate"
                      size="${len(datetime_hint)}"
                      value="${format_datetime(milestone.completed)}" readonly="${readonly}"
-                     placeholder="${_('Format: %(datehint)s', datehint=datetime_hint)}"/>
+                     placeholder="${_('Format: %(datehint)s', datehint=datetime_hint)}" />
             </div>
             <script type="text/javascript">
               jQuery(document).ready(function($) {
@@ -109,7 +109,7 @@
       <py:otherwise>
         <div py:if="'MILESTONE_CREATE' in req.perm" class="row">
           <div class="span9">
-            <form class="well form-horizontal" id="addmilestone" method="post" action="">
+            <form id="addmilestone" class="well form-horizontal" method="post" action="">
               <fieldset>
                 <legend>Add Milestone</legend>
                 <div class="control-group">
@@ -133,11 +133,6 @@
                   <div class="controls">
                     <input class="btn" type="submit" name="add" value="${_('Add')}" />
                   </div>
-
-                  <p class="help-block">
-                    <span class="label label-info">Hint</span>
-                    <i18n:msg params="datehint">Format: $datetime_hint</i18n:msg>
-                  </p>
                 </div>
               </fieldset>
             </form>
@@ -188,7 +183,7 @@
                       value="${_('Apply changes')}" />
                 </div>
                 <p class="help-block">
-                  <span class="label label-info">Notice</span>
+                  <span class="label label-info">Note</span>
                   You can remove all items from this list to completely hide this
                   field from the user interface.
                 </p>