Project

General

Profile

« Previous | Next » 

Revision 945

Added by aldus about 15 years ago

bugfix for #693, add the section_id to the query to aviod conflicts
changes the center tag inside the warning.htt templates to get valid xhtml1.1 output ...

View differences:

warning.htt
33 33
	background-color: #336699;
34 34
	border: 0;
35 35
}
36
div#message {
37
	text-align: center;
38
}
36 39
--></style></head>
37 40
<body>
38 41

  
39
<center>
40
	<br />
42
<div id='message'>
41 43
	<h1>Excessive Invalid Logins</h1>
42 44
	You have attempted to login too many times
43
</center>
45
</div>
44 46

  
45 47
</body>
46 48
</html>

Also available in: Unified diff