group is online/away messages, wider minimal layout

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@611 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-08-10 11:29:26 +00:00
parent 2fc387f9b5
commit 05553b4e39
2 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ html, body {
}
body {
min-width: 700px;
min-width: 750px;
}
a {
@ -56,16 +56,16 @@ a {
#wrap400 {
width: 100%;
min-width:400px;
min-width:450px;
}
#wrap700 {
width: 100%;
min-width:700px;
min-width:750px;
}
#fixedwrap {
width: 850px;
width: 750px;
}
.contentdiv {

View File

@ -81,9 +81,9 @@ if(count($page['groups']) > 0) {
</td>
<td class="notlast">
<?php if(is_online($grp)) { ?>
<?php echo getlocal("page_agents.isonline") ?>
<?php echo getlocal("page.groups.isonline") ?>
<?php } else if(is_away($grp)) { ?>
<?php echo getlocal("page_agents.isaway") ?>
<?php echo getlocal("page.groups.isaway") ?>
<?php } else { ?>
<?php echo date_to_text(time() - ($grp['ilastseen'] ? $grp['ilastseen'] : time())) ?>
<?php } ?>