new html code for submenu

This commit is contained in:
Serghey Rodin 2013-02-24 18:10:10 +02:00
commit 0d9e7d06ec
55 changed files with 692 additions and 620 deletions

View file

@ -7,9 +7,9 @@
}
?>
<table class="sub-menu" style="background: white;">
<table class="submenu">
<tr>
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing Domain');?></b></a>
<td style="padding: 0 2px 0 0;" ><a class="name"><b><?php print _('Editing Domain');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";