From 83bdc9bbd78a6b6a11bd69dd2c32de7042eccb43 Mon Sep 17 00:00:00 2001 From: Nettika Date: Mon, 21 Apr 2025 17:58:02 -0700 Subject: [PATCH] Cleanup indexes bar --- libraries/Index.class.php | 4 ++-- tbl_structure.php | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/libraries/Index.class.php b/libraries/Index.class.php index bab0018ab..bb8b75759 100644 --- a/libraries/Index.class.php +++ b/libraries/Index.class.php @@ -465,7 +465,7 @@ class PMA_Index $this_params['index'] = $index->getName(); $r .= '' . ' ' . PMA_getIcon('b_edit.png', __('Edit')) . '' + . '">' . PMA_getOnlyIcon('b_edit.png', __('Edit')) . '' . '' . "\n"; $this_params = $GLOBALS['url_params']; @@ -487,7 +487,7 @@ class PMA_Index } $r .= ' href="sql.php' . PMA_generate_common_url($this_params) . '" >' - . PMA_getIcon('b_drop.png', __('Drop')) . '' + . PMA_getOnlyIcon('b_drop.png', __('Drop')) . '' . '' . "\n"; } diff --git a/tbl_structure.php b/tbl_structure.php index bcc3496c4..263d25ac5 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -604,20 +604,6 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) { */ echo PMA_Index::getView($table, $db); ?> -
-
-
- '); - ?> - -
-