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

Last commit: Mon Mar 8 15:04:16 2021 +0100	Jan Dankert	UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text.
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 <table> 3 <row header="true"> 4 <column> 5 <text value="${message:name}"/> 6 </column> 7 </row> 8 <row class="data"> 9 <column id="${id}" name="${name}" action="userlist" class="act-clickable"> 10 <link type="open" id="" action="userlist"> 11 <image action="user"/> 12 <text value="${message:users}"/> 13 </link> 14 </column> 15 </row> 16 <row class="data"> 17 <column id="${id}" name="${name}" action="grouplist" class="act-clickable"> 18 <link type="open" id="" action="grouplist"> 19 <image action="group"/> 20 <text value="${message:groups}"/> 21 </link> 22 </column> 23 </row> 24 </table> 25 </output>
Download modules/cms/ui/themes/default/html/views/usergroup/edit.tpl.src.xml
History Mon, 8 Mar 2021 15:04:16 +0100 Jan Dankert UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text. Thu, 18 Feb 2021 01:55:01 +0100 Jan Dankert New: Action for displaying a navigation while no other action is selected.