Project

General

Profile

« Previous | Next » 

Revision 534

Added by doc over 16 years ago

corrected link in /admin/login/template.html and increased redirection timer for success messages

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.7.0 -------------------------------------
14 14
13-Jan-2008 Christian Sommer
15
!	changed admin/login/template.html HOME link to WB_URL
16
!	increased redirection time after success message
17

  
18
13-Jan-2008 Christian Sommer
15 19
!	updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
16 20

  
17 21
13-Jan-2008 Christian Sommer
trunk/wb/admin/interface/success.html
4 4
	{MESSAGE}
5 5
	
6 6
	<script language="javascript" type="text/javascript">
7
		setTimeout("location.href='{REDIRECT}'", 0);
7
		setTimeout("location.href='{REDIRECT}'", 2000);
8 8
	</script>
9 9
	
10 10
	<noscript>
trunk/wb/admin/login/template.html
68 68
		<br />
69 69
		<br />
70 70
		<br />
71
		<a href="{WB_URL}{PAGES_DIRECTORY}/">{TEXT_HOME}</a>
71
		<a href="{WB_URL}">{TEXT_HOME}</a>
72 72
	</center>
73 73

  
74 74
	</td>

Also available in: Unified diff