/
usr
/
share
/
phpmyadmin
/
templates
/
/usr/share/phpmyadmin/templates
mkdir
upload
Name
Size
Mode
Actions
columns_definitions/
-
0755
rm
components/
-
0755
rm
config/
-
0755
rm
console/
-
0755
rm
database/
-
0755
rm
display/
-
0755
rm
encoding/
-
0755
rm
error/
-
0755
rm
export/
-
0755
rm
home/
-
0755
rm
import/
-
0755
rm
javascript/
-
0755
rm
login/
-
0755
rm
menu/
-
0755
rm
navigation/
-
0755
rm
plugins/
-
0755
rm
preferences/
-
0755
rm
relation/
-
0755
rm
server/
-
0755
rm
setup/
-
0755
rm
sql/
-
0755
rm
table/
-
0755
rm
test/
-
0755
rm
changelog.twig
475
0644
edit
dl
rm
create_tracking_version.twig
3790
0644
edit
dl
rm
export.twig
16231
0644
edit
dl
rm
file_select_options.twig
152
0644
edit
dl
rm
filter.twig
374
0644
edit
dl
rm
footer.twig
388
0644
edit
dl
rm
gis_data_editor_form.twig
12506
0644
edit
dl
rm
header.twig
2504
0644
edit
dl
rm
header_location.twig
652
0644
edit
dl
rm
import.twig
10714
0644
edit
dl
rm
import_status.twig
99
0644
edit
dl
rm
indexes.twig
4147
0644
edit
dl
rm
message.twig
80
0644
edit
dl
rm
preview_sql.twig
301
0644
edit
dl
rm
scripts.twig
802
0644
edit
dl
rm
select_all.twig
385
0644
edit
dl
rm
select_lang.twig
900
0644
edit
dl
rm
start_and_number_of_rows_panel.twig
808
0644
edit
dl
rm
themes.twig
233
0644
edit
dl
rm
theme_preview.twig
502
0644
edit
dl
rm
top_menu.twig
1077
0644
edit
dl
rm
transformation_overview.twig
1293
0644
edit
dl
rm
user_password.twig
83
0644
edit
dl
rm
view_create.twig
4821
0644
edit
dl
rm
Edit:
/usr/share/phpmyadmin/templates/transformation_overview.twig
(1293B)
<h2>{% trans 'Available media types' %}</h2> <ul> {% for mime_type in mime_types %} <li> {{ mime_type.is_empty ? '<em>' }} {{ mime_type.name }} {{ mime_type.is_empty ? '</em>' }} </li> {% endfor %} </ul> <h2 id="transformation">{% trans 'Available browser display transformations' %}</h2> <table class="pma-table"> <thead> <tr> <th>{% trans 'Browser display transformation' %}</th> <th>{% trans %}Description{% context %}for media type transformation{% endtrans %}</th> </tr> </thead> <tbody> {% for transformation in transformations.transformation %} <tr> <td>{{ transformation.name }}</td> <td>{{ transformation.description }}</td> </tr> {% endfor %} </tbody> </table> <h2 id="input_transformation">{% trans 'Available input transformations' %}</h2> <table class="pma-table"> <thead> <tr> <th>{% trans 'Input transformation' %}</th> <th>{% trans %}Description{% context %}for media type transformation{% endtrans %}</th> </tr> </thead> <tbody> {% for transformation in transformations.input_transformation %} <tr> <td>{{ transformation.name }}</td> <td>{{ transformation.description }}</td> </tr> {% endfor %} </tbody> </table>
Save
cmd:
run