File modules/cms/ui/themes/default/html/views/tree/show.php

Last commit: Sun Nov 15 21:52:19 2020 +0100	Jan Dankert	Optimized template element renderer: Elements without children are closed in the same line. This fixes the space problem in HTML textareas.
1 <?php /* THIS FILE IS GENERATED from show.tpl.src.xml - DO NOT CHANGE */ defined('APP_STARTED') || die('Forbidden'); use \template_engine\Output as O; ?> 2 <div class="<?php echo O::escapeHtml('or-navtree or-act-load-nav-tree') ?>"><?php echo O::escapeHtml('') ?></div>
Download modules/cms/ui/themes/default/html/views/tree/show.php
History Sun, 15 Nov 2020 21:52:19 +0100 Jan Dankert Optimized template element renderer: Elements without children are closed in the same line. This fixes the space problem in HTML textareas. Mon, 9 Nov 2020 22:24:27 +0100 Jan Dankert New: Setting the CSS class of tables. Thu, 22 Oct 2020 13:54:16 +0200 Jan Dankert A notice for generated files. Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Tue, 6 Oct 2020 22:23:11 +0200 Jan Dankert Fix: Selecting a link with the selector (this was unusable since the last template refactoring). Searching is implemented, the selector tree must be fixed soon. Mon, 5 Oct 2020 23:32:06 +0200 Jan Dankert UI: Nicer buttons Sun, 4 Oct 2020 23:53:25 +0200 Jan Dankert New: The tree is now hidable with a dedicated button. No more hover effect in the navigation.