Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

success.htt
1 1
<!-- BEGIN main_block -->
2
<div class="error_box">
3
 {MESSAGE}<br />
2
<div class="msg-box rounded">
3
	<p>{MESSAGE}</p>
4 4
<!-- BEGIN show_redirect_block -->
5 5
 <script type="text/javascript">
6 6
  setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});
7 7
 </script>
8 8
<!-- END show_redirect_block -->
9
 <h3 style="text-align:center;"><a href="{REDIRECT}" title="{NEXT}">{BACK}</a></h3>
9
<input type="button" name="submit" value="{BACK}" onclick="javascript: window.location = '{REDIRECT}';" />
10 10
</div>
11 11
<!-- END main_block -->

Also available in: Unified diff