mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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">
|
||||
<grid width="100%" height="200">
|
||||
<columns>
|
||||
<column width="82"/>
|
||||
<column width="300"/>
|
||||
<column width="28"/>
|
||||
<column width="85"/>
|
||||
<column width="300"/>
|
||||
<column/>
|
||||
<column width="92"/>
|
||||
<column width="230"/>
|
||||
<column width="50"/>
|
||||
<column width="92"/>
|
||||
<column width="230"/>
|
||||
<column width="50"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
@ -34,10 +34,12 @@
|
||||
</row>
|
||||
<row valign="top">
|
||||
<description/>
|
||||
<vbox span="3">
|
||||
<vbox>
|
||||
<checkbox id="mustchangepassword" label="Must change password upon next login"/>
|
||||
<checkbox id="changepassword" label="Can change password"/>
|
||||
</vbox>
|
||||
<description/>
|
||||
<description/>
|
||||
<checkbox id="anonymous" label="Anonymous user. Not shown in list sessions."/>
|
||||
<description/>
|
||||
</row>
|
||||
@ -72,7 +74,7 @@
|
||||
<description value="Last password change"/>
|
||||
<date-time id="account_lastpwd_change" readonly="true"/>
|
||||
<description/>
|
||||
</row>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user