new html layout using border-collapse

This commit is contained in:
Serghey Rodin 2014-02-04 11:23:09 +02:00
commit 4b24b4e1b2
54 changed files with 831 additions and 953 deletions

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing IP Address');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing IP Address');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -38,7 +38,7 @@
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -49,15 +49,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('IP address'); ?>
</td>
</tr>
@ -67,7 +62,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Netmask');?>
</td>
</tr>
@ -77,7 +72,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Interface'); ?>
</td>
</tr>
@ -87,7 +82,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Shared'); ?>
</td>
</tr>
@ -97,7 +92,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Assigned user'); ?>
</td>
</tr>
@ -115,7 +110,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Assigned domain');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>
@ -125,7 +120,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('NAT IP association');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>