From 9407ccda920706c3dea3ffc1fd985133ce0c7b37 Mon Sep 17 00:00:00 2001 From: WhatTheServer Date: Sat, 17 Apr 2021 15:56:28 -0400 Subject: [PATCH] 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. --- baseTemplate/templates/baseTemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index e6cfac182..12bdef14e 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -506,7 +506,7 @@ {% endif %} {% if admin or createDatabase %} -
  • {% trans "PHPMYAdmin" %}
  • {% endif %}