mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
design corrections
This commit is contained in:
parent
d59de4c125
commit
e7f7371efd
15 changed files with 18 additions and 24 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue