[Checkins] SVN: GenericSetup/trunk/www/sutImportSteps.zpt Hide the submit button on javascript-capable browsers

Wichert Akkerman wichert at wiggy.net
Sat Jul 7 12:28:03 EDT 2007


Log message for revision 77577:
  Hide the submit button on javascript-capable browsers

Changed:
  U   GenericSetup/trunk/www/sutImportSteps.zpt

-=-
Modified: GenericSetup/trunk/www/sutImportSteps.zpt
===================================================================
--- GenericSetup/trunk/www/sutImportSteps.zpt	2007-07-07 15:53:37 UTC (rev 77576)
+++ GenericSetup/trunk/www/sutImportSteps.zpt	2007-07-07 16:28:02 UTC (rev 77577)
@@ -29,9 +29,11 @@
     tal:attributes="value context/id; selected python:context_id==context['id']"
     tal:content="context/title">CONTEXT_TITLE</option>
 </select>
+  <noscript>
     <input class="form-element" type="submit"
            name="manage_importSteps:method"
            value="Switch profile" />
+  </noscript>
 </form>
 
 



More information about the Checkins mailing list