mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-06 23:57:14 +02:00
new improved template scheme
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
<table class="data-col1">
|
||||
<tr>
|
||||
<td style="padding: 24px 0 2px 18px;">
|
||||
<a class="data-date" ?><?php echo strftime("%d %b %Y", strtotime($v_date))?></a><br>
|
||||
<a class="data-date" ?><?php echo $v_time?></a>
|
||||
<a class="data-date"><?php echo strftime("%d %b %Y", strtotime($v_date))?></a><br>
|
||||
<a class="data-date"><?php echo $v_time?></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td style="padding: 0 0 0 18px;" class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user