Author: jmorliaguet
Date: Wed May  3 19:54:34 2006
New Revision: 3036

Modified:
   cpsskins/branches/paris-sprint-2006/ui/manager/themes_manager.pt
Log:

- using <input> instead of <button> for zope.testbrowser



Modified: cpsskins/branches/paris-sprint-2006/ui/manager/themes_manager.pt
==============================================================================
--- cpsskins/branches/paris-sprint-2006/ui/manager/themes_manager.pt    
(original)
+++ cpsskins/branches/paris-sprint-2006/ui/manager/themes_manager.pt    Wed May 
 3 19:54:34 2006
@@ -8,14 +8,14 @@
             action="./@@enableThemes.html" method="post">
         <p>
           <strong style="color:red">Themes are currently disabled.</strong>
-          <button type="submit">Enable themes</button>
+          <input type="submit" value="Enable themes" />
         </p>
       </form>
 
       <form tal:condition="enabled"
             action="./@@disableThemes.html" method="post">
         <p>
-          <button type="submit">Disable themes</button>
+          <input type="submit" value="Disable themes" />
         </p>
       </form>
 
@@ -33,7 +33,7 @@
       </tal:block>
       <form action="./@@addTheme.html" method="post">
          <p>
-           <button type="submit">Add a theme</button>
+           <input type="submit" value="Add a theme" />
          </p>
       </form>
     </div>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to