Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/administrator/templates/atum/html/layouts/joomla/form/field/list.php
Назад
<?php // This is a very quick hack to the joomla list field to remove the form-select class so that the modal repeat renders correctly defined('_JEXEC') or die; use Joomla\CMS\Factory; use Fabrik\Helpers\Php; /* The following is used by the install/upgrade script to validate whether an installed override is ours or not */ $validationtag = 'FABRIK_JOOMLA_LISTFIELD_LAYOUT_OVERRIDE'; extract($displayData); $originalListFile = JPATH_ROOT."/layouts/joomla/form/field/list.php"; if (!class_exists('Fabrik\Helpers\Php') ) { require_once $originalListFile; return; } $buffer = file_get_contents($originalListFile); if ($size==-9999) { // Replace the form-select with inputbox $buffer = str_replace("form-select", "form-select-sm", $buffer); } // And then run it echo Php::Eval(['code' => '?>'.$buffer.PHP_EOL, 'vars'=>['displayData'=>$displayData]]);
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка