design corrections

This commit is contained in:
Serghey Rodin 2012-05-21 15:29:08 +03:00
commit e7f7371efd
15 changed files with 18 additions and 24 deletions

View file

@ -83,7 +83,7 @@ foreach ($data as $key => $value) {
});
</script>
<div id="dialog-message" title="Wellcome">
<p>Your have logged in as <span style="color: #34536A;"><b><?php echo "$key" ?></b></span> user.</p>
<p>You have logged in as user <?php echo "$key" ?>.</p>
</div>
<?php
unset($_SESSION['look_alert']);
@ -188,6 +188,6 @@ foreach ($data as $key => $value) {
echo "$i user accounts ";
}
?>
listed</i></td>
</i></td>
</tr>
</table>