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

@ -55,7 +55,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']))?></a></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>
<td class="data-dotted" width="830px" style="vertical-align:top;">
@ -109,7 +109,7 @@ foreach ($data as $key => $value) {
</tr></table>
<table class="data-col2" width="830px">
<tr><td colspan=3 class="username" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b><a class="fullname"><i> <?php echo $data[$key]['FNAME']?> <?php echo $data[$key]['LNAME']?></i></a></td></tr>
<tr><td colspan=3 class="username" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b><a class="fullname"><?php echo $data[$key]['FNAME']?> <?php echo $data[$key]['LNAME']?></a></td></tr>
<td style="vertical-align:top;" >
<table>
<tr><td colspan=2 class="counter-name" style="padding: 2px 0 0 2px;"><?php echo $data[$key]['CONTACT']?></td></tr>
@ -178,7 +178,7 @@ foreach ($data as $key => $value) {
</table>
<table class="data-count">
<tr>
<td><i>
<td>
<?php
if ( $i == 1) {
echo "1 user account ";
@ -186,6 +186,6 @@ foreach ($data as $key => $value) {
echo "$i user accounts ";
}
?>
</i></td>
</td>
</tr>
</table>