Merge remote-tracking branch 'origin/pull/12032'

This commit is contained in:
Michal Čihař 2016-02-29 11:49:55 +01:00
commit 238a87903b
7 changed files with 3 additions and 3 deletions

View File

@ -216,7 +216,7 @@ class Navigation
. '&itemName=' . urlencode($hiddenItem)
. '&dbName=' . urlencode($dbName) . '"'
. ' class="unhideNavItem ajax">'
. Util::getIcon('lightbulb.png', __('Show'))
. Util::getIcon('show.png', __('Show'))
. '</a></td>';
$odd = ! $odd;
}

View File

@ -694,7 +694,7 @@ class NodeDatabase extends Node
. '&dbName=' . urldecode($this->real_name) . '"'
. ' class="showUnhide ajax">'
. Util::getImage(
'lightbulb.png',
'show.png',
__('Show hidden items')
)
. '</a></span>';

View File

@ -46,7 +46,7 @@ abstract class NodeDatabaseChild extends Node
. '&itemName=' . urlencode($item)
. '&dbName=' . urlencode($db) . '"'
. ' class="hideNavItem ajax">'
. PMA\libraries\Util::getImage('lightbulb_off.png', __('Hide'))
. PMA\libraries\Util::getImage('hide.png', __('Hide'))
. '</a></span>';
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B