File modules/cms/ui/themes/default/html/views/index/edit.tpl.src.xml

Last commit: Thu Feb 18 01:55:01 2021 +0100	Jan Dankert	New: Action for displaying a navigation while no other action is selected.
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 2 <part class="linklist"> 3 <part class="act-clickable,linklist-line,round-corners,hover-effect"> 4 <link type="open" action="projectlist"> 5 <text value="${message:projects}"/> 6 </link> 7 </part> 8 <if true="${isAdmin}"> 9 <part class="act-clickable,linklist-line,round-corners,hover-effect"> 10 <link type="open" action="usergroup"> 11 <text value="${message:user_and_groups}"/> 12 </link> 13 </part> 14 </if> 15 <if true="${isAdmin}"> 16 <part class="act-clickable,linklist-line,round-corners,hover-effect"> 17 <link type="open" action="configuration"> 18 <text value="${message:prefs}"/> 19 </link> 20 </part> 21 </if> 22 </part> 23 </output>
Download modules/cms/ui/themes/default/html/views/index/edit.tpl.src.xml
History Thu, 18 Feb 2021 01:55:01 +0100 Jan Dankert New: Action for displaying a navigation while no other action is selected.