Serghey Rodin 13 лет назад
Родитель
Сommit
6c3ac86ba2
36 измененных файлов с 98 добавлено и 98 удалено
  1. 4 4
      web/inc/main.php
  2. 1 1
      web/templates/admin/edit_user.html
  3. 1 1
      web/templates/admin/edit_web.html
  4. 3 3
      web/templates/admin/list_backup.html
  5. 3 3
      web/templates/admin/list_cron.html
  6. 3 3
      web/templates/admin/list_db.html
  7. 3 3
      web/templates/admin/list_dns.html
  8. 3 3
      web/templates/admin/list_dns_rec.html
  9. 4 4
      web/templates/admin/list_ip.html
  10. 2 2
      web/templates/admin/list_log.html
  11. 3 3
      web/templates/admin/list_mail.html
  12. 4 4
      web/templates/admin/list_mail_acc.html
  13. 1 1
      web/templates/admin/list_rrd.html
  14. 3 3
      web/templates/admin/list_stats.html
  15. 4 4
      web/templates/admin/list_user.html
  16. 4 4
      web/templates/admin/list_web.html
  17. 3 3
      web/templates/admin/menu_add_user.html
  18. 3 3
      web/templates/admin/menu_add_web.html
  19. 1 1
      web/templates/admin/menu_backup.html
  20. 1 1
      web/templates/admin/menu_cron.html
  21. 1 1
      web/templates/admin/menu_db.html
  22. 2 2
      web/templates/admin/menu_delete_user.html
  23. 1 1
      web/templates/admin/menu_dns.html
  24. 1 1
      web/templates/admin/menu_dns_rec.html
  25. 3 3
      web/templates/admin/menu_edit_user.html
  26. 3 3
      web/templates/admin/menu_edit_web.html
  27. 1 1
      web/templates/admin/menu_ip.html
  28. 1 1
      web/templates/admin/menu_mail.html
  29. 1 1
      web/templates/admin/menu_mail_acc.html
  30. 4 4
      web/templates/admin/menu_rrd.html
  31. 2 2
      web/templates/admin/menu_suspend_user.html
  32. 2 2
      web/templates/admin/menu_unsuspend_user.html
  33. 2 2
      web/templates/admin/menu_user.html
  34. 1 1
      web/templates/admin/menu_web.html
  35. 1 1
      web/templates/admin/panel.html
  36. 18 18
      web/templates/header.html

+ 4 - 4
web/inc/main.php

@@ -62,17 +62,17 @@ function humanize_usage($usage) {
                 if ( $usage > 1000 ) {
                     $usage = $usage / 1000 ;
                     $usage = number_format($usage, 2);
-                    $usage = $usage." PB";
+                    $usage = $usage." Pb";
                 } else {
                     $usage = number_format($usage, 2);
-                    $usage = $usage." TB";
+                    $usage = $usage." Tb";
                 }
         } else {
             $usage = number_format($usage, 2);
-            $usage = $usage." GB";
+            $usage = $usage." Gb";
         }
     } else {
-        $usage = $usage." MB";
+        $usage = $usage." Mb";
     }
     return $usage;
 }

+ 1 - 1
web/templates/admin/edit_user.html

@@ -16,7 +16,7 @@ document.v_edit_user.v_password.value = randomstring;
         <table class="data-col1">
             <tr><td style="padding: 20px 0 4px 4px;"><a class="data-date" ?><?php echo date("d M Y", strtotime($v_date))?></a></td></tr>
             <tr><td style="padding: 0 0 6px 4px;"><a class="data-date" ?><?php echo $v_time?></a></td></tr>
-            <tr><td style="padding: 0 0 0 24px;" class="data-<?php echo $v_status ?>"><i><b><?php echo $v_status ?></b></i></td></tr>
+            <tr><td style="padding: 0 0 0 24px;" class="data-<?php echo $v_status ?>"><b><?php echo $v_status ?></b></td></tr>
         </table>
     </td>
     <td class="data-dotted" width="830px" style="vertical-align:top;">

+ 1 - 1
web/templates/admin/edit_web.html

