Rework Login dialog to work with rekonq (and hopefully Safari)
[citadel.git] / webcit / static / t / get_logged_in.html
index 27b75a773b0142de41882fe247d3fd0414c6242a..e7284c76b934b94307fbe54f5b7e8f4ac338d221 100644 (file)
@@ -1,12 +1,10 @@
-<html>
-<body>
 <div id="loginbox_topline_container">
 <div id="loginbox_title">
 <?_("You must be logged in to access this page.")>
 </div>
 <div id="loginbox_closebutton">
 <a href="javascript:toggleModal(0);">
-<?_("Close window")>&nbsp;<img src="static/webcit_icons/closewindow.gif" border="0"></a>
+<?_("Close window")>&nbsp;<img src="static/webcit_icons/closewindow.gif" border="0" alt='<?_("Close window")>'></a>
 </div>
 </div>
 <br><br>
 </div>
 
 </div>
-</body>
-</html>