Rename 'button' to 'mkwsButton'
authorMike Taylor <mike@indexdata.com>
Mon, 1 Jul 2013 22:09:14 +0000 (23:09 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 1 Jul 2013 22:09:14 +0000 (23:09 +0100)
experiments/spclient/html-structure.txt
experiments/spclient/mkws.js
experiments/spclient/mkwsStyle.css

index 4965a80..0acca43 100644 (file)
@@ -12,7 +12,7 @@ identifier and .CLASS indicates an instance of a class.
 #mkwsSearch
   form
     input#query type=text
-    input#button type=submit
+    input#mkwsButton type=submit
 
 #mkwsBlanket
   (no contents -- used only for masking)
index 46c84b2..a6dbbdd 100644 (file)
@@ -537,7 +537,7 @@ function mkws_html_all(config) {
     $("#mkwsSearch").html('\
     <form name="search" action="" >\
       <input id="query" type="text" size="' + mkws_config.query_width + '" />\
-      <input id="button" type="submit" value="' + M('Search') + '" />\
+      <input id="mkwsButton" type="submit" value="' + M('Search') + '" />\
     </form>');
 
     debug("HTML records");
index a2135ef..f5209f1 100644 (file)
@@ -68,7 +68,7 @@
     text-decoration: line-through;
 }
 
-#mkwsSearch input#button {
+#mkwsSearch input#mkwsButton {
     border: 3px outset #132194;
     background-color: #132194;
     padding: 2px;