mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
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:
parent
2fc387f9b5
commit
05553b4e39
@ -39,7 +39,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
min-width: 700px;
|
min-width: 750px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -56,16 +56,16 @@ a {
|
|||||||
|
|
||||||
#wrap400 {
|
#wrap400 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width:400px;
|
min-width:450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrap700 {
|
#wrap700 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width:700px;
|
min-width:750px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fixedwrap {
|
#fixedwrap {
|
||||||
width: 850px;
|
width: 750px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentdiv {
|
.contentdiv {
|
||||||
|
@ -81,9 +81,9 @@ if(count($page['groups']) > 0) {
|
|||||||
</td>
|
</td>
|
||||||
<td class="notlast">
|
<td class="notlast">
|
||||||
<?php if(is_online($grp)) { ?>
|
<?php if(is_online($grp)) { ?>
|
||||||
<?php echo getlocal("page_agents.isonline") ?>
|
<?php echo getlocal("page.groups.isonline") ?>
|
||||||
<?php } else if(is_away($grp)) { ?>
|
<?php } else if(is_away($grp)) { ?>
|
||||||
<?php echo getlocal("page_agents.isaway") ?>
|
<?php echo getlocal("page.groups.isaway") ?>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<?php echo date_to_text(time() - ($grp['ilastseen'] ? $grp['ilastseen'] : time())) ?>
|
<?php echo date_to_text(time() - ($grp['ilastseen'] ? $grp['ilastseen'] : time())) ?>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user