Files
phpmyadmin/grid/info.inc.php
Marc Delisle af06ad621d 2.11d
2008-08-14 16:35:30 +00:00

34 lines
1.1 KiB
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* info.inc.php 08080815 windkiel */
/**
* 2008-08-08: (pma3.0.0alpha) main page changed
* 2008-01-17: (pma3) html font-size moved from phpmyadmin.css.php
* 2007-10-12: minor changes th{}, a:hover{'underline'}, 'none' else
* 2007-10-10: pma 3.0 main frame: new success.png
* bugfixes, non Gecko tab appearance, mult_submit hover=pointer and BGC=white
* 2007-08-01: navidbpageselector, recoding, bugfixes ...
* 2007-10-09 "Grid" working with version 2.8 .. 3+
* main differences to theme "original" in:
*
* smaller table margins/paddings
* border-rounding only working in Geckos like Firefox 1 .. 2 ( -moz...),
* IE6 ( left pointer/marker working with links ),
* Opera 7 ~ 9.01 ( changing cursor "error.ico" on hover not supported )
* ( Opera 9.01 needs a Ctrl F5 or restart to show theme/fontsize changes ! )
*
* comments, suggestions, bugreports are welcome:
* http://sourceforge.net/users/windkiel/
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Grid
*/
/* Theme information */
$theme_name = 'Grid';
$theme_version = 2;
$theme_full_version = '2.9';
?>