removed width/height, not nescessary anymore
authorthe_mgt <themgt@ueberserver.de>
Fri, 1 Jul 2011 12:14:18 +0000 (14:14 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:12:54 +0000 (21:12 +0000)
webcit/static/t/confirmlogoff.html

index d9f8c7b4a8ce90a4eeb74f67480bfa0b2bd8d832..bed1454aee8fa4fcd44317a8d9793614601ef47a 100644 (file)
@@ -1,6 +1,6 @@
 <html>
        <body><center>
                <h1><a href="termquit"><img src="static/icons/essen/32x32/logout.png" border="0">&nbsp;<?_("Log off")></a></h1>
-               <h1><a href="javascript:toggleModal(0);"><img src="static/icons/essen/32x32/abort.png" height="32" width="32" border="0">&nbsp;<?_("Cancel")></a></h1>
+               <h1><a href="javascript:toggleModal(0);"><img src="static/icons/essen/32x32/abort.png" border="0">&nbsp;<?_("Cancel")></a></h1>
        </center></body>
 </html>