mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
new html code for submenu
This commit is contained in:
parent
bec58a9b34
commit
0d9e7d06ec
55 changed files with 692 additions and 620 deletions
|
@ -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 DNS Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><a class="name"><b><?php print _('Editing DNS Domain');?></b></a>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])) {
|
||||
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue