Přepracováno vykreslování dialogu Faturace požadavků.

Vyhledávací edit dostane focus po otevření okna.
Opraveno Main menu.


closes #210
This commit is contained in:
2015-02-23 21:06:41 +01:00
parent f94afbc3ed
commit c4f5671327
3 changed files with 118 additions and 118 deletions
+1
View File
@@ -135,6 +135,7 @@
href="/j_spring_security_logout" />
</menupopup>
</menu>
<menuitem label="${labels.Help}" target="blank"
href="https://drive.google.com/folderview?id=0B2inqAvr2t-TODg4ZWZoSThYbGM&amp;usp=sharing_eid"
tooltiptext="${labels.GoogleDriveUrl}" />
<menuseparator />
+1 -1
View File
@@ -18,7 +18,7 @@
<vbox>
<image src="/img/lucene_logo.png"/>
<hbox>
<textbox value="@bind(vm.keyWord)" instant="true" width="250px"
<textbox value="@bind(vm.keyWord)" instant="true" width="250px" onCreate="self.setFocus(true)"
onOK="@command('doSearch')"/>
<button label="${labels.Search}" onClick="@command('doSearch')" sclass="nicebutton"
image="/img/search.png"/>