Stylování vzhledu.

This commit is contained in:
2014-07-25 20:15:34 +02:00
parent 0287c65d9c
commit 65e42f6d43
24 changed files with 395 additions and 189 deletions
+5
View File
@@ -29,6 +29,7 @@
label="${labels.CurrentRequirements}"
href="/trips/requirement" />
<menuitem
image="/img/pickup-024.png"
label="${labels.TravelOrders}"
href="" />
</menupopup>
@@ -37,10 +38,12 @@
<menu label="${labels.Lists}">
<menupopup>
<menuitem
image="/img/palet-024.png"
label="${labels.AgendaMaterial}"
href="/lists/material"
disabled="${not sec:isAllGranted('PERM_READ_MATERIAL')}" />
<menuitem
image="/img/painting-016.png"
label="${labels.AgendaServices}"
href="/lists/service"
disabled="${not sec:isAllGranted('PERM_READ_SERVICES')}" />
@@ -49,6 +52,7 @@
href="/lists/addressbook"
disabled="${not sec:isAllGranted('PERM_READ_ADDRESSBOOK')}" />
<menuitem
image="/img/house-016.png"
label="${labels.AgendaBuildings}"
href="/lists/buildings"
disabled="${not sec:isAllGranted('PERM_READ_BUILDINGS')}" />
@@ -97,6 +101,7 @@
label="${labels.ChangePassword}…"
onClick="@command('passwd')" />
<menuitem
image="/img/unlock-016.png"
label="${labels.Logout}"
href="/j_spring_security_logout" />
</menupopup>