Author: rjollos
Date: Tue Mar  5 09:23:13 2013
New Revision: 1452709

URL: http://svn.apache.org/r1452709
Log:
Refs #217: Minor changes (reverts) to text on Admin milestones panel, as 
described in comment:13:ticket:217.

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=1452709&r1=1452708&r2=1452709&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
 Tue Mar  5 09:23:13 2013
@@ -36,7 +36,7 @@
   </head>
 
   <body>
-    <h2>Milestone Management</h2>
+    <h2>Manage Milestones</h2>
 
     <py:choose test="view">
       <form py:when="'detail'" class="well form-horizontal" method="post"
@@ -111,16 +111,16 @@
           <div class="span9">
             <form id="addmilestone" class="well form-horizontal" method="post" 
action="">
               <fieldset>
-                <legend>Add Milestone</legend>
+                <legend>Add Milestone:</legend>
                 <div class="control-group">
-                  <label class="control-label" for="name">Milestone 
Name</label>
+                  <label class="control-label" for="name">Name:</label>
                   <div class="controls">
                     <input type="text" name="name" id="name" 
class="input-xlarge" />
                   </div>
                 </div>
 
                 <div class="control-group">
-                  <label class="control-label" for="duedate">Due Date</label>
+                  <label class="control-label" for="duedate">Due:</label>
                   <div class="controls">
                     <input type="text" id="duedate"
                         name="duedate" size="${len(datetime_hint)}"


Reply via email to