Styling in addressbook edit dialog

- Fix alignments for account tab
This commit is contained in:
Hadi Nategh 2016-04-11 07:44:49 +00:00
parent 79949a36f4
commit 28a59d0d29

View File

@ -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>