You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by pi...@apache.org on 2016/01/11 12:46:36 UTC

svn commit: r1724010 - /steve/trunk/pysteve/www/htdocs/admin/create_election.html

Author: pierresmits
Date: Mon Jan 11 11:46:36 2016
New Revision: 1724010

URL: http://svn.apache.org/viewvc?rev=1724010&view=rev
Log:
Removing superfluous text elements from the 'optional' fieldset

Modified:
    steve/trunk/pysteve/www/htdocs/admin/create_election.html

Modified: steve/trunk/pysteve/www/htdocs/admin/create_election.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/create_election.html?rev=1724010&r1=1724009&r2=1724010&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/create_election.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/create_election.html Mon Jan 11 11:46:36 2016
@@ -49,13 +49,13 @@
     <fieldset>
         <legend>Optional information</legend>
             <div class="keyvaluepair">
-        <div class="keyfield">Date election opens (optional):</div>
+        <div class="keyfield">Date election opens:</div>
         <input type="text" name="starts" placeholder="YYYY-MM-DD" id="starts" onfocus="$('#starts').datepicker({
             dateFormat: 'yy-mm-dd'
                });"/><br>
     </div>
     <div class="keyvaluepair">
-        <div class="keyfield">Date election ends (optional):</div>
+        <div class="keyfield">Date election ends:</div>
         <input type="text" name="ends" placeholder="YYYY-MM-DD" id="ends" onfocus="$('#ends').datepicker({
             dateFormat: 'yy-mm-dd'
                });"/><br>