File modules/cms/ui/themes/default/html/views/tree/path.tpl.src.xml

Last commit: Mon Mar 8 01:24:06 2021 +0100	Jan Dankert	New: Action menu on many lists; tables have now a fixed layout
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 3 <list list="${path}" extract="true"> 4 <part class="act-clickable,breadcrumb-item,breadcrumb-path"> 5 <link type="open" action="${action}" id="${id}"> 6 <image action="${action}"/> 7 <!--<text value="${name}" />--> 8 <!-- without names for saving place --> 9 </link> 10 <image symbol="node-closed"/> 11 </part> 12 </list> 13 14 <part class="breadcrumb-item,breadcrumb-actual"> 15 <if not="" empty="${parent}"> 16 <link type="open" action="${parent.action}" id="${parent.id}" clickable="true"> 17 <image menu="up" class="image--rightshift" /> 18 <image action="${actual.action}"/> 19 </link> 20 </if> 21 <else> 22 <image action="${actual.action}"/> 23 </else> 24 <text class="breadcrumb-text" value="${actual.name}"/> 25 </part> 26 </output>
Download modules/cms/ui/themes/default/html/views/tree/path.tpl.src.xml
History Mon, 8 Mar 2021 01:24:06 +0100 Jan Dankert New: Action menu on many lists; tables have now a fixed layout Sat, 13 Feb 2021 00:01:53 +0100 Jan Dankert Fix: Navigation is available, while dialog is open; Fix: Shrink Action title text if necessary. Wed, 10 Feb 2021 00:00:21 +0100 Jan Dankert Using only fullscreen views; Navigate to parent instead of complete breadcrumb. Tue, 9 Feb 2021 00:05:36 +0100 Jan Dankert Moving the breadcrumb navigation to the title bar. Mon, 9 Nov 2020 22:24:27 +0100 Jan Dankert New: Setting the CSS class of tables. Mon, 26 Oct 2020 21:36:14 +0100 Jan Dankert Rename css class 'clickable' to 'act-clickable'; enhanced view 'info' for projects. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Sun, 27 Sep 2020 04:09:05 +0200 Jan Dankert Refactoring: The tree functions should use normal templates as the other actions. Beware of the JS hell.