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:33:55 UTC

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

Author: pierresmits
Date: Mon Jan 11 11:33:55 2016
New Revision: 1724009

URL: http://svn.apache.org/viewvc?rev=1724009&view=rev
Log:
[STeVe-126 Move election type.
- moved election type to the 'base' fieldset 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=1724009&r1=1724008&r2=1724009&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:33:55 2016
@@ -31,6 +31,13 @@
         <input type="text" name="foo122"  id="title"/>This is the official title of the election<br>
     </div>
     <div class="keyvaluepair">
+        <div class="keyfield">Election type:</div>
+        <select name="open" id="open">
+            <option value="false">Private election (invites only)</option>
+            <option value="true">Public election (anyone can view/vote)</option>
+        </select>
+    </div>
+    <div class="keyvaluepair">
         <div class="keyfield">Owner of election (UID):</div>
         <input type="text" name="foo123" id="owner"/>Owner of the election, as found in the karma section of steve.cfg<br>
     </div>
@@ -53,13 +60,6 @@
             dateFormat: 'yy-mm-dd'
                });"/><br>
     </div>
-    <div class="keyvaluepair">
-        <div class="keyfield">Election type:</div>
-        <select name="open" id="open">
-            <option value="false">Private election (invites only)</option>
-            <option value="true">Public election (anyone can view/vote)</option>
-        </select>
-    </div>
     </fieldset>
     <div class="keyvaluepair">
         <input type="button" onclick="createElection();" value="Create election" class="btn-green"/>