forked from extern/egroupware
Add more rows to category selection in global category edit dialog
This commit is contained in:
parent
22951f5555
commit
78b710450a
@ -177,3 +177,5 @@ select#admin-mailaccount_ident_id {
|
||||
font-size: 110%;
|
||||
}
|
||||
#admin-acl {width:99%;}
|
||||
|
||||
#admin-categories-edit_owner {overflow-y: auto;}
|
@ -80,7 +80,7 @@
|
||||
</row>
|
||||
<row>
|
||||
<description value="Category owner" for="owner"/>
|
||||
<taglist statustext="Limit global category to members of a certain group" id="owner" needed="1" height="190" multiple="toggle" class="et2_fullWidth" rows="1" />
|
||||
<taglist statustext="Limit global category to members of a certain group" id="owner" needed="1" height="190" class="et2_fullWidth" rows="4" />
|
||||
</row>
|
||||
<row disabled="!@last_mod">
|
||||
<description value="Modified"/>
|
||||
|
@ -184,6 +184,9 @@ select#admin-mailaccount_ident_id {
|
||||
#admin-acl {
|
||||
width: 99%;
|
||||
}
|
||||
#admin-categories-edit_owner {
|
||||
overflow-y: auto;
|
||||
}
|
||||
@media all {
|
||||
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
||||
background-color: #ffdd73;
|
||||
|
Loading…
Reference in New Issue
Block a user