Merge #16852 - Add target and rel to phpMyAdmin configuration storage link
Pull-request: #16852 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
d72e9ab36d
@ -108,9 +108,7 @@ var designerConfig = {{ designer_config|raw }};
|
|||||||
{% trans 'Reload' %}
|
{% trans 'Reload' %}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="{{ get_docu_link('faq', 'faq6-31') }}"
|
<a href="{{ get_docu_link('faq', 'faq6-31') }}" target="_blank" rel="noopener noreferrer" class="M_butt">
|
||||||
target="documentation"
|
|
||||||
class="M_butt">
|
|
||||||
<img title="{% trans 'Help' %}"
|
<img title="{% trans 'Help' %}"
|
||||||
src="{{ theme.getImgPath('designer/help.png') }}">
|
src="{{ theme.getImgPath('designer/help.png') }}">
|
||||||
<span class="hide hidable">
|
<span class="hide hidable">
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a href="{{ get_docu_link('index') }}" title="{% trans 'phpMyAdmin documentation' %}" target="_blank" rel="noopener">
|
<a href="{{ get_docu_link('index') }}" title="{% trans 'phpMyAdmin documentation' %}" target="_blank" rel="noopener noreferrer">
|
||||||
{{- get_image('b_docs', 'phpMyAdmin documentation'|trans) -}}
|
{{- get_image('b_docs', 'phpMyAdmin documentation'|trans) -}}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
@ -56,7 +56,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if not has_config_storage %}
|
{% if not has_config_storage %}
|
||||||
{% apply format('<a href="' ~ get_docu_link('setup', 'linked-tables') ~ '">', '</a>')|notice %}
|
{% apply format('<a href="' ~ get_docu_link('setup', 'linked-tables') ~ '" target="_blank" rel="noopener noreferrer">', '</a>')|notice %}
|
||||||
{% trans 'Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.' %}
|
{% trans 'Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.' %}
|
||||||
{% endapply %}
|
{% endapply %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user