File modules/cms/ui/themes/default/html/views/element/edit.php

Last commit: Tue Mar 15 20:01:02 2022 +0100	dankert	New: Table headline.
1 <?php /* THIS FILE IS GENERATED from edit.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-table-wrapper') ?>"><?php echo O::escapeHtml('') ?> 3 <div class="<?php echo O::escapeHtml('or-table-filter') ?>"><?php echo O::escapeHtml('') ?> 4 <input type="<?php echo O::escapeHtml('search') ?>" name="<?php echo O::escapeHtml('filter') ?>" placeholder="<?php echo O::escapeHtml(''.@O::lang('SEARCH_FILTER').'') ?>" class="<?php echo O::escapeHtml('or-input or-table-filter-input') ?>" /><?php echo O::escapeHtml('') ?> 5 </div> 6 <div class="<?php echo O::escapeHtml('or-table-area') ?>"><?php echo O::escapeHtml('') ?> 7 <table class="<?php echo O::escapeHtml('or-table') ?>"><?php echo O::escapeHtml('') ?> 8 <tr class="<?php echo O::escapeHtml('or-table-header') ?>"><?php echo O::escapeHtml('') ?> 9 <th><?php echo O::escapeHtml('') ?> 10 <span><?php echo O::escapeHtml('') ?></span> 11 </th> 12 <th><?php echo O::escapeHtml('') ?> 13 <span><?php echo O::escapeHtml(''.@O::lang('value').'') ?></span> 14 </th> 15 </tr> 16 <tr class="<?php echo O::escapeHtml('or-data') ?>"><?php echo O::escapeHtml('') ?> 17 <td colspan="<?php echo O::escapeHtml('1') ?>"><?php echo O::escapeHtml('') ?> 18 <span><?php echo O::escapeHtml(''.@O::lang('type').'') ?></span> 19 </td> 20 <td><?php echo O::escapeHtml('') ?> 21 <i class="<?php echo O::escapeHtml('or-image-icon or-image-icon--action-el_'.@$type.'') ?>"><?php echo O::escapeHtml('') ?></i> 22 <span><?php echo O::escapeHtml(''.@O::lang('el_'.@$type.'').'') ?></span> 23 </td> 24 </tr> 25 <tr class="<?php echo O::escapeHtml('or-data') ?>"><?php echo O::escapeHtml('') ?> 26 <td colspan="<?php echo O::escapeHtml('1') ?>"><?php echo O::escapeHtml('') ?> 27 <span><?php echo O::escapeHtml(''.@O::lang('name').'') ?></span> 28 </td> 29 <td class="<?php echo O::escapeHtml('or-act-clickable') ?>"><?php echo O::escapeHtml('') ?> 30 <a target="<?php echo O::escapeHtml('_self') ?>" data-type="<?php echo O::escapeHtml('edit') ?>" data-action="<?php echo O::escapeHtml('element') ?>" data-method="<?php echo O::escapeHtml('prop') ?>" data-id="<?php echo O::escapeHtml(''.@$id.'') ?>" data-extra="<?php echo O::escapeHtml('[]') ?>" href="<?php echo O::escapeHtml('#/element/'.@$id.'') ?>" class="<?php echo O::escapeHtml('or-link') ?>"><?php echo O::escapeHtml('') ?> 31 <span><?php echo O::escapeHtml(''.@$name.'') ?></span> 32 </a> 33 </td> 34 </tr> 35 <tr class="<?php echo O::escapeHtml('or-data') ?>"><?php echo O::escapeHtml('') ?> 36 <td colspan="<?php echo O::escapeHtml('1') ?>"><?php echo O::escapeHtml('') ?> 37 <span><?php echo O::escapeHtml(''.@O::lang('id').'') ?></span> 38 </td> 39 <td><?php echo O::escapeHtml('') ?> 40 <span><?php echo O::escapeHtml(''.@$id.'') ?></span> 41 </td> 42 </tr> 43 </table> 44 </div> 45 </div>
Download modules/cms/ui/themes/default/html/views/element/edit.php
History Tue, 15 Mar 2022 20:01:02 +0100 dankert New: Table headline. Mon, 8 Mar 2021 01:24:06 +0100 Jan Dankert New: Action menu on many lists; tables have now a fixed layout Sun, 14 Feb 2021 23:18:14 +0100 Jan Dankert New: Confirmation needed if a dialog is closed which has unsaved changes. Sat, 13 Feb 2021 22:44:10 +0100 Jan Dankert New: 'edit'-Subactions for elements, models, languages.