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

Last commit: Thu Apr 22 00:30:08 2021 +0200	Jan Dankert	Fix: Re-enable drag and drop
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="${branch}" extract="true"> 4 <part tag="li" class="navtree-node,navtree-node--is-closed,droppable-navigation"> 5 <part class="navtree-tree,navtree-node-control"> 6 <if true="${type}"> 7 <image class="navtree-tree-icon" symbol="node-closed"/> 8 </if> 9 </part> 10 <part class="act-clickable"> 11 <link type="open" action="${action}" id="${id}" class="entry,draggable,draggable--type-${type}" title="${description}" var1="type" 12 value1="${type}"> 13 <image action="${icon}"/> 14 <text class="navtree-text" value="${text}"/> 15 </link> 16 </part> 17 </part> 18 </list> 19 </output>
Download modules/cms/ui/themes/default/html/views/tree/branch.tpl.src.xml
History Thu, 22 Apr 2021 00:30:08 +0200 Jan Dankert Fix: Re-enable drag and drop Mon, 15 Feb 2021 02:27:54 +0100 Jan Dankert Fix: Drag and drop from the navigation tree to a selector input. Sun, 15 Nov 2020 22:27:21 +0100 Jan Dankert Fix: Navigaton nodes which are not able to open should NOT have an icon to open the node. 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.