removed italic

This commit is contained in:
Serghey Rodin 2012-06-06 11:30:24 +03:00
commit 6c3ac86ba2
36 changed files with 98 additions and 98 deletions

View file

@ -21,7 +21,7 @@ foreach ($data as $key => $value) {
<table class="data-col1">
<tr><td style="padding: 18 0 4 18;"><input type="checkbox" name="object" ></td></tr>
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo date("d M Y", strtotime($data[$key]['DATE'])) ?></td></tr>
<tr><td class="data-<?php echo $status ?>"><i><b><?php echo $status ?></b></i></td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo $status ?></b></td></tr>
</table>
</td>
@ -82,7 +82,7 @@ foreach ($data as $key => $value) {
</table>
<table class="data-count">
<tr>
<td><i>
<td>
<?php
if ( $i == 1) {
echo "1 cron job ";
@ -90,6 +90,6 @@ foreach ($data as $key => $value) {
echo "$i cron jobs ";
}
?>
</i></td>
</td>
</tr>
</table>