@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
usr
/
share
/
phpmyadmin
/
templates
/
Path :
Upload File :
New :
File
Dir
//usr/share/phpmyadmin/templates/radio_fields.twig
{% if class is not empty %} <div class="{{ class }}"> {% endif %} <input type="radio" name="{{ html_field_name }}" id="{{ html_field_id|raw }}" value="{{ choice_value }}"{{ checked ? ' checked="checked"' }}> <label for="{{ html_field_id|raw }}">{{ (escape_label ? choice_label|e : choice_label)|raw }}</label> {% if is_line_break %} <br> {% endif %} {% if class is not empty %} </div> {% endif %}