Stylování vzhledu.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user