ItEr39S10CUAltaUsuario: improving the presentation of the User edition page

This commit is contained in:
Jacobo Aragunde Pérez 2009-12-18 10:50:48 +01:00 committed by Javier Moran Rua
parent 0f0a180a02
commit 1882bcbe6d

View file

@ -29,6 +29,8 @@
<tabpanel>
<vbox>
<!-- User details -->
<panel title="${i18n:_('General user data')}" border="normal">
<panelchildren>
<grid fixedLayout="false">
<columns>
<column width="200px" />
@ -53,9 +55,13 @@
</row>
</rows>
</grid>
</panelchildren>
</panel>
<!-- Associated UserRoles -->
<panel title="${i18n:_('Association with roles')}" border="normal">
<panelchildren>
<hbox align="center">
<combobox id="userRolesCombo"/>
<combobox id="userRolesCombo" autodrop="true" />
<button label="${i18n:_('Add role')}"
onClick="controller.addSelectedRole()"/>
</hbox>
@ -77,7 +83,11 @@
</row>
</rows>
</grid>
</panelchildren>
</panel>
<!-- Associated Profiles -->
<panel title="${i18n:_('Association with profiles')}" border="normal">
<panelchildren>
<hbox align="center">
<autocomplete id="profileAutocomplete"
autodrop="true" constraint=""
@ -103,6 +113,8 @@
</row>
</rows>
</grid>
</panelchildren>
</panel>
</vbox>
</tabpanel>
</tabpanels>