make the cancel button 32x32
authorArt Cancro <ajc@citadel.org>
Tue, 30 Nov 2010 07:57:28 +0000 (02:57 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 30 Nov 2010 07:57:28 +0000 (02:57 -0500)
webcit/static/t/confirmlogoff.html

index cc8cc122283cc630d4c604d0e74aad2e90734411..b7127abf5ab820d1797f41e01e4acc33017cad65 100644 (file)
@@ -2,7 +2,7 @@
 <body>
 <center>
 <h1><a href="termquit"><img src="static/logoff_32x.gif" border="0">&nbsp;<?_("Log off")></a></h1>
-<h1><a href="javascript:toggleModal();"><img src="static/closewindow.gif" border="0">&nbsp;<?_("Cancel")></a></h1>
+<h1><a href="javascript:toggleModal();"><img src="static/closewindow.gif" height="32" width="32" border="0">&nbsp;<?_("Cancel")></a></h1>
 </center>
 </body>
 </html>