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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-07-09 19:33:45 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-07-09 19:33:45 +0400
commite8a0602f7bf04d79ee28f8de87250c60fd5937b4 (patch)
tree64e0dc8ea1c88e6e54d6f0fc6ffc5d4bbcf23f3c /server_plugins.php
parentc3974ea3b616281937ea21b6d2af5606ffe4237b (diff)
Sortable columns in plugin list
Diffstat (limited to 'server_plugins.php')
-rw-r--r--server_plugins.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/server_plugins.php b/server_plugins.php
index 9516431126..ee096f887a 100644
--- a/server_plugins.php
+++ b/server_plugins.php
@@ -23,6 +23,7 @@ require_once './libraries/common.inc.php';
*/
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'jquery/jquery.cookie.js';
+$GLOBALS['js_include'][] = 'jquery/jquery.tablesorter.js';
$GLOBALS['js_include'][] = 'server_plugins.js';
/**
@@ -71,6 +72,9 @@ ksort($plugins);
* Displays the page
*/
?>
+<script type="text/javascript">
+pma_theme_image = '<?php echo $GLOBALS['pmaThemeImage']; ?>';
+</script>
<div id="pluginsTabs">
<ul>
<li><a href="#plugins_plugins"><?php echo __('Plugins'); ?></a></li>