From 0aa5c847dd9a4221b45aa067286b583af8a8bbb2 Mon Sep 17 00:00:00 2001 From: Joshua Atkins Date: Thu, 17 Sep 2015 11:05:40 +0200 Subject: [PATCH] Browse table bookmark form: Clickable labels Make text field and check box labels clickable in the Browse table page, create SQL bookmark form. Signed-off-by: Joshua Atkins --- libraries/sql.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/sql.lib.php b/libraries/sql.lib.php index aec8c8bda3..72f5eae4ff 100644 --- a/libraries/sql.lib.php +++ b/libraries/sql.lib.php @@ -527,12 +527,12 @@ function PMA_getHtmlForBookmark($displayParts, $cfgBookmark, $sql_query, $db, ); $html .= ''; $html .= '
'; - $html .= ''; - $html .= ''; + $html .= ''; $html .= '
'; $html .= '
'; - $html .= ''; - $html .= ''; + $html .= ''; $html .= '
'; $html .= '
'; $html .= '';