Open PHPMyAdmin in new tab

Open PHPMyAdmin in new tab via target="_blank" 
when paired with other commit which opens the PHPMyAdmin ffunction in same page which was opened in a new tab you get the nice convenient feeling most other panels provide when opening phpmyadmin.
This commit is contained in:
WhatTheServer
2021-04-17 15:56:28 -04:00
committed by GitHub
parent 8ce3e5f2dc
commit 9407ccda92

View File

@@ -506,7 +506,7 @@
</li>
{% endif %}
{% if admin or createDatabase %}
<li><a href="{% url 'phpMyAdmin' %}"
<li><a target="_blank" href="{% url 'phpMyAdmin' %}"
title="{% trans 'PHPMYAdmin' %}"><span>{% trans "PHPMYAdmin" %}</span></a>
</li>
{% endif %}