[IMP]: Improvement usability

bzr revid: ksa@tinyerp.co.in-20100813133515-4tp2n7km4hydg0g3
This commit is contained in:
ksa (Open ERP) 2010-08-13 19:05:15 +05:30
parent e93e697df7
commit d97abd8b43
5 changed files with 8 additions and 12 deletions

View File

@ -26,7 +26,8 @@
</vbox>
<hbox align="center">
<image src='chrome://tiny_plugin/skin/perform.gif'/>
<checkbox id="cbxselectall" oncommand="selectAllCheckbox();" label="&cbxselectall.label;" checked="false"/>
<checkbox id="cbxselectall" oncommand="selectAllCheckbox();" checked="false"/>
<caption label="&cbxselectall.label;" />
<spacer width="10"/>
</hbox>
@ -68,16 +69,13 @@
<label id="lblsection" value=" "/>
<separator class="groove-thin" orient="horizontal" width="180"/>
<tabpanels>
<tabpanel id="contact">
<hbox>
<label id="lblsection" control="section" value="&partner.label;"/>
<vbox>
<button label="&create.label;" accesskey="r" image="&imagecreate.value;" oncommand="Create.onMenuItemCommand(event);"/>
<button label="&create.label;" image="&imagecreate.value;" oncommand="Create.onMenuItemCommand(event);"/>
</vbox>
</hbox>
</tabpanel>
</tabpanels>
</groupbox>
<label id="lblex" value=" "/>
<label id="lblex" value=" "/>

View File

@ -26,7 +26,8 @@
</vbox>
<hbox align="center">
<image src='chrome://tiny_plugin/skin/perform.gif'/>
<checkbox id="cbxselectall" oncommand="selectAllCheckbox();" label="&cbxselectall.label;" checked="false"/>
<checkbox id="cbxselectall" oncommand="selectAllCheckbox();" checked="false"/>
<caption label="&cbxselectall.label;" />
<spacer width="10"/>
</hbox>
@ -68,16 +69,13 @@
<label id="lblsection" value=" "/>
<separator class="groove-thin" orient="horizontal" width="180"/>
<tabpanels>
<tabpanel id="contact">
<hbox>
<label id="lblsection" control="section" value="&partner.label;"/>
<vbox>
<button label="&create.label;" accesskey="r" image="&imagecreate.value;" oncommand="Create.onMenuItemCommand(event);"/>
<button label="&create.label;" image="&imagecreate.value;" oncommand="Create.onMenuItemCommand(event);"/>
</vbox>
</hbox>
</tabpanel>
</tabpanels>
</groupbox>
<label id="lblex" value=" "/>
<label id="lblex" value=" "/>