forked from extern/egroupware
Add more rows to category selection in global category edit dialog
This commit is contained in:
parent
102b41ef43
commit
f586b9e6e9
@ -177,3 +177,5 @@ select#admin-mailaccount_ident_id {
|
|||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
#admin-acl {width:99%;}
|
#admin-acl {width:99%;}
|
||||||
|
|
||||||
|
#admin-categories-edit_owner {overflow-y: auto;}
|
@ -80,7 +80,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Category owner" for="owner"/>
|
<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>
|
||||||
<row disabled="!@last_mod">
|
<row disabled="!@last_mod">
|
||||||
<description value="Modified"/>
|
<description value="Modified"/>
|
||||||
|
@ -184,6 +184,9 @@ select#admin-mailaccount_ident_id {
|
|||||||
#admin-acl {
|
#admin-acl {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
|
#admin-categories-edit_owner {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
@media all {
|
@media all {
|
||||||
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
||||||
background-color: #ffdd73;
|
background-color: #ffdd73;
|
||||||
|
Loading…
Reference in New Issue
Block a user