Merge branch 'Verze_1.0'
Conflicts: src/main/webapp/WEB-INF/locales/zk-label.properties src/main/webapp/app/mainMenu.zul
This commit is contained in:
@@ -362,8 +362,8 @@ WorkgroupFormCannotAddWorkgroup=Komisi nelze přidat
|
||||
WorkgroupFormOrderLimit=Limit nákupů
|
||||
WorkgroupIsInWorkgroup=Komisi nelze smazat, protože je členem některého střediska
|
||||
|
||||
Help=Příručka
|
||||
GoogleDriveUrl=Odkaz na Google Drive
|
||||
Help=Příručka
|
||||
|
||||
ModuleNotActive=Modul není aktivovaný
|
||||
|
||||
|
||||
@@ -192,6 +192,10 @@
|
||||
<location>/error.zul</location>
|
||||
</error-page>
|
||||
|
||||
<session-config>
|
||||
<session-timeout>480</session-timeout>
|
||||
</session-config>
|
||||
|
||||
<welcome-file-list>
|
||||
<welcome-file>index.zul</welcome-file>
|
||||
<welcome-file>index.zhtml</welcome-file>
|
||||
|
||||
@@ -142,5 +142,8 @@
|
||||
href="/app/search"
|
||||
visible="${module:isActive('SEARCH') }"
|
||||
disabled="${not sec:isAllGranted('PERM_SEARCH_SEARCH')}" />
|
||||
<menuitem label="${labels.Help}" target="blank"
|
||||
href="https://drive.google.com/folderview?id=0B2inqAvr2t-TODg4ZWZoSThYbGM&usp=sharing_eid"
|
||||
tooltiptext="${labels.GoogleDriveUrl}" />
|
||||
</menubar>
|
||||
</zk>
|
||||
@@ -51,6 +51,6 @@
|
||||
<div id="mainData">
|
||||
<u:include src="${gridZul}" />
|
||||
</div>
|
||||
<div id="footer"> Verze 1.0 </div>
|
||||
<div id="footer"> Verze 1.3 </div>
|
||||
</div>
|
||||
</html>
|
||||
@@ -123,6 +123,27 @@
|
||||
</div>
|
||||
</div>
|
||||
</auxheader>
|
||||
<auxheader>
|
||||
<div zclass="find-grid-cell">
|
||||
<div sclass="find-grid-divtextbox">
|
||||
<combobox
|
||||
ctrlKeys="${labels.HandleComboKeyFilter}"
|
||||
onCtrlKey="@command('handleComboKeyFilter', ctrl=self, keyEvent=event)"
|
||||
onChange="@command('doFilter')"
|
||||
width="100%"
|
||||
selectedItem="@bind(vm.filterTemplate.requirement.ownedBy)"
|
||||
model="@load(vm.users)"
|
||||
readonly="true">
|
||||
<template name="model">
|
||||
<comboitem label="@load(each.fullName)" />
|
||||
</template>
|
||||
</combobox>
|
||||
</div>
|
||||
<div sclass="find-grid-img">
|
||||
<image src="/img/funnel.png" />
|
||||
</div>
|
||||
</div>
|
||||
</auxheader>
|
||||
<auxheader>
|
||||
<div sclass="find-grid-cell">
|
||||
<div sclass="find-grid-divtextbox">
|
||||
|
||||
Reference in New Issue
Block a user