@@ -25,7 +25,7 @@
         <table class="data-col1">
             <tr><td style="padding: 20px 0 4px 4px;"><a class="data-date" ?><?php echo date("d M Y", strtotime($v_date))?></a></td></tr>
             <tr><td style="padding: 0 0 6px 4px;"><a class="data-date" ?><?php echo $v_time?></a></td></tr>
-            <tr><td style="padding: 0 0 0 24px;" class="data-<?php echo $v_status ?>"><i><b><?php echo $v_status ?></b></i></td></tr>
+            <tr><td style="padding: 0 0 0 24px;" class="data-<?php echo $v_status ?>"><b><?php echo $v_status ?></b></td></tr>
         </table>
     </td>
     <td class="data-dotted" width="830px" style="vertical-align:top;">

+ 3 - 3
web/templates/admin/list_backup.html

@@ -19,7 +19,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-active"><i><b>active</b></i></td></tr>
+            <tr><td class="data-active"><b>active</b></td></tr>
         </table>
     </td>
     <td class="data-dotted" width="830px" style="vertical-align:top;">
@@ -66,7 +66,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 backup archive ";
@@ -74,6 +74,6 @@ foreach ($data as $key => $value) {
             echo "$i backup archives ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 3 - 3
web/templates/admin/list_cron.html

@@ -21,7 +21,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
+            <tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
 
         </table>
     </td>
@@ -82,7 +82,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 cron job ";
@@ -90,6 +90,6 @@ foreach ($data as $key => $value) {
             echo "$i cron jobs ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 3 - 3
web/templates/admin/list_db.html

@@ -21,7 +21,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
+            <tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
 
         </table>
     </td>
@@ -67,7 +67,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 database ";
@@ -75,6 +75,6 @@ foreach ($data as $key => $value) {
             echo "$i databases ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 3 - 3
web/templates/admin/list_dns.html

@@ -17,7 +17,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
+            <tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
 
         </table>
     </td>
@@ -64,7 +64,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 user dns domain ";
@@ -72,6 +72,6 @@ foreach ($data as $key => $value) {
             echo "$i dns domains ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 3 - 3
web/templates/admin/list_dns_rec.html

@@ -17,7 +17,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
+            <tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
 
         </table>
     </td>
@@ -47,7 +47,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 dns record ";
@@ -55,6 +55,6 @@ foreach ($data as $key => $value) {
             echo "$i dns records ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 4 - 4
web/templates/admin/list_ip.html

@@ -10,7 +10,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-active"><i><b>active</b></i></td></tr>
+            <tr><td class="data-active"><b>active</b></td></tr>
         </table>
     </td>
     <td class="data-dotted" width="830px" style="vertical-align:top;">
@@ -20,7 +20,7 @@ foreach ($data as $key => $value) {
         </tr></table>
 
         <table class="data-col2" width="830px">
-            <tr><td colspan=3 class="domain" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b><i><a class="aliases" style="padding:0 0 0 8px;"><?php echo  $data[$key]['NAME'] ?></i></a></td></tr>
+            <tr><td colspan=3 class="domain" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b><a class="aliases" style="padding:0 0 0 8px;"><?php echo  $data[$key]['NAME'] ?></a></td></tr>
             <tr>
                 <td style="vertical-align:top;" >
                     <table>
@@ -52,7 +52,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 ip address ";
@@ -60,6 +60,6 @@ foreach ($data as $key => $value) {
             echo "$i ip addresses ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 2 - 2
web/templates/admin/list_log.html

@@ -33,7 +33,7 @@ foreach ($data as $key => $value) {
 
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 log record ";
@@ -41,6 +41,6 @@ foreach ($data as $key => $value) {
             echo "$i log records ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 3 - 3
web/templates/admin/list_mail.html

@@ -21,7 +21,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
+            <tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
 
         </table>
     </td>
@@ -70,7 +70,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 mail domain ";
@@ -78,6 +78,6 @@ foreach ($data as $key => $value) {
             echo "$i mail domains ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 4 - 4
web/templates/admin/list_mail_acc.html

@@ -17,7 +17,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
+            <tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
 
         </table>
     </td>
@@ -30,7 +30,7 @@ foreach ($data as $key => $value) {
         </tr></table>
 
         <table class="data-col2" width="830px">
-            <tr><td colspan=3 class="domain" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b> <i><a class="aliases" style="padding: 0 20px 0 4px"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></i></a></td></tr>
+            <tr><td colspan=3 class="domain" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b> <a class="aliases" style="padding: 0 20px 0 4px"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a></td></tr>
             <tr>
                 <td style="vertical-align:top;" >
                     <table>
@@ -62,7 +62,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 mail account ";
@@ -70,5 +70,5 @@ foreach ($data as $key => $value) {
             echo "$i mail accounts ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>

+ 1 - 1
web/templates/admin/list_rrd.html

@@ -15,7 +15,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-active"><i><b>active</b></i></td></tr>
+            <tr><td class="data-active"><b>active</b></td></tr>
         </table>
     </td>
     <td class="data-dotted" width="830px" style="vertical-align:top;">

+ 3 - 3
web/templates/admin/list_stats.html

@@ -10,7 +10,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($key)) ?></td></tr>
-            <tr><td class="data-active"><i><b>active</b></i></td></tr>
+            <tr><td class="data-active"><b>active</b></td></tr>
         </table>
     </td>
     <td class="data-dotted" width="830px" style="vertical-align:top;">
@@ -78,7 +78,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 month ";
@@ -86,6 +86,6 @@ foreach ($data as $key => $value) {
             echo "$i months ";
         }
     ?>
-    listed</i></td>
+    listed</td>
 </tr>
 </table>

+ 4 - 4
web/templates/admin/list_user.html

@@ -55,7 +55,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object"></td></tr>
             <tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE']))?></a></td></tr>
-            <tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
+            <tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
         </table>
     </td>
     <td class="data-dotted" width="830px" style="vertical-align:top;">
@@ -109,7 +109,7 @@ foreach ($data as $key => $value) {
         </tr></table>
 
         <table class="data-col2" width="830px">
-            <tr><td colspan=3 class="username" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b><a class="fullname"><i> <?php echo $data[$key]['FNAME']?> <?php echo $data[$key]['LNAME']?></i></a></td></tr>
+            <tr><td colspan=3 class="username" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b><a class="fullname"><?php echo $data[$key]['FNAME']?> <?php echo $data[$key]['LNAME']?></a></td></tr>
             <td style="vertical-align:top;" >
                 <table>
                     <tr><td colspan=2 class="counter-name"  style="padding: 2px 0 0 2px;"><?php echo $data[$key]['CONTACT']?></td></tr>
@@ -178,7 +178,7 @@ foreach ($data as $key => $value) {
 </table>
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 user account ";
@@ -186,6 +186,6 @@ foreach ($data as $key => $value) {
             echo "$i user accounts ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 4 - 4
web/templates/admin/list_web.html

@@ -76,7 +76,7 @@ foreach ($data as $key => $value) {
         <table class="data-col1">
             <tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
             <tr><td><a class="data-date" title="<?php echo  $data[$key]['DATE']."  ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
-            <tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
+            <tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
 
         </table>
     </td>
@@ -101,7 +101,7 @@ foreach ($data as $key => $value) {
         </tr></table>
 
         <table class="data-col2" width="830px">
-            <tr><td colspan=3 class="domain" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b> <i><a class="aliases" style="padding: 0 30px 0 8px"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a></i></td></tr>
+            <tr><td colspan=3 class="domain" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b> <a class="aliases" style="padding: 0 30px 0 8px"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a></td></tr>
             <tr>
                 <td style="vertical-align:top;" >
                     <table>
@@ -143,7 +143,7 @@ foreach ($data as $key => $value) {
 
 <table class="data-count">
 <tr>
-    <td><i>
+    <td>→ 
     <?php
         if ( $i == 1) {
             echo "1 web domain ";
@@ -151,6 +151,6 @@ foreach ($data as $key => $value) {
             echo "$i web domains ";
         }
     ?>
-    </i></td>
+    </td>
 </tr>
 </table>

+ 3 - 3
web/templates/admin/menu_add_user.html

@@ -1,12 +1,12 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 10px 2px 28px 0;" ><a class="add-name"><i>Adding User</i></a>
+    <td style="padding: 10px 2px 28px 0;" ><a class="add-name"><b>Adding User</b></a>
     <?php 
         if (!empty($_SESSION['error_msg'])) {
-            echo "<a class=\"add-error\"><i> → ".$_SESSION['error_msg']."</i></a>";
+            echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>";
         } else {
             if (!empty($_SESSION['ok_msg'])) {
-                echo "<a class=\"add-ok\"><i> → ".$_SESSION['ok_msg']."</i></a>";
+                echo "<a class=\"add-ok\"> → ".$_SESSION['ok_msg']."</a>";
             }
         }
     ?>

+ 3 - 3
web/templates/admin/menu_add_web.html

@@ -1,12 +1,12 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 10px 2px 28px 0;" ><a class="add-name"><i>Adding Web Domain</i></a>
+    <td style="padding: 10px 2px 28px 0;" ><a class="add-name"><b>Adding Web Domain</b></a>
     <?php 
         if (!empty($_SESSION['error_msg'])) {
-            echo "<a class=\"add-error\"><i> → ".$_SESSION['error_msg']."</i></a>";
+            echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>";
         } else {
             if (!empty($_SESSION['ok_msg'])) {
-                echo "<a class=\"add-ok\"><i> → ".$_SESSION['ok_msg']."</i></a>";
+                echo "<a class=\"add-ok\"> → ".$_SESSION['ok_msg']."</a>";
             }
         }
     ?>

+ 1 - 1
web/templates/admin/menu_backup.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px">Make Backup</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px"><b>Make Backup</b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 1 - 1
web/templates/admin/menu_cron.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" border=0 src="/images/plus.png" width="12px" height="12px">Add Cron Job</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" border=0 src="/images/plus.png" width="12px" height="12px"><b>Add Cron Job</b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 1 - 1
web/templates/admin/menu_db.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px">Add Database</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px"><b>Add Database</b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 2 - 2
web/templates/admin/menu_delete_user.html

@@ -3,10 +3,10 @@
     <td style="padding: 50px 2px 38px 153px;" >
     <?php 
         if (!empty($_SESSION['error_msg'])) {
-            echo "<a class=\"add-error\"><i>".$_SESSION['error_msg']."</i></a>";
+            echo "<a class=\"add-error\">".$_SESSION['error_msg']."</a>";
         } else {
             if (!empty($_SESSION['ok_msg'])) {
-                echo "<a class=\"add-ok\"><i> ".$_SESSION['ok_msg']."</i></a>";
+                echo "<a class=\"add-ok\"> ".$_SESSION['ok_msg']."</a>";
             }
         }
     ?>

+ 1 - 1
web/templates/admin/menu_dns.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;"src="/images/plus.png" width="12px" height="12px">Add DNS Domain</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;"src="/images/plus.png" width="12px" height="12px"><b>Add DNS Domain</b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 1 - 1
web/templates/admin/menu_dns_rec.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px">New DNS Record</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px"><b>Add DNS Record</b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 3 - 3
web/templates/admin/menu_edit_user.html

@@ -1,12 +1,12 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 10px 2px 28px 0;" ><a class="add-name"><i>Editing User</i></a>
+    <td style="padding: 10px 2px 28px 0;" ><a class="add-name"><b>Editing User</b></a>
     <?php 
         if (!empty($_SESSION['error_msg'])) {
-            echo "<a class=\"add-error\"><i> → ".$_SESSION['error_msg']."</i></a>";
+            echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>";
         } else {
             if (!empty($_SESSION['ok_msg'])) {
-                echo "<a class=\"add-ok\"><i> → ".$_SESSION['ok_msg']."</i></a>";
+                echo "<a class=\"add-ok\"> → ".$_SESSION['ok_msg']."</a>";
             }
         }
     ?>

+ 3 - 3
web/templates/admin/menu_edit_web.html

@@ -1,12 +1,12 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 10px 2px 28px 0;" ><a class="add-name"><i>Editing Domain</i></a>
+    <td style="padding: 10px 2px 28px 0;" ><a class="add-name"><b>Editing Domain</b></a>
     <?php 
         if (!empty($_SESSION['error_msg'])) {
-            echo "<a class=\"add-error\"><i> → ".$_SESSION['error_msg']."</i></a>";
+            echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>";
         } else {
             if (!empty($_SESSION['ok_msg'])) {
-                echo "<a class=\"add-ok\"><i> → ".$_SESSION['ok_msg']."</i></a>";
+                echo "<a class=\"add-ok\"> → ".$_SESSION['ok_msg']."</a>";
             }
         }
     ?>

+ 1 - 1
web/templates/admin/menu_ip.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" border=0 src="/images/plus.png" width="12px" height="12px">Add IP</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" border=0 src="/images/plus.png" width="12px" height="12px"><b>Add IP</b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 1 - 1
web/templates/admin/menu_mail.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px">Add Mail Domain</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px"><b>Add Mail Domain<b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 1 - 1
web/templates/admin/menu_mail_acc.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px">New Mail Account</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="#" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px"><b>Add Mail Account<b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 4 - 4
web/templates/admin/menu_rrd.html

@@ -1,10 +1,10 @@
 <table class="sub-menu">
 <tr >
     <td style="padding: 4px 0 10px 0;"><img style="padding: 0 6px 0 18px;" src="/images/period.png" width="12px" height="12px">
-        <a class="add" href="?period=daily">Daily</a>
-        <a class="add" href="?period=weekly">Weekly</a>
-        <a class="add" href="?period=monthly">Monthly</a>
-        <a class="add" href="?period=yearly">Yearly</a>
+        <b><a class="add" href="?period=daily">Daily</a></b>
+        <b><a class="add" href="?period=weekly">Weekly</a></b>
+        <b><a class="add" href="?period=monthly">Monthly</a></b>
+        <b><a class="add" href="?period=yearly">Yearly</a></b>
     </td>
     <td style="text-align: right;" ><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr>

+ 2 - 2
web/templates/admin/menu_suspend_user.html

@@ -3,10 +3,10 @@
     <td style="padding: 50px 2px 38px 153px;" >
     <?php 
         if (!empty($_SESSION['error_msg'])) {
-            echo "<a class=\"add-error\"><i>".$_SESSION['error_msg']."</i></a>";
+            echo "<a class=\"add-error\">".$_SESSION['error_msg']."</a>";
         } else {
             if (!empty($_SESSION['ok_msg'])) {
-                echo "<a class=\"add-ok\"><i> ".$_SESSION['ok_msg']."</i></a>";
+                echo "<a class=\"add-ok\"> ".$_SESSION['ok_msg']."</a>";
             }
         }
     ?>

+ 2 - 2
web/templates/admin/menu_unsuspend_user.html

@@ -3,10 +3,10 @@
     <td style="padding: 50px 2px 38px 153px;" >
     <?php 
         if (!empty($_SESSION['error_msg'])) {
-            echo "<a class=\"add-error\"><i>".$_SESSION['error_msg']."</i></a>";
+            echo "<a class=\"add-error\"> ".$_SESSION['error_msg']."</a>";
         } else {
             if (!empty($_SESSION['ok_msg'])) {
-                echo "<a class=\"add-ok\"><i> ".$_SESSION['ok_msg']."</i></a>";
+                echo "<a class=\"add-ok\"> ".$_SESSION['ok_msg']."</a>";
             }
         }
     ?>

+ 2 - 2
web/templates/admin/menu_user.html

@@ -1,9 +1,9 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="/add/user/" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px">Add User</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="/add/user/" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px"><b>Add User</a></b></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
-    <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>
+    <td style="padding: 0 0 0 18px;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px" > toggle all</a>
     <select style="margin:0 0 0 8px">
         <option>apply to selected</option>
         <option>rebuild</option>

+ 1 - 1
web/templates/admin/menu_web.html

@@ -1,6 +1,6 @@
 <table class="sub-menu">
 <tr>
-    <td style="padding: 4px 0 10px 0;"><a href="/add/web/" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px">Add Web Domain</a></td>
+    <td style="padding: 4px 0 10px 0;"><a href="/add/web/" class="add"><img style="padding: 0 6px 0 18px;" src="/images/plus.png" width="12px" height="12px"><b>Add Web Domain</b></a></td>
     <td style="text-align: right;"><input type="text" size="30" style="border: 2px solid #D3ECF8; padding: 2px 80px 3px 0;"> <button> Search </button></td>
 </tr><tr>
     <td style="padding: 0 0 0 18;"><input type="checkbox" onclick="checkAll(this)"> <a style="padding: 0 4px 0 2px"> toggle all</a>

+ 1 - 1
web/templates/admin/panel.html

@@ -1,7 +1,7 @@
 <table class="main"><tr><td>
 <table class="top">
 <tr>
-    <td width="188px"><p class="hostname"><?php echo exec('hostname') ?></p></td>
+    <td width="192px"><p class="hostname"><?php echo exec('hostname') ?></p></td>
     <td width="100px"><a class="top-<?php if($TAB == 'IP' ) echo 's' ?>link" href="/list/ip/">IP Adresses </a></td>
     <td width="100px"><a class="top-<?php if($TAB == 'RRD' ) echo 's' ?>link" href="/list/rrd/">RRD Graphics</a></td>
     <td width="84px"><a class="top-<?php if($TAB == 'STATS' ) echo 's' ?>link" href="/list/stats/">Statistics</a></td>

+ 18 - 18
web/templates/header.html

@@ -40,7 +40,7 @@ if (!empty($_SESSION['look'])) {
      }
 
     .top-link {
-        font-family: 'Trebuchet MS';
+        font-family: Arial, sans-serif;
         text-decoration: none;
         color: #dbdbdb;
      }
@@ -57,12 +57,12 @@ if (!empty($_SESSION['look'])) {
 
     .top-link:active{
         text-decoration: underline;
-        color: #e5a907;
+        color: #f5edb6;
      }
 
     .top-slink {
         text-decoration: none;
-        color: #e5a907;
+        color: #f5edb6;
      }
 
     .bottom {
@@ -83,19 +83,17 @@ if (!empty($_SESSION['look'])) {
      }
 
     .bottom a:link {
-        font-size: 7pt;
+        font-size: 8pt;
         text-decoration: none;
-        color: #555;
+        color: #777;
      }
 
     .bottom a:visited {
-        font-size: 7pt;
         text-decoration: none;
-        color: #555;
+        color: #777;
      }
 
     .bottom a:hover {
-        font-size: 7pt;
         text-decoration: underline;
         color: #333;
      }
@@ -151,9 +149,10 @@ if (!empty($_SESSION['look'])) {
     }
 
     .nav-link {
-        font-size: 17pt;
+        font-size: 16pt;
         color: #484243;
         font-family: 'Trebuchet MS';
+        font-family: Arial, sans-serif;
         text-decoration: none;
     }
 
@@ -168,9 +167,10 @@ if (!empty($_SESSION['look'])) {
     }
 
     .nav-slink {
-        font-size: 17pt;
+        font-size: 16pt;
         color: #8b99a2;
         font-family: 'Trebuchet MS';
+        font-family: Arial, sans-serif;
         text-decoration: none;
     }
 
@@ -190,7 +190,7 @@ if (!empty($_SESSION['look'])) {
         margin: 0;
         font-family: Arial, sans-serif;
         text-decoration: none;
-        color: #34536A;
+        color: #8B99A2;
         font-size: 12pt;
      }
 
@@ -199,7 +199,7 @@ if (!empty($_SESSION['look'])) {
      }
 
     .add:active {
-        color: #849322;
+        color: #34536A;
      }
 
     .counters {
@@ -332,8 +332,8 @@ if (!empty($_SESSION['look'])) {
     }
 
     .data-count {
-        background: #EBE9DC;
-        color: #c69c6d;
+        background: #ebe9dc;
+        color: #777;
         font-size:18 pt;
         font-family: Arial;
         margin: 22px 0 0 0;
@@ -380,7 +380,7 @@ if (!empty($_SESSION['look'])) {
     .aliases {
         font-family: Arial;
         font-size: 12pt;
-        color: #5c4d45;
+        color: #A3A299;
         padding: 0 0 0 8px;
     }
 
@@ -394,7 +394,7 @@ if (!empty($_SESSION['look'])) {
     .fullname {
         font-family: Arial;
         font-size: 14pt;
-        color: #5c4d45;
+        color: #A3A299;
         padding: 0 0 0 8px;
     }
 
@@ -440,8 +440,8 @@ if (!empty($_SESSION['look'])) {
 
     .add-name {
         font-family: Arial;
-        font-size: 14pt;
-        color: #5c4d45;
+        font-size: 16pt;
+        color: #a3a299;
         padding: 0 0 0 28px;
     }