[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC1-10-g9fe549c

Piotr Przybylski crackpl at users.sourceforge.net
Sun Apr 17 14:40:26 CEST 2011


The branch, master has been updated
       via  9fe549c6b659cbbc5b54f9ed528726cc6f34cb25 (commit)
       via  abb0324123cdf6bf54d6813c609256877b4811f2 (commit)
      from  2f7db2e3e5c9e061f8c2ac879a6a6356baec15ce (commit)


- Log -----------------------------------------------------------------
commit 9fe549c6b659cbbc5b54f9ed528726cc6f34cb25
Author: Piotr Przybylski <piotrprz at gmail.com>
Date:   Sun Apr 17 14:40:00 2011 +0200

    Add class="noclick" for rows in collation lists

commit abb0324123cdf6bf54d6813c609256877b4811f2
Author: Piotr Przybylski <piotrprz at gmail.com>
Date:   Sun Apr 17 14:37:54 2011 +0200

    Add class="noclick" for highlighted rows

-----------------------------------------------------------------------

Summary of changes:
 server_collations.php |    2 +-
 server_variables.php  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server_collations.php b/server_collations.php
index 27fec06..0adc4d3 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -78,7 +78,7 @@ foreach ($mysql_charsets as $current_charset) {
     $odd_row = true;
     foreach ($mysql_collations[$current_charset] as $current_collation) {
         $i++;
-        echo '<tr class="'
+        echo '<tr class="noclick '
            . ($odd_row ? 'odd' : 'even')
            . ($mysql_default_collations[$current_charset] == $current_collation
                 ? ' marked'
diff --git a/server_variables.php b/server_variables.php
index d909a41..b04a049 100644
--- a/server_variables.php
+++ b/server_variables.php
@@ -93,7 +93,7 @@ foreach ($serverVars as $name => $value) {
     if ($serverVarsGlobal[$name] !== $value) {
         ?>
 </tr>
-<tr class="<?php
+<tr class="noclick <?php
     echo $odd_row ? 'odd' : 'even';
     ?> marked">
     <td>(<?php echo __('Global value'); ?>)</td>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list