Project

General

Profile

« Previous | Next » 

Revision 1445

Added by Dietmar about 13 years ago

small validation fixes in backend themes

View differences:

success.htt
1
<!-- BEGIN main_block -->

2
<div class="error_box">

3
 <p>{MESSAGE}</p>

4
<!-- BEGIN show_redirect_block -->

5
 <script language="javascript" type="text/javascript">

6
  setTimeout("location.href='{REDIRECT}'", {REDIRECT_TIMER});

7
 </script>

8
<!-- END show_redirect_block -->

9
 <p><a href="{REDIRECT}" title="{NEXT}">{BACK}</a></p>

10
</div>

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

Also available in: Unified diff