mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
UI improvements
This commit is contained in:
parent
f11c778f13
commit
60f9f276b8
49 changed files with 256 additions and 125 deletions
|
@ -29,7 +29,7 @@
|
|||
$back = "location.href='".$back."'";
|
||||
}
|
||||
?>
|
||||
<form id="vstobjects" name="v_edit_cron" method="post" class="<?=__($v_status)?>">
|
||||
<form id="vstobjects" name="v_edit_cron" method="post" class="<?=$v_status?>">
|
||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||
<table class='data'>
|
||||
<tr class="data-add">
|
||||
|
@ -41,7 +41,7 @@
|
|||
<a class="data-date"><?php echo $v_time?></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
|
||||
<tr><td class="data-<?php echo $v_status ?>"><b><?=__($v_status)?></b></td></tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="data-dotted">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue