Project

General

Profile

« Previous | Next » 

Revision d90269bf

Added by Jared Dillard almost 10 years ago

move error message to top of page

View differences:

src/usr/local/www/vpn_ipsec_phase1.php
620 620

  
621 621
include("head.inc");
622 622

  
623
        if ($input_errors)
624
                print_input_errors($input_errors);
625

  
623 626
$tab_array = array();
624 627
$tab_array[] = array(gettext("Tunnels"), true, "vpn_ipsec.php");
625 628
$tab_array[] = array(gettext("Mobile clients"), false, "vpn_ipsec_mobile.php");
......
899 902

  
900 903
<form action="vpn_ipsec_phase1.php" method="post" name="iform" id="iform">
901 904

  
902
<?php
903
	if ($input_errors)
904
		print_input_errors($input_errors);
905
?>
906

  
907 905
<script type="text/javascript">
908 906
//<![CDATA[
909 907
events.push(function(){
......
1109 1107
</script>
1110 1108
<?php
1111 1109

  
1112
include("foot.inc");
1110
include("foot.inc");

Also available in: Unified diff