mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Styling in addressbook edit dialog
- Fix alignments for account tab
This commit is contained in:
parent
79949a36f4
commit
28a59d0d29
@ -5,12 +5,12 @@
|
|||||||
<template id="admin.account" template="" lang="" group="0" version="1.9.003">
|
<template id="admin.account" template="" lang="" group="0" version="1.9.003">
|
||||||
<grid width="100%" height="200">
|
<grid width="100%" height="200">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="82"/>
|
<column width="92"/>
|
||||||
<column width="300"/>
|
<column width="230"/>
|
||||||
<column width="28"/>
|
<column width="50"/>
|
||||||
<column width="85"/>
|
<column width="92"/>
|
||||||
<column width="300"/>
|
<column width="230"/>
|
||||||
<column/>
|
<column width="50"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
@ -34,10 +34,12 @@
|
|||||||
</row>
|
</row>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<description/>
|
<description/>
|
||||||
<vbox span="3">
|
<vbox>
|
||||||
<checkbox id="mustchangepassword" label="Must change password upon next login"/>
|
<checkbox id="mustchangepassword" label="Must change password upon next login"/>
|
||||||
<checkbox id="changepassword" label="Can change password"/>
|
<checkbox id="changepassword" label="Can change password"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
<description/>
|
||||||
|
<description/>
|
||||||
<checkbox id="anonymous" label="Anonymous user. Not shown in list sessions."/>
|
<checkbox id="anonymous" label="Anonymous user. Not shown in list sessions."/>
|
||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
@ -72,7 +74,7 @@
|
|||||||
<description value="Last password change"/>
|
<description value="Last password change"/>
|
||||||
<date-time id="account_lastpwd_change" readonly="true"/>
|
<date-time id="account_lastpwd_change" readonly="true"/>
|
||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user