mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
54 lines
2.5 KiB
XML
54 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<overlay>
|
|
<template id="filemanager.quota" template="" lang="" group="0" version="1.9.004">
|
|
<et2-vbox>
|
|
<et2-textbox label="User home quota" id="quota" disabled="true" class="et2-label-fixed" placeholder="(EPL Only)"></et2-textbox>
|
|
<et2-textbox label="Group home quota" id="group_quota" disabled="true" class="et2-label-fixed" placeholder="(EPL Only)" helpText="Enter a file size, e.g. 100K, 200M or 2G"></et2-textbox>
|
|
<et2-button label="Recalculate" id="button[recalculate]" statustext="Recalculate directory sizes"></et2-button>
|
|
<grid id="oversize" disabled="!@oversize">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<et2-description value="Path"></et2-description>
|
|
<et2-description value="quota"></et2-description>
|
|
<et2-description value="Size"></et2-description>
|
|
</row>
|
|
<row>
|
|
<vfs id="${row}"/>
|
|
<vfs-size id="${row}[quota]"/>
|
|
<vfs-size id="${row}[size]"/>
|
|
<et2-url-email id="${row}[account_email]" readonly="true" class="adminOverflowEllipsis"></et2-url-email>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<et2-hbox span="2" class="dialogFooterToolbar">
|
|
<et2-button label="Save" id="button[save]"></et2-button>
|
|
<et2-button label="Apply" id="button[apply]"></et2-button>
|
|
<et2-button label="Cancel" id="button[cancel]"></et2-button>
|
|
</et2-hbox>
|
|
</et2-vbox>
|
|
<styles>
|
|
#filemanager-quota_quota::part(form-control-input),
|
|
#filemanager-quota_group_quota::part(form-control-input){
|
|
max-width: 15ex;
|
|
}
|
|
|
|
#filemanager-quota > div > et2-vbox {
|
|
height: 100%;
|
|
}
|
|
#filemanager-quota_button\[recalculate\],
|
|
#filemanager-quota_oversize {
|
|
margin: 2ex 0;
|
|
}
|
|
.dialogFooterToolbar {
|
|
margin-top: auto;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay> |