forked from extern/egroupware
b6b3db5ed4
- User accounts are an own addressbook now - every user and group (can) have an own addressbook - for groups the accessrights no longer depend on the creator - new acl for adding into an addressbook - all addressbooks can be displayed together (eg. accounts mixed with personal and group AB's) - some useful new fields (photo, private cellphone, ...) and some obscure ones have been removed - db update puts all contacts in the owners personal addressbook (further manual migration tools will follow), thought the UI already allows to mass-move them into a group-addressbook - group addressbooks in SQL are created by making a group-grant for addressbook (like filemanger) - Warning: all import/export/xmlrpc/syncml stuff and other apps accessing the addressbook is broken until the contacts class in the API gets fixed! - it depends on further updates of etemplate, phpgwapi, admin! ==> it's pretty cool (specialy the foto's), but NOT ready for a production server !!!
65 lines
1.3 KiB
CSS
65 lines
1.3 KiB
CSS
.redItalic { color: red; font-style: italic; }
|
|
.fixedHeight,.telNumbers { height: 12px; }
|
|
.telNumbers { white-space: nowrap; }
|
|
.leftPad5 { padding-left: 5px; }
|
|
.bold { font-weight: bold; }
|
|
.fileas select,.fileas,.owner select,.owner {
|
|
width: 100%;
|
|
font-weight: bold;
|
|
}
|
|
.photo img {
|
|
width: 60px;
|
|
min-height: 80px;
|
|
}
|
|
.uploadphoto{
|
|
position: absolute;
|
|
top: 168px;
|
|
left: 48px;
|
|
display:none;
|
|
border: 2px solid black;
|
|
background-color: #ffffff;
|
|
padding: 4px;
|
|
}
|
|
.checkAllArrow { padding-right: 5px; }
|
|
.typeIcon { height: 16px; width: 16px; }
|
|
.editphones{
|
|
position: absolute;
|
|
top: 10%;
|
|
left: 30%;
|
|
display:none;
|
|
border: 2px solid black;
|
|
background-color: #ffffff;
|
|
padding: 4px;
|
|
}
|
|
.windowheader{
|
|
background-image:url(/egroupware/phpgwapi/templates/idots/images/appbox-header-background.png);
|
|
background-repeat:repeat-x;
|
|
height: 20px;
|
|
border-spacing: 0px;
|
|
border-collapse:collapse;
|
|
border-bottom: #9c9c9c 1px solid;
|
|
}
|
|
.phoneGroup fieldset{
|
|
margin-top: 17px;
|
|
font-size: 110%;
|
|
height: 117px;
|
|
border: solid black 2px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.phoneGroup table{
|
|
height: 102px;
|
|
}
|
|
.emailGroup fieldset{
|
|
margin-top: 0px;
|
|
font-size: 110%;
|
|
height: 112px;
|
|
border: solid black 2px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.emailGroup table{
|
|
height: 87px;
|
|
}
|
|
.space{
|
|
width: 80px;
|
|
}
|