new improved template scheme

This commit is contained in:
Serghey Rodin 2013-05-10 11:04:40 +03:00
commit fd4e68bb8c
96 changed files with 1395 additions and 1425 deletions

View file

@ -45,8 +45,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>