admin design update

This commit is contained in:
2012-07-17 19:22:21 +00:00
parent 163e0d61c2
commit 9c8331a03d
7 changed files with 18 additions and 15 deletions

View File

@@ -1,3 +1,6 @@
<!-- MAIN -->
<div id="main">
<div class="wrapper">
<?php
$moduleurl = $_SERVER["REQUEST_URI"];
$urlcut = strpos($moduleurl, "&");
@@ -52,8 +55,8 @@ switch($mode)
include ($_SERVER["DOCUMENT_ROOT"]."/Admin/Modules/VPNconfig/include/config-edit.php");
break;
default:
echo"<h1><b>VPN Configuration</b></h1>
<h2>Choose an action:</h2>
echo"<h1><b>VPN Configuration</b></h1><br/>
<h2>Choose an action:</h2><br/>
<p># <a href=\"".$moduleurl."&uebergabe=1\">Status</a></p>
<p># <a href=\"".$moduleurl."&uebergabe=2\">Config</a></p>
<p># <a href=\"".$moduleurl."&uebergabe=3\">Certificates</a></p>
@@ -63,3 +66,5 @@ switch($mode)
break;
}
?>
</div>
</div>