File modules/cms/ui/themes/default/html/views/profile/memberships.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 <if empty="groups"> 9 <row class="data"> 10 <column> 11 <text value="${message:NOT_FOUND}"/> 12 </column> 13 </row> 14 </if> 15 <list list="groups" value="group"> 16 <row class="data"> 17 <column> 18 <text value="${group}"/> 19 </column> 20 </row> 21 </list> 22 </table> 23 </output>
Download modules/cms/ui/themes/default/html/views/profile/memberships.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. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') Sat, 16 May 2020 01:08:40 +0200 Jan Dankert Refactoring: Switching the ValueExpressions in the templates to the new VariableResolver for supporting nested variables like ${message:prefix_${key}}. Sun, 23 Feb 2020 23:21:22 +0100 Jan Dankert Fix: Path to template.xsd has changed on the last refactoring. Sun, 23 Feb 2020 04:01:30 +0100 Jan Dankert Refactoring with Namespaces for the cms modules, part 1: moving.