Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
16
admin/phpMyAdmin/templates/theme_preview.twig
Normal file
16
admin/phpMyAdmin/templates/theme_preview.twig
Normal file
|
@ -0,0 +1,16 @@
|
|||
<div class="theme_preview">
|
||||
<h2>
|
||||
{{ name }} ({{ version }})
|
||||
</h2>
|
||||
<p>
|
||||
<a class="take_theme" name="{{ id }}" href="{{ url('/set-theme', url_params) }}">
|
||||
{% if screen is not empty %}
|
||||
<img src="{{ screen }}" alt="{{ name }}" title="{{ name }}">
|
||||
<br>
|
||||
{% else %}
|
||||
{% trans 'No preview available.' %}
|
||||
{% endif %}
|
||||
[ <strong>{% trans 'Take it' %}</strong> ]
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue