mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
new html layout using border-collapse
This commit is contained in:
parent
f8178b16d7
commit
4b24b4e1b2
54 changed files with 831 additions and 953 deletions
|
@ -8,7 +8,7 @@
|
|||
?>
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Cron Job');?></b></a>
|
||||
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding Cron Job');?></b></a>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])) {
|
||||
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
|
||||
|
@ -26,20 +26,15 @@
|
|||
<form id="vstobjects" name="v_add_cron" method="post">
|
||||
<table class='data'>
|
||||
<tr class="data-add">
|
||||
<td class="data-dotted" width="150">
|
||||
<td class="data-dotted">
|
||||
<table class="data-col1">
|
||||
<tr><td></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 __('Minute');?>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -49,7 +44,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 __('Hour');?>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -59,7 +54,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 __('Day');?>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -69,7 +64,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 __('Month');?>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -79,7 +74,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 __('Day of week');?>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -89,7 +84,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 __('Command');?>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue