From 69ab2ad6278622c3bdc083c82be9804c1a8fa36f Mon Sep 17 00:00:00 2001 From: Kasun Chathuranga Date: Mon, 26 Aug 2013 10:39:12 +0530 Subject: [PATCH] Change the icon of views to show that they lead to structure page --- libraries/navigation/Nodes/Node_View.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/navigation/Nodes/Node_View.class.php b/libraries/navigation/Nodes/Node_View.class.php index 8e02f4ee3d..581b34a59a 100644 --- a/libraries/navigation/Nodes/Node_View.class.php +++ b/libraries/navigation/Nodes/Node_View.class.php @@ -31,7 +31,7 @@ class Node_View extends Node_DatabaseChild public function __construct($name, $type = Node::OBJECT, $is_group = false) { parent::__construct($name, $type, $is_group); - $this->icon = PMA_Util::getImage('b_views.png'); + $this->icon = PMA_Util::getImage('b_props.png'); $this->links = array( 'text' => 'sql.php?server=' . $GLOBALS['server'] . '&db=%2$s&table=%1$s&pos=0'