mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
Filemanager: Adjust Extended ACL template to make better use of space
This commit is contained in:
parent
96621ac3c5
commit
1a20ba504b
@ -115,15 +115,8 @@
|
||||
</grid>
|
||||
</template>
|
||||
<template id="filemanager.file.eacl" template="" lang="" group="0" version="1.9.001">
|
||||
<grid width="100%" spacing="10">
|
||||
<columns>
|
||||
<column width="120"/>
|
||||
<column/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top" height="200">
|
||||
<groupbox span="all">
|
||||
<et2-vbox class="full-height">
|
||||
<groupbox style="flex-grow: 1">
|
||||
<caption label="Extended access control list"/>
|
||||
<grid width="100%" overflow="auto" id="eacl">
|
||||
<columns>
|
||||
@ -148,14 +141,12 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</groupbox>
|
||||
</row>
|
||||
<row valign="bottom" disabled="!@is_owner">
|
||||
<et2-select-account class="filemanager-file_filemanager-file-eaclowner eaclAccount" label="Owner" id="eacl_owner" emptyLabel="select one" accountType="both"></et2-select-account>
|
||||
<et2-hbox valign="bottom" disabled="!@is_owner">
|
||||
<et2-select-account class="filemanager-file_filemanager-file-eaclowner eaclAccount" label="Owner" id="eacl_owner" emptyLabel="select one" accountType="both" placement="top"></et2-select-account>
|
||||
<et2-select class="eaclRights" statustext="You can only grant additional rights, you can NOT take rights away!" label="Rights" id="eacl[rights]"></et2-select>
|
||||
<et2-button label="Add" id="button[eacl]" image="add"></et2-button>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</et2-hbox>
|
||||
</et2-vbox>
|
||||
</template>
|
||||
<template id="filemanager.file.preview" template="" lang="" group="0" version="1.5.001">
|
||||
<grid width="100%" spacing="10" overflow="auto">
|
||||
@ -291,7 +282,8 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<styles>
|
||||
.eaclAccount select,.eaclRights select { width: 160px; }
|
||||
.full-height { height: 100% }
|
||||
.full-height > fieldset { flex-grow: 1; }
|
||||
.superuser {
|
||||
position: absolute;
|
||||
top: 130px;
|
||||
|
Loading…
Reference in New Issue
Block a user