Updated Branches:
  refs/heads/api-options bd721a537 -> c8bc909b7

Fix the checkbox labels


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c8bc909b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c8bc909b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c8bc909b

Branch: refs/heads/api-options
Commit: c8bc909b76c621b3517bb99b8e4e571b2490ddfa
Parents: bd721a5
Author: suelockwood <[email protected]>
Authored: Mon Jan 27 10:57:58 2014 -0500
Committer: suelockwood <[email protected]>
Committed: Mon Jan 27 10:57:58 2014 -0500

----------------------------------------------------------------------
 src/fauxton/app/addons/documents/templates/advanced_options.html | 2 +-
 src/fauxton/app/templates/documents/advanced_options_menu.html   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c8bc909b/src/fauxton/app/addons/documents/templates/advanced_options.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/documents/templates/advanced_options.html 
b/src/fauxton/app/addons/documents/templates/advanced_options.html
index e256325..61cee85 100644
--- a/src/fauxton/app/addons/documents/templates/advanced_options.html
+++ b/src/fauxton/app/addons/documents/templates/advanced_options.html
@@ -32,7 +32,7 @@ the License.
       <div class="controls controls-row">
         <div class="checkbox inline">  
           <input id="check1" type="checkbox" name="include_docs" value="true"> 
 
-          <label name="include_docs" for="check1">Include Docs</label>  
+          <label for="check1">Include Docs</label>  
           <% if (hasReduce) { %>
           <input id="check2" name="reduce" type="checkbox" value="true">
           <label for="check2">Reduce</label>  

http://git-wip-us.apache.org/repos/asf/couchdb/blob/c8bc909b/src/fauxton/app/templates/documents/advanced_options_menu.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/templates/documents/advanced_options_menu.html 
b/src/fauxton/app/templates/documents/advanced_options_menu.html
index ff1783c..0de2491 100644
--- a/src/fauxton/app/templates/documents/advanced_options_menu.html
+++ b/src/fauxton/app/templates/documents/advanced_options_menu.html
@@ -1,8 +1,8 @@
   <div class="row-fluid custom-inputs">
     <div class="controls controls-row">
       <div class="checkbox inline">  
-        <input id="include-docs" type="checkbox" name="include-docs" 
value="true">  
-        <label for="include_docs">
+        <input id="include_docs_views" type="checkbox" name="include-docs" 
value="true">  
+        <label for="include_docs_views">
           Include Docs</label>  
       </div> 
       <% if (hasReduce) { %>

Reply via email to