]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Use NOSCRIPT for Go buttons - "links" text browser implements CSS but not
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 10 Jun 2014 19:48:45 +0000 (19:48 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 10 Jun 2014 19:48:45 +0000 (19:48 +0000)
Javascript, so the NOSCRIPT element is a better fit (STR #4425)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11914 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES-1.7.txt
templates/printer.tmpl

index da982ef0ee7439dbea13fba437a6ed685b65f0ab..51d57b6054fb48855035c5d6156073e38c6e1579 100644 (file)
@@ -8,6 +8,8 @@ CHANGES IN CUPS V1.7.4
        - The "snmp" option did not work with the network backends (STR #4422)
        - The User directive in client.conf did not override the USER
          environment variable (STR #4426)
+       - The web interface now properly shows a "Go" button for all text-based
+         browsers (STR #4425)
 
 
 CHANGES IN CUPS V1.7.3
index b364d34a1bcff5189c371b55b05c7be37bb401a1..617d8e1686b7b498814d9ef6c642cc8adb7e33ad 100644 (file)
@@ -15,7 +15,7 @@
 <OPTION VALUE="move-jobs">Move All Jobs</OPTION>
 <OPTION VALUE="purge-jobs">Cancel All Jobs</OPTION>
 </SELECT>
-<INPUT TYPE="SUBMIT" VALUE="Go" STYLE="display: none;">
+<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Go"></NOSCRIPT>
 </FORM>
 
 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
@@ -29,7 +29,7 @@
 <OPTION VALUE="set-as-default">Set As Server Default</OPTION>
 <OPTION VALUE="set-allowed-users">Set Allowed Users</OPTION>
 </SELECT>
-<INPUT TYPE="SUBMIT" VALUE="Go" STYLE="display: none;">
+<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Go"></NOSCRIPT>
 </FORM>
 
 <TABLE SUMMARY="{printer_name}">