Merge remote-tracking branch 'origin/pull/12032'
This commit is contained in:
commit
238a87903b
@ -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;
|
||||
}
|
||||
|
||||
@ -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>';
|
||||
|
||||
@ -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>';
|
||||
}
|
||||
|
||||
|
||||
BIN
themes/original/img/hide.png
Normal file
BIN
themes/original/img/hide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 524 B |
BIN
themes/original/img/show.png
Normal file
BIN
themes/original/img/show.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 500 B |
BIN
themes/pmahomme/img/hide.png
Normal file
BIN
themes/pmahomme/img/hide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 524 B |
BIN
themes/pmahomme/img/show.png
Normal file
BIN
themes/pmahomme/img/show.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 500 B |
Loading…
Reference in New Issue
Block a user