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