[Checkins] SVN: z3c.formjs/trunk/src/z3c/formjs/jsaction.txt fixed some tests that were broken by changes to z3c.form

Paul Carduner paulcarduner at gmail.com
Wed Aug 22 00:11:38 EDT 2007


Log message for revision 79112:
  fixed some tests that were broken by changes to z3c.form

Changed:
  U   z3c.formjs/trunk/src/z3c/formjs/jsaction.txt

-=-
Modified: z3c.formjs/trunk/src/z3c/formjs/jsaction.txt
===================================================================
--- z3c.formjs/trunk/src/z3c/formjs/jsaction.txt	2007-08-22 04:06:18 UTC (rev 79111)
+++ z3c.formjs/trunk/src/z3c/formjs/jsaction.txt	2007-08-22 04:11:38 UTC (rev 79112)
@@ -280,12 +280,12 @@
     <body>
       <div class="action">
         <input type="button" id="form-buttons-hello"
-               name="form.buttons.hello" class="buttonWidget jsbutton-field"
+               name="form.buttons.hello" class="button-widget jsbutton-field"
                value="Hello World!" />
       </div>
       <div class="action">
         <input type="button" id="form-buttons-dblhello"
-               name="form.buttons.dblhello" class="buttonWidget jsbutton-field"
+               name="form.buttons.dblhello" class="button-widget jsbutton-field"
                value="Double Hello World!" />
       </div>
     </body>
@@ -476,16 +476,16 @@
         <div class="row">
           <label for="form-widgets-name">Name</label>
           <input type="text" id="form-widgets-name" name="form.widgets.name"
-                 class="textWidget textline-field" value="" />
+                 class="text-widget required textline-field" value="" />
         </div>
         <div class="row">
           <label for="form-widgets-age">Age</label>
           <input type="text" id="form-widgets-age" name="form.widgets.age"
-                 class="textWidget int-field" value="" />
+                 class="text-widget required int-field" value="" />
         </div>
         <div class="action">
           <input type="submit" id="form-buttons-add" name="form.buttons.add"
-                 class="submitWidget button-field" value="Add" />
+                 class="submit-widget button-field" value="Add" />
         </div>
       </form>
     </body>



More information about the Checkins mailing list