Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyron Madlener <tyronx@gmail.com>2011-07-15 10:42:16 +0400
committerTyron Madlener <tyronx@gmail.com>2011-07-15 10:42:16 +0400
commit3b3a9fc7624f857b3ff5f599eee9473a42d71feb (patch)
tree07dbc72a7f56f0ffef93afb46ad79a3048c768db /js/db_search.js
parentbf2314342406ea56fc88d878be1072cb139e46d4 (diff)
pma spritify part 2
Diffstat (limited to 'js/db_search.js')
-rw-r--r--js/db_search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/db_search.js b/js/db_search.js
index 0cb04b7f28..72b30463d4 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -87,7 +87,7 @@ $(document).ready(function() {
});
/** Hide the table link in the initial search result */
- $("#table-info").prepend('<img id="table-image" src="./themes/original/img/s_tbl.png" />').hide();
+ $("#table-info").prepend('<img id="table-image" class="icon ic_s_tbl" src="./themes/dot.gif" />').hide();
/** Hide the browse and deleted results in the new search criteria */
$('#buttonGo').click(function(){