You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/08/07 22:00:36 UTC

svn commit: r983300 - /couchdb/trunk/share/www/replicator.html

Author: jan
Date: Sat Aug  7 20:00:35 2010
New Revision: 983300

URL: http://svn.apache.org/viewvc?rev=983300&view=rev
Log:
Futon: Fix markup around replicator form labels.

Patch By David Rose.

Closes COUCHDB-843.

Modified:
    couchdb/trunk/share/www/replicator.html

Modified: couchdb/trunk/share/www/replicator.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/replicator.html?rev=983300&r1=983299&r2=983300&view=diff
==============================================================================
--- couchdb/trunk/share/www/replicator.html [utf-8] (original)
+++ couchdb/trunk/share/www/replicator.html [utf-8] Sat Aug  7 20:00:35 2010
@@ -115,22 +115,26 @@ specific language governing permissions 
         <fieldset id="source">
           <legend>Replicate changes from:</legend>
           <p>
-            <label><input type="radio" id="from_local" name="from_type" value="local" checked> Local</label>
-            <label>database: <select id="from_name" name="from_name"></select></label>
+            <input type="radio" id="from_local" name="from_type" value="local" checked> 
+            <label for="from_local">Local Database: </label>
+            <select id="from_name" name="from_name"></select>
           </p><p>
-            <label><input type="radio" id="from_to_remote" name="from_type" value="remote"> Remote</label>
-            <label>database: <input type="text" id="from_url" name="from_url" size="30" value="http://" disabled></label>
+            <input type="radio" id="from_to_remote" name="from_type" value="remote"> 
+            <label for="from_to_remote">Remote database: </label>
+            <input type="text" id="from_url" name="from_url" size="30" value="http://" disabled>
           </p>
         </fieldset>
         <p class="swap"><button id="swap" tabindex="99">⇄</button></p>
         <fieldset id="target">
           <legend>to:</legend>
           <p>
-            <label><input type="radio" id="to_local" name="to_type" value="local" checked> Local</label>
-            <label>database: <select id="to_name" name="to_name"></select></label>
+            <input type="radio" id="to_local" name="to_type" value="local" checked> 
+            <label for="to_local">Local database: </label>
+            <select id="to_name" name="to_name"></select>
           </p><p>
-            <label><input type="radio" id="to_remote" name="to_type" value="remote"> Remote</label>
-            <label>database: <input type="text" id="to_url" name="to_url" size="30" value="http://" disabled></label>
+            <input type="radio" id="to_remote" name="to_type" value="remote"> 
+            <label for="to_remote">Remote database: </label>
+            <input type="text" id="to_url" name="to_url" size="30" value="http://" disabled>
           </p>
         </fieldset>
         <p class="actions">