Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
4b5c15f1
Commit
4b5c15f1
authored
Dec 08, 2020
by
michael.simon
Browse files
fix bug with admin role, remove kit specific links
parent
e37dd998
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/template/left-side-bar.xhtml
View file @
4b5c15f1
...
...
@@ -97,7 +97,7 @@
<li
class=
"flyout"
><a
href=
"#{request.contextPath}/index.xhtml"
>
Admin
</a>
<div
class=
"dropdown"
>
<ul
class=
"navigation-l2"
>
<ui:repeat
var=
"service"
value=
"#{authorizationBean.serviceA
pprover
List}"
>
<ui:repeat
var=
"service"
value=
"#{authorizationBean.serviceA
dmin
List}"
>
<li
class=
"has-submenu"
>
<a>
#{service.name}
</a>
<div
class=
"submenu"
>
...
...
@@ -160,8 +160,6 @@
</li>
</h:panelGroup>
<li
class=
""
><a
href=
"https://www.scc.kit.edu/"
target=
"_blank"
>
Das SCC
</a></li>
<li
class=
""
><a
href=
"https://www.scc.kit.edu/stellen/index.php"
target=
"_blank"
>
Stellenangebote
</a></li>
<li
class=
"home"
><a
href=
"#{request.contextPath}/index.xhtml"
><span>
Startseite
</span></a></li>
</h:panelGroup>
</ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment