Git
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
February 2011
- 5 participants
- 230 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. bd33e411871729796cefc73881eba6d0d2bb06ce
by Michal Čihař 15 Feb '11
by Michal Čihař 15 Feb '11
15 Feb '11
The branch, master has been updated
via bd33e411871729796cefc73881eba6d0d2bb06ce (commit)
via 959d214bdf1047b1e69c4828dfe2a349a91fcfdb (commit)
from da4b73fced1630c760640ef873728cf53041e48f (commit)
- Log -----------------------------------------------------------------
commit bd33e411871729796cefc73881eba6d0d2bb06ce
Merge: da4b73fced1630c760640ef873728cf53041e48f 959d214bdf1047b1e69c4828dfe2a349a91fcfdb
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Feb 15 09:29:36 2011 +0100
Merge remote branch 'toba/master'
commit 959d214bdf1047b1e69c4828dfe2a349a91fcfdb
Author: Azhari Harahap <blackarazi(a)gmail.com>
Date: Sun Feb 13 22:55:13 2011 +0700
topmenu hover fix, left frame icon fix, submenu/topmenu2 fix, table header on insert color fix
-----------------------------------------------------------------------
Summary of changes:
toba/css/theme_left.css.php | 6 +++++-
toba/css/theme_right.css.php | 33 ++++++++++++++++++++-------------
2 files changed, 25 insertions(+), 14 deletions(-)
diff --git a/toba/css/theme_left.css.php b/toba/css/theme_left.css.php
index 488df06..1c24d51 100644
--- a/toba/css/theme_left.css.php
+++ b/toba/css/theme_left.css.php
@@ -169,7 +169,11 @@ div#leftframelinks a img.icon {
margin: 0;
padding: 0.2em;
border: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
- background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
+ background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
+}
+
+div#leftframelinks a img.icon:hover {
+ background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
}
/* serverlist */
diff --git a/toba/css/theme_right.css.php b/toba/css/theme_right.css.php
index f3f134a..6b9366d 100644
--- a/toba/css/theme_right.css.php
+++ b/toba/css/theme_right.css.php
@@ -652,9 +652,9 @@ ul#topmenu, ul#topmenu2, ul.tabs {
}
ul#topmenu2 {
- margin: 0.25em 0.5em 0;
- height: 2em;
- clear: both;
+ margin: 0;
+ background: <?php echo $GLOBALS['cfg']['TopMenuBgColor']; ?>;
+ border-top: 3px solid <?php echo $GLOBALS['cfg']['LabelColor']; ?>;
}
ul#topmenu li, ul#topmenu2 li {
@@ -665,6 +665,11 @@ ul#topmenu li, ul#topmenu2 li {
border-right: 1px solid #333;
}
+ul#topmenu2 li {
+ padding: 0 3px;
+ border: none;
+}
+
#topmenu img, #topmenu2 img {
vertical-align: middle;
margin-<?php echo $right; ?>: 0.1em;
@@ -723,14 +728,14 @@ ul#topmenu span.tabcaution {
color: #ff6666;
}
-/* enabled drop/empty tabs */
+/* enabled drop/empty tabs
ul#topmenu a.tabcaution {
color: #FF0000;
}
ul#topmenu a.tabcaution:hover {
color: #FFFFFF;
background-color: #FF0000;
-}
+}*/
fieldset.caution a {
color: #FF0000;
}
@@ -770,9 +775,10 @@ ul#topmenu > li {
ul#topmenu a, ul#topmenu span {
background-color: <?php echo $GLOBALS['cfg']['TopMenuBgColor']; ?>;
padding: 5px;
+ margin: 0;
/*border: 0px solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
- border-width: 1pt 1pt 0 1pt;*/
- /*-moz-border-radius: 0.4em 0.4em 0 0;
+ border-width: 1pt 1pt 0 1pt;
+ -moz-border-radius: 0.4em 0.4em 0 0;
border-radius: 0.4em 0.4em 0 0;*/
}
@@ -789,8 +795,7 @@ ul#topmenu ul li:first-child a {
/* enabled hover/active tabs */
ul#topmenu > li > a:hover,
ul#topmenu > li > .tabactive {
- margin: 0;
- /*padding: 0.2em 0.4em 0.2em 0.4em;*/
+ padding: 5px;
text-decoration: none;
}
@@ -802,7 +807,7 @@ ul#topmenu ul .tabactive {
ul#topmenu a.tab:hover,
ul#topmenu .tabactive {
background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
- /*padding: 5px;*/
+ padding: 5px;
}
ul#topmenu2 a.tab:hover,
@@ -1610,6 +1615,8 @@ iframe.IE_hack {
}
.config-form ul.tabs li {
+ background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
+ border: 1px solid <?php echo $GLOBALS['cfg']['LabelColor']; ?>;
float: <?php echo $left; ?>;
}
@@ -1619,7 +1626,6 @@ iframe.IE_hack {
padding: 0.1em 0.4em;
white-space: nowrap;
text-decoration: none;
- border: 1px solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
border-bottom: none;
}
@@ -1631,7 +1637,8 @@ iframe.IE_hack {
}
.config-form ul.tabs li a.active {
- background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
+ background-color: <?php echo $GLOBALS['cfg']['HeaderBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['TblContentBackground']; ?>
}
.config-form fieldset {
@@ -1835,7 +1842,7 @@ table.data {
margin: 0 5px 5px 0;
}
-table.data thead a {
+table.data thead a, table.insertRowTable thead a {
color: <?php echo $GLOBALS['cfg']['TableHeaderlinkColor'];?>;
/*font-weight: normal;*/
}
hooks/post-receive
--
phpMyAdmin themes
1
0
Hi all
the notifications about new commits are currently not working due to
some problems on sf.net servers.
--
Michal Čihař | http://cihar.com | http://phpmyadmin.cz
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-2075-g18f898e
by Michal Čihař 09 Feb '11
by Michal Čihař 09 Feb '11
09 Feb '11
The branch, master has been updated
via 18f898eb1b5d998091bf8ffbb3c2b86fcf3f2c31 (commit)
from 6fb8505721429ca17996d8264403f333591b9cb2 (commit)
- Log -----------------------------------------------------------------
commit 18f898eb1b5d998091bf8ffbb3c2b86fcf3f2c31
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Feb 9 14:40:21 2011 +0100
Czech translation update
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 53 ++++++++++++++++++++++++++---------------------------
1 files changed, 26 insertions(+), 27 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index e7f6f47..0ec7c1f 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-09 07:56-0500\n"
-"PO-Revision-Date: 2011-02-08 17:10+0100\n"
+"PO-Revision-Date: 2011-02-09 14:40+0100\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -627,8 +627,8 @@ msgstr "Sledování není zapnuté."
#: db_structure.php:379 libraries/display_tbl.lib.php:1952
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation%"
-"s."
+"This view has at least this number of rows. Please refer to %sdocumentation"
+"%s."
msgstr ""
"Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s."
@@ -863,8 +863,8 @@ msgstr "Výpis byl uložen do souboru %s."
#: import.php:58
#, php-format
msgid ""
-"You probably tried to upload too large file. Please refer to %sdocumentation%"
-"s for ways to workaround this limit."
+"You probably tried to upload too large file. Please refer to %sdocumentation"
+"%s for ways to workaround this limit."
msgstr ""
"Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si "
"prosím %sdokumentaci%s, jak toto omezení obejít."
@@ -1644,8 +1644,8 @@ msgstr "Vítejte v %s"
#: libraries/auth/config.auth.lib.php:106
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the %"
-"1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the "
+"%1$ssetup script%2$s to create one."
msgstr ""
"Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho "
"vytvoření by se vám mohl hodit %1$snastavovací skript%2$s."
@@ -3393,17 +3393,16 @@ msgstr "Omezení paměti"
#: libraries/config/messages.inc.php:314
msgid "These are Edit, Inline edit, Copy and Delete links"
-msgstr ""
+msgstr "Jedná se o odkazy Upravit, Upravit zde, Kopírovat a Odstranit"
#: libraries/config/messages.inc.php:315
-#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show table row links on left side"
-msgstr "Zobrazí logo v levém rámu"
+msgstr "Zobrazí odkazy na levé straně"
#: libraries/config/messages.inc.php:316
msgid "Show table row links on right side"
-msgstr ""
+msgstr "Zobrazí odkazy na pravé straně"
#: libraries/config/messages.inc.php:317
msgid "Use natural order for sorting table and database names"
@@ -4611,8 +4610,8 @@ msgstr ", @TABLE@ bude nahrazen jménem tabulky"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: %"
-"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: "
+"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít "
"libovolné řetězce pro formátování data a času. Dále budou provedena "
@@ -5344,8 +5343,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:125
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the %"
-"sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the "
+"%sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentace a další informace o PBXT můžete nalézt na %sstránkách PrimeBase "
"XT%s."
@@ -6598,8 +6597,8 @@ msgid ""
"For a list of available transformation options and their MIME type "
"transformations, click on %stransformation descriptions%s"
msgstr ""
-"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %"
-"spopisy transformací%s"
+"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na "
+"%spopisy transformací%s"
#: libraries/tbl_properties.inc.php:143
msgid "Transformation options"
@@ -6640,8 +6639,8 @@ msgid ""
"No description is available for this transformation.<br />Please ask the "
"author what %s does."
msgstr ""
-"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %"
-"s dělá."
+"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co "
+"%s dělá."
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
#: tbl_operations.php:352
@@ -7272,8 +7271,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"Více věcí můžete nastavit úpravou config.inc.php, např. použitím %"
-"sNastavovacího skriptu%s."
+"Více věcí můžete nastavit úpravou config.inc.php, např. použitím "
+"%sNastavovacího skriptu%s."
#: prefs_manage.php:302
msgid "Save to browser's storage"
@@ -7721,8 +7720,8 @@ msgstr "Odstranit databáze se stejnými jmény jako uživatelé."
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should %"
-"sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should "
+"%sreload the privileges%s before you continue."
msgstr ""
"Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto "
"tabulek se může lišit od oprávnění, která server právě používá, pokud byly "
@@ -9177,8 +9176,8 @@ msgid ""
"If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin "
"cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie%"
-"s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší "
+"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie"
+"%s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší "
"hodnotu než je tato."
#: setup/lib/index.lib.php:266
@@ -9189,8 +9188,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Pokud to považujete za nutné, použijte další možnosti zabezpečení - %"
-"somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení "
+"Pokud to považujete za nutné, použijte další možnosti zabezpečení - "
+"%somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení "
"založené na IP adresách nemusí být spolehlivé, pokud je vaše IP adresa "
"dynamicky přidělována poskytovatelem spolu s mnoha dalšími uživateli."
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-2074-g6fb8505
by Michal Čihař 09 Feb '11
by Michal Čihař 09 Feb '11
09 Feb '11
The branch, master has been updated
via 6fb8505721429ca17996d8264403f333591b9cb2 (commit)
from e13b41a555cc556362ce56e61cfa53cd2dbda5e7 (commit)
- Log -----------------------------------------------------------------
commit 6fb8505721429ca17996d8264403f333591b9cb2
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Feb 9 13:55:25 2011 +0100
Use correct type when storing preferences.
We should not use the value, but the key. Value stores descriptions,
while key is actually the thing stored in settings.
-----------------------------------------------------------------------
Summary of changes:
libraries/config/FormDisplay.class.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/config/FormDisplay.class.php b/libraries/config/FormDisplay.class.php
index 41c421f..9e84075 100644
--- a/libraries/config/FormDisplay.class.php
+++ b/libraries/config/FormDisplay.class.php
@@ -468,7 +468,7 @@ class FormDisplay
// (allows to skip 0 == 'string' equalling to true) or identity (for string-string)
if (($vk == $value && !(is_numeric($value_cmp) xor is_numeric($vk)))
|| $vk === $value) {
- settype($value, gettype($v));
+ settype($value, gettype($vk));
return true;
}
}
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-2072-g67d23c0
by Marc Delisle 09 Feb '11
by Marc Delisle 09 Feb '11
09 Feb '11
The branch, master has been updated
via 67d23c0c160b6087ff1546725b61c5bdca4930d2 (commit)
from 0004198bca8147c751c08638c9927e9794e6b099 (commit)
- Log -----------------------------------------------------------------
commit 67d23c0c160b6087ff1546725b61c5bdca4930d2
Author: Marc Delisle <marc(a)infomarc.info>
Date: Wed Feb 9 07:55:38 2011 -0500
Clarify the meaning of these directives
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 3 ++-
libraries/config/messages.inc.php | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 58e1f92..fc374d0 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1884,7 +1884,8 @@ $cfg['TrustedProxies'] =
<dt><span id="cfg_ModifyDeleteAtLeft">$cfg['ModifyDeleteAtLeft'] </span>boolean
<span id="cfg_ModifyDeleteAtRight">$cfg['ModifyDeleteAtRight'] </span>boolean
</dt>
- <dd>Defines the place where modify and delete links would be put when
+ <dd>Defines the place where table row links (Edit, Inline edit, Copy,
+ Delete) would be put when
tables contents are displayed (you may have them displayed both at the
left and at the right).
"Left" and "right" are parsed as "top"
diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php
index b2363c1..9ebbfea 100644
--- a/libraries/config/messages.inc.php
+++ b/libraries/config/messages.inc.php
@@ -311,8 +311,9 @@ $strConfigMcryptDisableWarning_desc = __('Disable the default warning that is di
$strConfigMcryptDisableWarning_name = __('mcrypt warning');
$strConfigMemoryLimit_desc = __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
$strConfigMemoryLimit_name = __('Memory limit');
-$strConfigModifyDeleteAtLeft_name = __('Show left delete link');
-$strConfigModifyDeleteAtRight_name = __('Show right delete link');
+$strConfigModifyDeleteAtLeft_desc = __('These are Edit, Inline edit, Copy and Delete links');
+$strConfigModifyDeleteAtLeft_name = __('Show table row links on left side');
+$strConfigModifyDeleteAtRight_name = __('Show table row links on right side');
$strConfigNaturalOrder_desc = __('Use natural order for sorting table and database names');
$strConfigNaturalOrder_name = __('Natural order');
$strConfigNavigationBarIconic_desc = __('Use only icons, only text or both');
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-2071-g0004198
by Marc Delisle 09 Feb '11
by Marc Delisle 09 Feb '11
09 Feb '11
The branch, master has been updated
via 0004198bca8147c751c08638c9927e9794e6b099 (commit)
from d0e1776af64acc185ab3a1260fc50d7bb7b98e6c (commit)
- Log -----------------------------------------------------------------
commit 0004198bca8147c751c08638c9927e9794e6b099
Author: Marc Delisle <marc(a)infomarc.info>
Date: Wed Feb 9 05:58:49 2011 -0500
The PropertiesIconic preference is not related to Tabs but to Browse mode
-----------------------------------------------------------------------
Summary of changes:
libraries/config/user_preferences.forms.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/config/user_preferences.forms.php b/libraries/config/user_preferences.forms.php
index ea5ac59..d23edda 100644
--- a/libraries/config/user_preferences.forms.php
+++ b/libraries/config/user_preferences.forms.php
@@ -99,6 +99,7 @@ $forms['Main_frame']['Startup'] = array(
'ShowServerInfo');
$forms['Main_frame']['Browse'] = array(
'NavigationBarIconic',
+ 'PropertiesIconic',
'ShowAll',
'MaxRows',
'Order',
@@ -120,7 +121,6 @@ $forms['Main_frame']['Edit'] = array(
'DefaultPropDisplay');
$forms['Main_frame']['Tabs'] = array(
'LightTabs',
- 'PropertiesIconic',
'DefaultTabServer',
'DefaultTabDatabase',
'DefaultTabTable');
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-2070-gd0e1776
by Marc Delisle 09 Feb '11
by Marc Delisle 09 Feb '11
09 Feb '11
The branch, master has been updated
via d0e1776af64acc185ab3a1260fc50d7bb7b98e6c (commit)
from dcc3eafd1275c6433b1289cf8bc8ecd9be3285e2 (commit)
- Log -----------------------------------------------------------------
commit d0e1776af64acc185ab3a1260fc50d7bb7b98e6c
Author: Marc Delisle <marc(a)infomarc.info>
Date: Wed Feb 9 05:52:16 2011 -0500
Correctly handle the ENUM editor message in case a column is added
Add PMA_ prefix to function name
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index c1a6b26..07c6237 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1556,7 +1556,7 @@ function PMA_ajaxShowMessage(message, timeout) {
/**
* Hides/shows the "Open in ENUM/SET editor" message, depending on the data type of the column currently selected
*/
-function showNoticeForEnum(selectElement) {
+function PMA_showNoticeForEnum(selectElement) {
var enum_notice_id = selectElement.attr("id").split("_")[1];
enum_notice_id += "_" + (parseInt(selectElement.attr("id").split("_")[2]) + 1);
var selectedType = selectElement.attr("value");
@@ -1832,6 +1832,7 @@ $(document).ready(function() {
if ($("#create_table_div").length > 0) {
$("#create_table_div").html(data);
}
+ PMA_verifyTypeOfAllColumns();
}) //end $.post()
}) // end create table form (add fields)
@@ -2041,13 +2042,13 @@ $(document).ready(function() {
//
// needs live() to work also in the Create Table dialog
$("select[class='column_type']").live('change', function() {
- showNoticeForEnum($(this));
+ PMA_showNoticeForEnum($(this));
});
});
function PMA_verifyTypeOfAllColumns() {
$("select[class='column_type']").each(function() {
- showNoticeForEnum($(this));
+ PMA_showNoticeForEnum($(this));
});
}
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-2069-gdcc3eaf
by Michal Čihař 09 Feb '11
by Michal Čihař 09 Feb '11
09 Feb '11
The branch, master has been updated
via dcc3eafd1275c6433b1289cf8bc8ecd9be3285e2 (commit)
via e53b972378b1f1fd186991a7d9ae10344bd80926 (commit)
via 5dc016d445fe79c03e6ebbf0c8247d447c4f9af4 (commit)
from 510f32714ae1c42d24bc2849518cade6b116e8d4 (commit)
- Log -----------------------------------------------------------------
commit dcc3eafd1275c6433b1289cf8bc8ecd9be3285e2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Wed Feb 9 12:16:23 2011 +0200
Translation update done using Pootle.
commit e53b972378b1f1fd186991a7d9ae10344bd80926
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Wed Feb 9 12:16:04 2011 +0200
Translation update done using Pootle.
commit 5dc016d445fe79c03e6ebbf0c8247d447c4f9af4
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Wed Feb 9 12:15:54 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/tr.po | 27 ++++-----------------------
1 files changed, 4 insertions(+), 23 deletions(-)
diff --git a/po/tr.po b/po/tr.po
index e78cbe9..68d4368 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-08 17:09+0100\n"
-"PO-Revision-Date: 2011-02-08 19:00+0200\n"
+"PO-Revision-Date: 2011-02-09 12:16+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
"Language: tr\n"
@@ -6934,22 +6934,19 @@ msgid "Official Homepage"
msgstr "Resmî phpMyAdmin Anasayfası"
#: main.php:227
-#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
-msgstr "Öznitelikler"
+msgstr "Katkıda bulun"
#: main.php:228
-#, fuzzy
#| msgid "Replication support"
msgid "Get support"
-msgstr "Çoğaltma desteği"
+msgstr "Destek al"
#: main.php:229
-#, fuzzy
#| msgid "No change"
msgid "List of changes"
-msgstr "Değişiklik yok"
+msgstr "Değişikliklerin listesi"
#: main.php:253
msgid ""
@@ -10035,19 +10032,3 @@ msgstr "Görünümü yeniden şuna adlandır"
#~ msgid "Mailing lists"
#~ msgstr "Postalama listesi"
-
-#, fuzzy
-#~| msgid "Yes"
-#~ msgid "yes"
-#~ msgstr "Evet"
-
-#, fuzzy
-#~| msgid "Close"
-#~ msgid "closed"
-#~ msgstr "Kapat"
-
-#~ msgid "to/from page"
-#~ msgstr "sayfadan/sayfaya"
-
-#~ msgid "Disable Statistics"
-#~ msgstr "İstatistikler etkisiz"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-2066-g510f327
by Michal Čihař 09 Feb '11
by Michal Čihař 09 Feb '11
09 Feb '11
The branch, master has been updated
via 510f32714ae1c42d24bc2849518cade6b116e8d4 (commit)
via 297246f297b95ddad8ba6ff80765075738f90cbb (commit)
via 9dc8b6edb6ca84d0f87aca8f7918060ea582ec55 (commit)
via c4ca223150b5590cba96839d3c3b860d970c3bc5 (commit)
via b9862ca6b4197c2fc1a7f930531e5e6d167223a1 (commit)
via 37aa2e6e33f6d9acd99b3ee476e9998c6bf1d9d7 (commit)
via 96a8193a1cf47194ccc140561670cdcd319d7d34 (commit)
via cf830f63ef928cab67a4f1031d4e0651f6be3bdf (commit)
via d912465d1394e7213f8afd7e271aa250ab97d2a6 (commit)
via c90c7826bf0f3262b95889423a7f304beef1e880 (commit)
via 4c086cc2add853b746bb201739353668b4b3f43d (commit)
via ea40a55e21218711181c04aceb2fe8c84a63cb42 (commit)
via a4181143fb4e593d871103518d2026c132bb17e4 (commit)
via bb8ef5ebaf3f37a898a34d105d5f69831e93805d (commit)
via dcc65bdb89751eea81678ecba1823576c665ef1c (commit)
via a9e123d60273a13682fa669a92ebfad87a807eaf (commit)
via f9575f4bd8e9ebcc054b29dc300cc2c36b39ab7e (commit)
via ff6c2eb4362a38ddb6589836bc944521ea8773df (commit)
via 709d7453bed3bdfdc5ce9e1b91ce2909ffb04265 (commit)
via 459982abaac547d10c9fc7cd47207c11af846094 (commit)
via ce7b9db43c6e4cfca131a83ba27dda877f66490d (commit)
via 0bbfc6d45e7d1b4f23cf38455846339c1733fc9f (commit)
via 0f9ca3f240f567f57fa4a5f78dcddcd47cf960c4 (commit)
via ff2badba10730657210b587724b237066fb0c72f (commit)
via 5a5b21f623dc5b3eb7b98453870d1d0c92598361 (commit)
via 2fce90ba82d02ebddc477891266873bf2b6c626b (commit)
via 0f054ab178968c191a1bbd684f0b9859abdcf3b4 (commit)
via 5c8332350c160292916e0e57fecd6cb2253d6864 (commit)
via c24ad6e178d18b0624d401dbcbaa8473ad48948e (commit)
via 458545e5b34aef22d6c26d366e1dce44484f88d2 (commit)
via fa4d62ce6ab0b245599210adc98e0dd4d58d72e0 (commit)
via 626328e7c400ea9f24e9852994d985362c4ba298 (commit)
via 757ecee293aab2e3ebfefc2aacb990b39b58fd74 (commit)
via fc25a92200e881f7c6c9151bba9ab52841080923 (commit)
via bd2e9e66dc68e57165ffb91d116fc3f2d9ce09a8 (commit)
via 2729732998bd37228c1c9eb010344ade1f8ef863 (commit)
via 022fbea0030d1a74f6ace4cecb2e6964c600da64 (commit)
via 1b1120b3f5a1e0f7f24efc2ec772c5e12a76bc50 (commit)
via d47bab9891d49b99a02b46a7daa5a3a827a3d14b (commit)
via 8ae73c636d54e720c66faa29f0c8d0ac8e3775b0 (commit)
via 50b6eac47f637a8772dcf9c1d37a51fdcf85d923 (commit)
via cf762587997584d892b79683d8f3ad12587977a8 (commit)
via 0a207bac677584d5d3f6b2d4b9b432017b534516 (commit)
via 0ec163b5154819b7c99190ecf182ab56eaf8dc0f (commit)
via 8c01f76ae466dcaa43f26383c84e10f19c98bbc6 (commit)
via 51552515fba2b6b02936453bfb4654d6feba9bd5 (commit)
via ad47a9d537db0c55289654a442252fe12a987e30 (commit)
via 30e95fb645a67a5f6b71c6c312e51d58f6e97d04 (commit)
via b396adf88ca2f5e01f9fc7a7ba97e3796363a0ae (commit)
via 98a3d47da9e3da5eadbd252c58dc35d72fa04805 (commit)
via f2377c1e11583e70ac045c8f7ae7cddbed8ce21d (commit)
via e187f5b52f07002148d8ea3bfba4ce1526d37e75 (commit)
via bbfda457ba77193cddcb411a4cd778f43b8ee4a3 (commit)
via 65a2cb51da96c6e07553ba20019199274498045c (commit)
via f786d00fc1ef0212a89bac4684bc69bb93a0efee (commit)
via 6d026d437377fad7e66e704dab124fae264a4d3f (commit)
via 2eec45a829137c323a48f0861071fe30804e24f6 (commit)
via 8cdc1c98a3255724dbe98f1468faf3f7befd092a (commit)
via 3e5234bec9f1f8bf8608e229888223574d601157 (commit)
via 1649631135906003e2c035cd130dc602cc9a5bb1 (commit)
via dd0c5a133d04edd2ac13020e7af84d99c57c53ee (commit)
via 08b0070e8ac64f12eefb12dc08c59ac47b59466c (commit)
via c4dae585b7fd41266aadc597fe919ff9e1d9dd38 (commit)
via d7a40d714e3f14b49eafaa7a935c9722ee7dc0a7 (commit)
via 1632d4971b30dedb42fe8979a6357094ae9d85d5 (commit)
via 8a4d1fbbe2fede36929b4516cc65c017f1b2feff (commit)
via 229014d8da8acf6dbcf7dd3e1152ddcb22e14626 (commit)
via ce6e986c0e7dbbf85924ee19eec1261a992c9f1d (commit)
via e3d6d701e84b7c295723434e75e8c773e89ec780 (commit)
via 1aac159dae1e627aeea158cf7f25bdb12e765565 (commit)
via d8ee11ffcb5f507caeabbe967a6a55f000de3f9f (commit)
via 3c5766d716e72e5648c44a04750fdab6af2c317c (commit)
via 52abf0e53e4875e6034cc717b6370c8239ea769c (commit)
via 1e9a162b62ded38cf821d97f0becf3fca3f4ced8 (commit)
via be9fd25f8414efa01be5ac6fe1254c9a4e682b2b (commit)
via 6250db230db1860501a3ba85e786ece492db7519 (commit)
via 4b06289e3b29088604f679d70b9d97e6bacc1d4a (commit)
via 9dad77a2a83e4bcf4ab86d2b9bfe0b2ba4b5f827 (commit)
via 6cdc6bed9f20a8c936b10b697d79dcd4b605f8f2 (commit)
via 3f85927410d726f56118e0ec3c6e9c2d2d3228c8 (commit)
via 0c8f8d345dee478b296c96af598227f95b78362c (commit)
via 7411ff29d3bc7a6bd6704ad7493970ae3cd77be7 (commit)
via 0b24bd0d326feb69c50bea28661a90a00e22769d (commit)
via a64bae200536bf45d824994c8371c7fd4f596f6d (commit)
via e984f190b35c21c8eb5155d83dca54e0c6ee23ec (commit)
via 6f92064a6745770273f2da57ba6e8a1fdf97a2b1 (commit)
via 7010585c1548372a4c0615de5340b4c3f6a7f213 (commit)
via 394528650c59af031774f4d57f8905d42489f95f (commit)
via 1993637767f7c824ac5a3b7cea63ddb0642c77dc (commit)
via fd57bed1cb6185b1f2f84968c174cd39a132f1f9 (commit)
via 2917970402653a28926d5678e4fcc2558dd4c202 (commit)
via 109a9fa99ab293b646eca81478ce0eda73159050 (commit)
via affe6ff54e2a6badb0953d4631d003bce37d12f2 (commit)
via 5c09c60be9606bf68786c85e93cdf950157f6443 (commit)
via 55993515c73835976dc68b207dc9e27ca6be9053 (commit)
via 02f5d23a4fa89b976b44f3f3d7772f4d2a6f50f1 (commit)
via 4e23b9c3635bd1171ddc696296c41fb69d3320e1 (commit)
via d5683b238d232bc5e41f329574ecb0b6d1988dd9 (commit)
via fb23b686e4f3791056d9d526e6375e929674eab8 (commit)
via 8e43018e4ace79795a95c6d30b5d757a0610eff1 (commit)
via db11ba45242993e25c918534aede80dc606f0e22 (commit)
via d0458b1f42d41b2d70fe9e9f4360e7e7faf0ad4f (commit)
via 3def9b206c200e4ebb3243e5d5a8acd95200f2b1 (commit)
via 14f562be48531cd9b8c565d32c5cf3895707475c (commit)
via 883912f4a04a363f8d2f8b038783d72054555430 (commit)
via 12bf3ec0708cb4a284005aa422b7e9718f1c4ad6 (commit)
via 36659aa0e2419382795261a1ecf3425eb093cff2 (commit)
via 74defafaf2cfc9a9c4e1a58472da2a81bae49371 (commit)
via d39e0c56212a801e925001c9c3d92e537e855688 (commit)
via afb1781b556c029c54cf2319c6b762826a56005c (commit)
via c9c30bd201447a328261171190749e24e7131d8c (commit)
via 8d1c533ec13901f145b9e1e2503e48991def41d1 (commit)
via 45cf75ac12139c7f015d0c55487b2fc26b6c8511 (commit)
via f6045c43b588a592ba520a244f0782fe078e60f3 (commit)
via e6d2caf035d1f29bc70cc7a6996ee6abd2a3ee5d (commit)
via d60ed4e8036eee0e77b3147d4f6b0665ae3cb549 (commit)
via 55d0094d8ab372e93996cd77021bf1c6b6635f64 (commit)
via 232179ad712e1b98ede8576ba8aa0174a077db67 (commit)
via 9413bc6665a4704a402a5ab11d4e971fa317d1fc (commit)
via 19f43429c32a36c6a84f646a9b5a4761eeb25d32 (commit)
via a443f831145700898c9f6922e58ec44d68bbe08d (commit)
via 004c8e2b132e081abfd48295aae533f7de04e237 (commit)
from 27e98f45325d21f900fe7284878885f1a27cbfc7 (commit)
- Log -----------------------------------------------------------------
commit 510f32714ae1c42d24bc2849518cade6b116e8d4
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:29:31 2011 +0200
Translation update done using Pootle.
commit 297246f297b95ddad8ba6ff80765075738f90cbb
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:29:12 2011 +0200
Translation update done using Pootle.
commit 9dc8b6edb6ca84d0f87aca8f7918060ea582ec55
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:28:33 2011 +0200
Translation update done using Pootle.
commit c4ca223150b5590cba96839d3c3b860d970c3bc5
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:20:37 2011 +0200
Translation update done using Pootle.
commit b9862ca6b4197c2fc1a7f930531e5e6d167223a1
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:20:24 2011 +0200
Translation update done using Pootle.
commit 37aa2e6e33f6d9acd99b3ee476e9998c6bf1d9d7
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:19:59 2011 +0200
Translation update done using Pootle.
commit 96a8193a1cf47194ccc140561670cdcd319d7d34
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:17:26 2011 +0200
Translation update done using Pootle.
commit cf830f63ef928cab67a4f1031d4e0651f6be3bdf
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:04:50 2011 +0200
Translation update done using Pootle.
commit d912465d1394e7213f8afd7e271aa250ab97d2a6
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:02:49 2011 +0200
Translation update done using Pootle.
commit c90c7826bf0f3262b95889423a7f304beef1e880
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:01:59 2011 +0200
Translation update done using Pootle.
commit 4c086cc2add853b746bb201739353668b4b3f43d
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 09:00:23 2011 +0200
Translation update done using Pootle.
commit ea40a55e21218711181c04aceb2fe8c84a63cb42
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 08:58:40 2011 +0200
Translation update done using Pootle.
commit a4181143fb4e593d871103518d2026c132bb17e4
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 08:58:03 2011 +0200
Translation update done using Pootle.
commit bb8ef5ebaf3f37a898a34d105d5f69831e93805d
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 08:54:53 2011 +0200
Translation update done using Pootle.
commit dcc65bdb89751eea81678ecba1823576c665ef1c
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 08:53:42 2011 +0200
Translation update done using Pootle.
commit a9e123d60273a13682fa669a92ebfad87a807eaf
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 08:53:34 2011 +0200
Translation update done using Pootle.
commit f9575f4bd8e9ebcc054b29dc300cc2c36b39ab7e
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 08:53:26 2011 +0200
Translation update done using Pootle.
commit ff6c2eb4362a38ddb6589836bc944521ea8773df
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Feb 9 05:21:08 2011 +0200
Translation update done using Pootle.
commit 709d7453bed3bdfdc5ce9e1b91ce2909ffb04265
Merge: 459982abaac547d10c9fc7cd47207c11af846094 27e98f45325d21f900fe7284878885f1a27cbfc7
Author: Pootle server <pootle(a)cihar.com>
Date: Wed Feb 9 00:40:05 2011 +0100
Merge remote branch 'origin/master'
commit 459982abaac547d10c9fc7cd47207c11af846094
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:09:03 2011 +0200
Translation update done using Pootle.
commit ce7b9db43c6e4cfca131a83ba27dda877f66490d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:07:09 2011 +0200
Translation update done using Pootle.
commit 0bbfc6d45e7d1b4f23cf38455846339c1733fc9f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:06:53 2011 +0200
Translation update done using Pootle.
commit 0f9ca3f240f567f57fa4a5f78dcddcd47cf960c4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:06:08 2011 +0200
Translation update done using Pootle.
commit ff2badba10730657210b587724b237066fb0c72f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:05:37 2011 +0200
Translation update done using Pootle.
commit 5a5b21f623dc5b3eb7b98453870d1d0c92598361
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:04:48 2011 +0200
Translation update done using Pootle.
commit 2fce90ba82d02ebddc477891266873bf2b6c626b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:04:23 2011 +0200
Translation update done using Pootle.
commit 0f054ab178968c191a1bbd684f0b9859abdcf3b4
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:03:16 2011 +0200
Translation update done using Pootle.
commit 5c8332350c160292916e0e57fecd6cb2253d6864
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:02:44 2011 +0200
Translation update done using Pootle.
commit c24ad6e178d18b0624d401dbcbaa8473ad48948e
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 01:02:21 2011 +0200
Translation update done using Pootle.
commit 458545e5b34aef22d6c26d366e1dce44484f88d2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:59:59 2011 +0200
Translation update done using Pootle.
commit fa4d62ce6ab0b245599210adc98e0dd4d58d72e0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:58:20 2011 +0200
Translation update done using Pootle.
commit 626328e7c400ea9f24e9852994d985362c4ba298
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:57:08 2011 +0200
Translation update done using Pootle.
commit 757ecee293aab2e3ebfefc2aacb990b39b58fd74
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:56:14 2011 +0200
Translation update done using Pootle.
commit fc25a92200e881f7c6c9151bba9ab52841080923
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:55:18 2011 +0200
Translation update done using Pootle.
commit bd2e9e66dc68e57165ffb91d116fc3f2d9ce09a8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:39:39 2011 +0200
Translation update done using Pootle.
commit 2729732998bd37228c1c9eb010344ade1f8ef863
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:37:17 2011 +0200
Translation update done using Pootle.
commit 022fbea0030d1a74f6ace4cecb2e6964c600da64
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:32:23 2011 +0200
Translation update done using Pootle.
commit 1b1120b3f5a1e0f7f24efc2ec772c5e12a76bc50
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:30:52 2011 +0200
Translation update done using Pootle.
commit d47bab9891d49b99a02b46a7daa5a3a827a3d14b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:26:34 2011 +0200
Translation update done using Pootle.
commit 8ae73c636d54e720c66faa29f0c8d0ac8e3775b0
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:26:04 2011 +0200
Translation update done using Pootle.
commit 50b6eac47f637a8772dcf9c1d37a51fdcf85d923
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:23:21 2011 +0200
Translation update done using Pootle.
commit cf762587997584d892b79683d8f3ad12587977a8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:16:01 2011 +0200
Translation update done using Pootle.
commit 0a207bac677584d5d3f6b2d4b9b432017b534516
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:15:47 2011 +0200
Translation update done using Pootle.
commit 0ec163b5154819b7c99190ecf182ab56eaf8dc0f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:15:00 2011 +0200
Translation update done using Pootle.
commit 8c01f76ae466dcaa43f26383c84e10f19c98bbc6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:13:03 2011 +0200
Translation update done using Pootle.
commit 51552515fba2b6b02936453bfb4654d6feba9bd5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:12:09 2011 +0200
Translation update done using Pootle.
commit ad47a9d537db0c55289654a442252fe12a987e30
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:11:51 2011 +0200
Translation update done using Pootle.
commit 30e95fb645a67a5f6b71c6c312e51d58f6e97d04
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:11:43 2011 +0200
Translation update done using Pootle.
commit b396adf88ca2f5e01f9fc7a7ba97e3796363a0ae
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:11:40 2011 +0200
Translation update done using Pootle.
commit 98a3d47da9e3da5eadbd252c58dc35d72fa04805
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:11:26 2011 +0200
Translation update done using Pootle.
commit f2377c1e11583e70ac045c8f7ae7cddbed8ce21d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:11:10 2011 +0200
Translation update done using Pootle.
commit e187f5b52f07002148d8ea3bfba4ce1526d37e75
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:10:56 2011 +0200
Translation update done using Pootle.
commit bbfda457ba77193cddcb411a4cd778f43b8ee4a3
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:10:48 2011 +0200
Translation update done using Pootle.
commit 65a2cb51da96c6e07553ba20019199274498045c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:10:39 2011 +0200
Translation update done using Pootle.
commit f786d00fc1ef0212a89bac4684bc69bb93a0efee
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:09:38 2011 +0200
Translation update done using Pootle.
commit 6d026d437377fad7e66e704dab124fae264a4d3f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:09:31 2011 +0200
Translation update done using Pootle.
commit 2eec45a829137c323a48f0861071fe30804e24f6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:09:24 2011 +0200
Translation update done using Pootle.
commit 8cdc1c98a3255724dbe98f1468faf3f7befd092a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:09:16 2011 +0200
Translation update done using Pootle.
commit 3e5234bec9f1f8bf8608e229888223574d601157
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:09:09 2011 +0200
Translation update done using Pootle.
commit 1649631135906003e2c035cd130dc602cc9a5bb1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:09:04 2011 +0200
Translation update done using Pootle.
commit dd0c5a133d04edd2ac13020e7af84d99c57c53ee
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:08:28 2011 +0200
Translation update done using Pootle.
commit 08b0070e8ac64f12eefb12dc08c59ac47b59466c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:08:14 2011 +0200
Translation update done using Pootle.
commit c4dae585b7fd41266aadc597fe919ff9e1d9dd38
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:07:56 2011 +0200
Translation update done using Pootle.
commit d7a40d714e3f14b49eafaa7a935c9722ee7dc0a7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:07:43 2011 +0200
Translation update done using Pootle.
commit 1632d4971b30dedb42fe8979a6357094ae9d85d5
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:07:30 2011 +0200
Translation update done using Pootle.
commit 8a4d1fbbe2fede36929b4516cc65c017f1b2feff
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:07:24 2011 +0200
Translation update done using Pootle.
commit 229014d8da8acf6dbcf7dd3e1152ddcb22e14626
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:07:10 2011 +0200
Translation update done using Pootle.
commit ce6e986c0e7dbbf85924ee19eec1261a992c9f1d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:06:58 2011 +0200
Translation update done using Pootle.
commit e3d6d701e84b7c295723434e75e8c773e89ec780
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:06:40 2011 +0200
Translation update done using Pootle.
commit 1aac159dae1e627aeea158cf7f25bdb12e765565
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:06:28 2011 +0200
Translation update done using Pootle.
commit d8ee11ffcb5f507caeabbe967a6a55f000de3f9f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:06:19 2011 +0200
Translation update done using Pootle.
commit 3c5766d716e72e5648c44a04750fdab6af2c317c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:06:16 2011 +0200
Translation update done using Pootle.
commit 52abf0e53e4875e6034cc717b6370c8239ea769c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:06:05 2011 +0200
Translation update done using Pootle.
commit 1e9a162b62ded38cf821d97f0becf3fca3f4ced8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:05:41 2011 +0200
Translation update done using Pootle.
commit be9fd25f8414efa01be5ac6fe1254c9a4e682b2b
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:05:32 2011 +0200
Translation update done using Pootle.
commit 6250db230db1860501a3ba85e786ece492db7519
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:05:29 2011 +0200
Translation update done using Pootle.
commit 4b06289e3b29088604f679d70b9d97e6bacc1d4a
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:05:22 2011 +0200
Translation update done using Pootle.
commit 9dad77a2a83e4bcf4ab86d2b9bfe0b2ba4b5f827
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:05:11 2011 +0200
Translation update done using Pootle.
commit 6cdc6bed9f20a8c936b10b697d79dcd4b605f8f2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:05:02 2011 +0200
Translation update done using Pootle.
commit 3f85927410d726f56118e0ec3c6e9c2d2d3228c8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:04:54 2011 +0200
Translation update done using Pootle.
commit 0c8f8d345dee478b296c96af598227f95b78362c
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:04:45 2011 +0200
Translation update done using Pootle.
commit 7411ff29d3bc7a6bd6704ad7493970ae3cd77be7
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:02:10 2011 +0200
Translation update done using Pootle.
commit 0b24bd0d326feb69c50bea28661a90a00e22769d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Wed Feb 9 00:01:33 2011 +0200
Translation update done using Pootle.
commit a64bae200536bf45d824994c8371c7fd4f596f6d
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:58:09 2011 +0200
Translation update done using Pootle.
commit e984f190b35c21c8eb5155d83dca54e0c6ee23ec
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:52:42 2011 +0200
Translation update done using Pootle.
commit 6f92064a6745770273f2da57ba6e8a1fdf97a2b1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:52:02 2011 +0200
Translation update done using Pootle.
commit 7010585c1548372a4c0615de5340b4c3f6a7f213
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:51:28 2011 +0200
Translation update done using Pootle.
commit 394528650c59af031774f4d57f8905d42489f95f
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:47:26 2011 +0200
Translation update done using Pootle.
commit 1993637767f7c824ac5a3b7cea63ddb0642c77dc
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:47:14 2011 +0200
Translation update done using Pootle.
commit fd57bed1cb6185b1f2f84968c174cd39a132f1f9
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:45:23 2011 +0200
Translation update done using Pootle.
commit 2917970402653a28926d5678e4fcc2558dd4c202
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:42:34 2011 +0200
Translation update done using Pootle.
commit 109a9fa99ab293b646eca81478ce0eda73159050
Merge: affe6ff54e2a6badb0953d4631d003bce37d12f2 677e5a5da74080c0b08d8ca3e159aedc82670e76
Author: Pootle server <pootle(a)cihar.com>
Date: Tue Feb 8 22:40:05 2011 +0100
Merge remote branch 'origin/master'
commit affe6ff54e2a6badb0953d4631d003bce37d12f2
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:39:51 2011 +0200
Translation update done using Pootle.
commit 5c09c60be9606bf68786c85e93cdf950157f6443
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:39:03 2011 +0200
Translation update done using Pootle.
commit 55993515c73835976dc68b207dc9e27ca6be9053
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:38:55 2011 +0200
Translation update done using Pootle.
commit 02f5d23a4fa89b976b44f3f3d7772f4d2a6f50f1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:37:00 2011 +0200
Translation update done using Pootle.
commit 4e23b9c3635bd1171ddc696296c41fb69d3320e1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:36:36 2011 +0200
Translation update done using Pootle.
commit d5683b238d232bc5e41f329574ecb0b6d1988dd9
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:32:42 2011 +0200
Translation update done using Pootle.
commit fb23b686e4f3791056d9d526e6375e929674eab8
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:32:34 2011 +0200
Translation update done using Pootle.
commit 8e43018e4ace79795a95c6d30b5d757a0610eff1
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:27:54 2011 +0200
Translation update done using Pootle.
commit db11ba45242993e25c918534aede80dc606f0e22
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:26:37 2011 +0200
Translation update done using Pootle.
commit d0458b1f42d41b2d70fe9e9f4360e7e7faf0ad4f
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:25:38 2011 +0200
Translation update done using Pootle.
commit 3def9b206c200e4ebb3243e5d5a8acd95200f2b1
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:25:05 2011 +0200
Translation update done using Pootle.
commit 14f562be48531cd9b8c565d32c5cf3895707475c
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:24:57 2011 +0200
Translation update done using Pootle.
commit 883912f4a04a363f8d2f8b038783d72054555430
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:24:22 2011 +0200
Translation update done using Pootle.
commit 12bf3ec0708cb4a284005aa422b7e9718f1c4ad6
Author: Matías Bellone <matiasbellone(a)gmail.com>
Date: Tue Feb 8 23:24:19 2011 +0200
Translation update done using Pootle.
commit 36659aa0e2419382795261a1ecf3425eb093cff2
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:23:56 2011 +0200
Translation update done using Pootle.
commit 74defafaf2cfc9a9c4e1a58472da2a81bae49371
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:23:21 2011 +0200
Translation update done using Pootle.
commit d39e0c56212a801e925001c9c3d92e537e855688
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:22:15 2011 +0200
Translation update done using Pootle.
commit afb1781b556c029c54cf2319c6b762826a56005c
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:21:49 2011 +0200
Translation update done using Pootle.
commit c9c30bd201447a328261171190749e24e7131d8c
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:20:58 2011 +0200
Translation update done using Pootle.
commit 8d1c533ec13901f145b9e1e2503e48991def41d1
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:20:08 2011 +0200
Translation update done using Pootle.
commit 45cf75ac12139c7f015d0c55487b2fc26b6c8511
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:18:43 2011 +0200
Translation update done using Pootle.
commit f6045c43b588a592ba520a244f0782fe078e60f3
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:18:27 2011 +0200
Translation update done using Pootle.
commit e6d2caf035d1f29bc70cc7a6996ee6abd2a3ee5d
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:18:16 2011 +0200
Translation update done using Pootle.
commit d60ed4e8036eee0e77b3147d4f6b0665ae3cb549
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:16:17 2011 +0200
Translation update done using Pootle.
commit 55d0094d8ab372e93996cd77021bf1c6b6635f64
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:16:01 2011 +0200
Translation update done using Pootle.
commit 232179ad712e1b98ede8576ba8aa0174a077db67
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:14:13 2011 +0200
Translation update done using Pootle.
commit 9413bc6665a4704a402a5ab11d4e971fa317d1fc
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:13:58 2011 +0200
Translation update done using Pootle.
commit 19f43429c32a36c6a84f646a9b5a4761eeb25d32
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:13:43 2011 +0200
Translation update done using Pootle.
commit a443f831145700898c9f6922e58ec44d68bbe08d
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:12:32 2011 +0200
Translation update done using Pootle.
commit 004c8e2b132e081abfd48295aae533f7de04e237
Author: stefan <stefan(a)inkopsforum.se>
Date: Tue Feb 8 23:11:21 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/es.po | 205 +++++++++++++++++++++++++++++++++--------------------------
po/sv.po | 73 +++++++--------------
po/zh_CN.po | 109 +++++--------------------------
3 files changed, 157 insertions(+), 230 deletions(-)
diff --git a/po/es.po b/po/es.po
index 8d4a2d6..600f402 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-08 17:09+0100\n"
-"PO-Revision-Date: 2011-02-06 16:30+0200\n"
-"Last-Translator: Adolfo Jayme Barrientos <fitoschido(a)gmail.com>\n"
+"PO-Revision-Date: 2011-02-09 01:09+0200\n"
+"Last-Translator: Matías Bellone <matiasbellone(a)gmail.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -112,6 +112,8 @@ msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
+"El archivo %s no está disponible en este sistema, favor de visitar "
+"www.phpmyadmin.net para más información"
#: db_create.php:58
#, php-format
@@ -564,7 +566,7 @@ msgid "Delete the matches for the %s table?"
msgstr "¿ Eliminar las coincidencias para la tabla %s ?"
#: db_search.php:272
-#, fuzzy, php-format
+#, php-format
#| msgid "<b>Total:</b> <i>%s</i> match(es)"
msgid "<b>Total:</b> <i>%s</i> match"
msgid_plural "<b>Total:</b> <i>%s</i> matches"
@@ -596,7 +598,6 @@ msgid "Inside column:"
msgstr "Dentro de la columna"
#: db_structure.php:59
-#, fuzzy
#| msgid "No tables found in database."
msgid "No tables found in database"
msgstr "No se han encontrado tablas en la base de datos."
@@ -1179,10 +1180,9 @@ msgstr ""
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:115
-#, fuzzy
#| msgid "Check for latest version"
msgid ", latest stable version:"
-msgstr "Buscar si existe una versión más reciente"
+msgstr ", versión estable más reciente"
#. l10n: Display text for calendar close link
#: js/messages.php:130
@@ -2137,19 +2137,21 @@ msgstr ""
msgid "There are no files to upload"
msgstr "No hay archivos para subir"
+# Used for http://www.phpmyadmin.net/documentation/Documentation.html#cfg_NavigationBa…
#: libraries/config.values.php:45 libraries/config.values.php:50
msgid "Both"
-msgstr ""
+msgstr "Ambos"
+# Used for http://www.phpmyadmin.net/documentation/Documentation.html#cfg_InitialSlide…
#: libraries/config.values.php:74
msgid "Open"
-msgstr ""
+msgstr "Desplegados"
+# http://www.phpmyadmin.net/documentation/Documentation.html#cfg_InitialSlide…
#: libraries/config.values.php:74
-#, fuzzy
#| msgid "Close"
msgid "Closed"
-msgstr "Cerrar"
+msgstr "Ocultos"
#: libraries/config.values.php:95 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
@@ -2301,15 +2303,16 @@ msgstr "Guardar"
msgid "Reset"
msgstr "Reiniciar"
+# Description of http://www.phpmyadmin.net/documentation/Documentation.html#cfg_AjaxEnable
#: libraries/config/messages.inc.php:17
msgid "Improves efficiency of screen refresh"
-msgstr ""
+msgstr "Mejora la eficiencia de las actualizaciones de pantalla"
+# Name of http://www.phpmyadmin.net/documentation/Documentation.html#cfg_AjaxEnable
#: libraries/config/messages.inc.php:18
-#, fuzzy
#| msgid "Enabled"
msgid "Enable Ajax"
-msgstr "Habilitado"
+msgstr "Habilitar AJAX"
#: libraries/config/messages.inc.php:19
msgid ""
@@ -2576,7 +2579,6 @@ msgstr "Compresión"
#: libraries/export/latex.php:71 libraries/export/ods.php:24
#: libraries/export/odt.php:57 libraries/export/texytext.php:27
#: libraries/export/xls.php:24 libraries/export/xlsx.php:24
-#, fuzzy
#| msgid "Put fields names in the first row"
msgid "Put columns names in the first row"
msgstr "Poner los nombres de campo en la primera fila"
@@ -2616,11 +2618,11 @@ msgstr "Columnas terminadas en"
msgid "Lines terminated by"
msgstr "Líneas terminadas en"
+# Used on libraries/export/csv.php to decide what level of compatibility needs due to excel version
#: libraries/config/messages.inc.php:80
-#, fuzzy
#| msgid "Excel edition"
msgid "Excel edition"
-msgstr "Edición Excel"
+msgstr "Versión de Excel"
#: libraries/config/messages.inc.php:83
msgid "Database name template"
@@ -2725,8 +2727,8 @@ msgstr "Usar la opción ignore inserts"
msgid "Maximal length of created query"
msgstr "Longitud máxima de la consulta creada"
+# Used as description for SQL syntax Export Type (options are INSERT, UPDATE and REPLACE)
#: libraries/config/messages.inc.php:135
-#, fuzzy
msgid "Export type"
msgstr "Tipo de exportación"
@@ -2968,10 +2970,9 @@ msgid "Enter server connection parameters"
msgstr "Escriba los ajustes básicos del servidor"
#: libraries/config/messages.inc.php:201
-#, fuzzy
#| msgid "Configuration file"
msgid "Configuration storage"
-msgstr "Archivo de configuración"
+msgstr "Almacenamiento de configuración"
#: libraries/config/messages.inc.php:202
msgid ""
@@ -3126,7 +3127,7 @@ msgstr "Importación parcial: permitir interrupciones"
#: libraries/config/messages.inc.php:240 libraries/config/messages.inc.php:247
#: libraries/import/csv.php:26 libraries/import/ldi.php:39
msgid "Do not abort on INSERT error"
-msgstr ""
+msgstr "No abortar si ocurre un error con INSERT "
#: libraries/config/messages.inc.php:241 libraries/config/messages.inc.php:249
#: libraries/import/csv.php:25 libraries/import/ldi.php:38
@@ -3295,6 +3296,8 @@ msgstr "Cejas claras"
msgid ""
"Maximum number of characters shown in any non-numeric column on browse view"
msgstr ""
+"Cantidad máxima de caracteres a mostrar en un campo no-numérico en vista de "
+"navegación"
#: libraries/config/messages.inc.php:288
msgid "Limit column characters"
@@ -3413,6 +3416,8 @@ msgid ""
"Disable the default warning that is displayed if mcrypt is missing for "
"cookie authentication"
msgstr ""
+"Desactivar advertencia predeterminada que se muestra si no se encuentra "
+"mcrypt para la cookie de autenticación"
#: libraries/config/messages.inc.php:311
msgid "mcrypt warning"
@@ -3431,24 +3436,22 @@ msgid "Memory limit"
msgstr "Límite de la memoria"
#: libraries/config/messages.inc.php:314
-#, fuzzy
#| msgid "Show/Hide left menu"
msgid "Show left delete link"
-msgstr "Ocultar/mostrar menú izquierdo"
+msgstr "Ocultar/mostrar menú de borrado a la izquierda"
#: libraries/config/messages.inc.php:315
msgid "Show right delete link"
-msgstr ""
+msgstr "Ocultar/mostrar menú de modificación a la derecha"
#: libraries/config/messages.inc.php:316
msgid "Use natural order for sorting table and database names"
-msgstr ""
+msgstr "Utilizar orden natural para ordenar nombres de tablas y bases de datos"
#: libraries/config/messages.inc.php:317
-#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
-msgstr "Modificar el ORDER BY de la tabla"
+msgstr "Orden natural"
#: libraries/config/messages.inc.php:318 libraries/config/messages.inc.php:328
msgid "Use only icons, only text or both"
@@ -3461,6 +3464,7 @@ msgstr "Barra de navegación mediante íconos"
#: libraries/config/messages.inc.php:320
msgid "use GZip output buffering for increased speed in HTTP transfers"
msgstr ""
+"Utilizar búfer en salida de GZip para mayor velocidad en transferencias HTTP"
#: libraries/config/messages.inc.php:321
msgid "GZip output buffering"
@@ -3471,6 +3475,8 @@ msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise"
msgstr ""
+"[kbd]SMART[/kbd] - es decir: orden descendente para columnas de tipo TIME, "
+"DATE, DATETIME y TIMESTAMP, ascendente en los demás casos"
#: libraries/config/messages.inc.php:323
msgid "Default sorting order"
@@ -3490,6 +3496,9 @@ msgid ""
"Structure page if any of the required tables for the phpMyAdmin "
"configuration storage could not be found"
msgstr ""
+"Desactivar advertencia por defecto que se muestra en la página de Estructura "
+"de los detalles de la base de datos si alguna de las tablas requeridas por "
+"phpMyAdmin no pudo ser encontrada en el almacenamiento de configuración"
#: libraries/config/messages.inc.php:327
msgid "Missing phpMyAdmin configuration storage tables"
@@ -3504,7 +3513,6 @@ msgid "Disallow BLOB and BINARY columns from editing"
msgstr "No permitir la edición de columnas BLOB y BINARIAS"
#: libraries/config/messages.inc.php:331
-#, fuzzy
#| msgid "Protect binary fields"
msgid "Protect binary columns"
msgstr "Proteger los campos binarios"
@@ -3515,6 +3523,10 @@ msgid ""
"storage). If disabled, this utilizes JS-routines to display query history "
"(lost by window close)."
msgstr ""
+"Activar si se desea histórico de consultas basado en base de datos (necesita "
+"de almacenamiento de configuración phpMyAdmin). Cuando desactivado, utiliza "
+"rutinas JavaScript para mostrar el histórico de consultas (olvidado al "
+"cerrar la ventana)"
#: libraries/config/messages.inc.php:333
msgid "Permanent query history"
@@ -3541,22 +3553,19 @@ msgid "Query window height (in pixels)"
msgstr "Altura (en pixels) de la ventana de consultas"
#: libraries/config/messages.inc.php:340
-#, fuzzy
#| msgid "Query window"
msgid "Query window height"
-msgstr "Ventana de consulta"
+msgstr "Altura de ventana de consulta"
#: libraries/config/messages.inc.php:341
-#, fuzzy
#| msgid "Query window"
msgid "Query window width (in pixels)"
-msgstr "Ventana de consulta"
+msgstr "Anchura de ventana de consulta (en píxeles)"
#: libraries/config/messages.inc.php:342
-#, fuzzy
#| msgid "Query window"
msgid "Query window width"
-msgstr "Ventana de consulta"
+msgstr "Anchura de ventana de consulta"
#: libraries/config/messages.inc.php:343
msgid "Select which functions will be used for character set conversion"
@@ -3571,16 +3580,16 @@ msgstr "Motor de recodificación"
#: libraries/config/messages.inc.php:345
msgid "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
msgstr ""
+"Repetir cabecera cada X celdas, [kbd]0[/kbd] desactiva esta funcionalidad"
#: libraries/config/messages.inc.php:346
-#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
-msgstr "Reparar los procesos"
+msgstr "Repetir cabeceras"
#: libraries/config/messages.inc.php:347
msgid "Show help button instead of Documentation text"
-msgstr ""
+msgstr "Mostrar botón de ayuda en lugar de texto de documentación"
#: libraries/config/messages.inc.php:348
msgid "Show help button"
@@ -3626,10 +3635,12 @@ msgstr "Permitir el login como root"
#: libraries/config/messages.inc.php:358
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth"
msgstr ""
+"Nombre a mostrar como dominio (HTTP Basic Auth Realm) durante la "
+"autenticación HTTP"
#: libraries/config/messages.inc.php:359
msgid "HTTP Realm"
-msgstr ""
+msgstr "Dominio HTTP (Realm)"
#: libraries/config/messages.inc.php:360
msgid ""
@@ -3670,6 +3681,8 @@ msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma_column_info[/kbd]"
msgstr ""
+"Dejar en blanco para evitar comentarios/tipos MIME en celdas, sugerido: "
+"[kbd]pma_column_info[/kbd]"
#: libraries/config/messages.inc.php:367
msgid "Column information table"
@@ -3721,6 +3734,8 @@ msgid ""
"Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
"kbd]"
msgstr ""
+"Dejar en blanco para evitar el soporte de diseñador, sugerido: "
+"[kbd]pma_designer_coords[/kbd]"
#: libraries/config/messages.inc.php:378
msgid "Designer table"
@@ -3762,10 +3777,12 @@ msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
msgstr ""
+"Dejar en blanco para evitar soporte de histórico de consultas SQL, sugerido: "
+"[kbd]pma_history[/kbd]"
#: libraries/config/messages.inc.php:386
msgid "SQL query history table"
-msgstr ""
+msgstr "Tabla de histórico de consultas SQL"
#: libraries/config/messages.inc.php:387
msgid "Hostname where MySQL server is running"
@@ -3788,7 +3805,6 @@ msgid "Connect without password"
msgstr "Conecte sin contraseña"
#: libraries/config/messages.inc.php:392
-#, fuzzy
#| msgid ""
#| "You can use MySQL wildcard characters (% and _), escape them if you want "
#| "to use their literal instances, i.e. use 'my\\_db' and not 'my_db'"
@@ -3800,8 +3816,11 @@ msgid ""
"alphabetical order."
msgstr ""
"Usted puede usar caracteres comodín MySQL (% y _), y usar caracteres de "
-"escape si desea usar sus instancias literales, i.e. use 'my\\_db' y no "
-"'my_db'"
+"escape si desea usar sus instancias literales, es decir, use "
+"[kbd]'my\\_db'[/kbd] y no [kbd]'my_db'[/kbd]. Usando esta opción se puede "
+"ordenar listas de bases de datos, sólo ingrese sus nombres en orden y "
+"utilice [kbd]*[/kbd] al final para mostrar las restantes en orden "
+"alfabético."
#: libraries/config/messages.inc.php:393
msgid "Show only listed databases"
@@ -3819,10 +3838,12 @@ msgstr "Contraseña para config auth"
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
msgstr ""
+"Dejar en blanco para evitar soporte para esquema en PDF, sugerido: "
+"[kbd]pma_pdf_pages[/kbd]"
#: libraries/config/messages.inc.php:397
msgid "PDF schema: pages table"
-msgstr ""
+msgstr "Esquema de PDF: tabla de páginas"
#: libraries/config/messages.inc.php:398
msgid ""
@@ -3836,10 +3857,9 @@ msgstr ""
"phpmyadmin[/kbd]"
#: libraries/config/messages.inc.php:399
-#, fuzzy
#| msgid "database name"
msgid "Database name"
-msgstr "nombre de la base de datos"
+msgstr "Nombre de la base de datos"
#: libraries/config/messages.inc.php:400
msgid "Port on which MySQL server is listening, leave empty for default"
@@ -3898,25 +3918,25 @@ msgid "Server socket"
msgstr "Puerto del servidor"
#: libraries/config/messages.inc.php:411
-#, fuzzy
msgid "Enable SSL for connection to MySQL server"
-msgstr "Conexión de compresión con el servidor SQL"
+msgstr "Habilitar SSL para conexión con el servidor SQL"
#: libraries/config/messages.inc.php:412
msgid "Use SSL"
-msgstr "Use SSL"
+msgstr "Usar SSL"
#: libraries/config/messages.inc.php:413
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]"
msgstr ""
+"Dejar en blanco para evitar soporte de esquema en PDF, sugerido: "
+"[kbd]pma_table_coords[/kbd]"
#: libraries/config/messages.inc.php:414
msgid "PDF schema: table coordinates"
-msgstr ""
+msgstr "Esquema en PDF: tabla de coordenadas"
#: libraries/config/messages.inc.php:415
-#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
#| "links[/a] support, suggested: [kbd]pma_relation[/kbd]"
@@ -3924,57 +3944,62 @@ msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma_table_info[/kbd]"
msgstr ""
-"Deje en blanco para no dar soporte [a@http://wiki.cihar.com/pma/relation]"
-"relation-links[/a], de manera predeterminada: [kbd]pma_relation[/kbd]"
+"Tabla para describir la presentación de las celdas, deje en blanco para "
+"quitar soporte, sugerido: [kbd]pma_table_info[/kbd]"
#: libraries/config/messages.inc.php:416
-#, fuzzy
#| msgid "Display fields table"
msgid "Display columns table"
-msgstr "Mostrar la tabla con los campos"
+msgstr "Mostrar tabla de columnas"
#: libraries/config/messages.inc.php:417
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
+"Si se incluye la sentencia DROP DATABASE IF EXISTS como primera línea del "
+"registro al crear una base de datos o no"
#: libraries/config/messages.inc.php:418
msgid "Add DROP DATABASE"
-msgstr ""
+msgstr "Agregar DROP DATABASE"
#: libraries/config/messages.inc.php:419
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
+"Si se incluye la sentencia DROP TABLE IF EXISTS como primera línea del "
+"registro al crear una tabla"
#: libraries/config/messages.inc.php:420
msgid "Add DROP TABLE"
-msgstr ""
+msgstr "Agregar DROP TABLE"
#: libraries/config/messages.inc.php:421
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
+"Si se incluye la sentencia DROP VIEW IF EXISTS como primera línea del "
+"registro al crear una vista"
#: libraries/config/messages.inc.php:422
msgid "Add DROP VIEW"
-msgstr ""
+msgstr "Agregar DROP VIEW"
#: libraries/config/messages.inc.php:423
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
+"Definir la lista de sentencias que la creación automática usa para nuevas "
+"versiones"
#: libraries/config/messages.inc.php:424
-#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
-msgstr "Enunciado"
+msgstr "Sentencias a rastrear"
#: libraries/config/messages.inc.php:425
-#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
#| "links[/a] support, suggested: [kbd]pma_relation[/kbd]"
@@ -3982,27 +4007,27 @@ msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
"kbd]"
msgstr ""
-"Deje en blanco para no dar soporte [a@http://wiki.cihar.com/pma/relation]"
-"relation-links[/a], de manera predeterminada: [kbd]pma_relation[/kbd]"
+"Deje en blanco para eliminar soporte de rastreo de consultas SQL, valor "
+"sugerido: [kbd]pma_tracking[/kbd]"
#: libraries/config/messages.inc.php:426
msgid "SQL query tracking table"
-msgstr ""
+msgstr "Tabla de rastreo de consultas SQL"
#: libraries/config/messages.inc.php:427
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
+"Si el mecanismo de rastreo crea versiones para tablas y vistas "
+"automáticamente o no"
#: libraries/config/messages.inc.php:428
-#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
-msgstr "Modalidad de recuperación automática"
+msgstr "Crear versiones automáticamente"
#: libraries/config/messages.inc.php:429
-#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
#| "links[/a] support, suggested: [kbd]pma_relation[/kbd]"
@@ -4010,12 +4035,12 @@ msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma_config[/kbd]"
msgstr ""
-"Deje en blanco para no dar soporte [a@http://wiki.cihar.com/pma/relation]"
-"relation-links[/a], de manera predeterminada: [kbd]pma_relation[/kbd]"
+"Deje en blanco para eliminar soporte de almacenamiento de preferencias en "
+"base de datos, valor sugerido : [kbd]pma_config[/kbd]"
#: libraries/config/messages.inc.php:430
msgid "User preferences storage table"
-msgstr ""
+msgstr "Tabla de almacenamiento de preferencias de usuario"
#: libraries/config/messages.inc.php:432
msgid "User for config auth"
@@ -4044,12 +4069,12 @@ msgid "Verbose name of this server"
msgstr "Nombre del servidor, forma extendida"
#: libraries/config/messages.inc.php:437
-#, fuzzy
#| msgid ""
#| "Whether a user should be displayed a "show all (records)" button"
msgid "Whether a user should be displayed a "show all (rows)" button"
msgstr ""
-"Si el usuario puede ver un botón "mostrar todos (los registros)""
+"Si el usuario puede ver un botón "mostrar todos (los registros)" o "
+"no"
#: libraries/config/messages.inc.php:438
msgid "Allow to display all the rows"
@@ -4061,6 +4086,10 @@ msgid ""
"authentication mode because the password is hard coded in the configuration "
"file; this does not limit the ability to execute the same command directly"
msgstr ""
+"Favor de notar que no tiene efecto en el modo de autenticación "
+"[kbd]config[/kbd] debido a que la contraseña está incluída en el archivo de "
+"configuración; esto no limita la capacidad de ejecutar la misma orden "
+"directamente"
#: libraries/config/messages.inc.php:440
msgid "Show password change form"
@@ -4075,26 +4104,29 @@ msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode"
msgstr ""
+"Si inicialmente se muestran los campos de tipo en el modo de "
+"edición/inserción o no"
#: libraries/config/messages.inc.php:443
-#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
-msgstr "Mostrar las tablas que están abiertas"
+msgstr "Mostrar tipo de campos "
#: libraries/config/messages.inc.php:444
msgid "Display the function fields in edit/insert mode"
-msgstr ""
+msgstr "Mostrar campos de función en el modo de edición/inserción"
#: libraries/config/messages.inc.php:445
msgid "Show function fields"
-msgstr "Mostrar los campos de elección"
+msgstr "Mostrar los campos de función"
#: libraries/config/messages.inc.php:446
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output"
msgstr ""
+"Mostrar enlace a salida de "
+"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]"
#: libraries/config/messages.inc.php:447
msgid "Show phpinfo() link"
@@ -4115,6 +4147,8 @@ msgstr "Mostrar las consultas SQL"
#: libraries/config/messages.inc.php:451
msgid "Allow to display database and table statistics (eg. space usage)"
msgstr ""
+"Permitir mostrar estadísiticas de base de datos y tablas (por ejemplo uso de "
+"espacio)"
#: libraries/config/messages.inc.php:452
msgid "Show statistics"
@@ -4125,9 +4159,10 @@ msgid ""
"If tooltips are enabled and a database comment is set, this will flip the "
"comment and the real name"
msgstr ""
+"Si los consejos están habilitados y hay un comentario de base de datos "
+"definido, esto intercambiará el comentario y nombre real"
#: libraries/config/messages.inc.php:454
-#, fuzzy
msgid "Display database comment instead of its name"
msgstr "Mostrar el comentario de la tabla en lugar de su nombre"
@@ -4138,6 +4173,10 @@ msgid ""
"['LeftFrameTableSeparator'] directive, so only the folder is called like the "
"alias, the table name itself stays unchanged"
msgstr ""
+"Definido como [kdb]nested[/kdb], el alias de nombre de tabla es sólo "
+"utilizado para separar/anidar las tablase según la configuración "
+"$cfg['LeftFrameTableSeparator'], de forma que sólo la carpeta sea llamada "
+"como el alias, el nombre de la tabla en sí mismo permanece intacto"
#: libraries/config/messages.inc.php:456
msgid "Display table comment instead of its name"
@@ -10385,19 +10424,3 @@ msgstr "(VIEW) VER nombre"
#: view_operations.php:91
msgid "Rename view to"
msgstr "Cambiar el nombre de la vista a "
-
-#, fuzzy
-#~| msgid "Yes"
-#~ msgid "yes"
-#~ msgstr "Sí"
-
-#, fuzzy
-#~| msgid "Close"
-#~ msgid "closed"
-#~ msgstr "Cerrar"
-
-#~ msgid "to/from page"
-#~ msgstr "página de/a la"
-
-#~ msgid "Disable Statistics"
-#~ msgstr "Desactivar las estadísticas"
diff --git a/po/sv.po b/po/sv.po
index 475f8bd..f84adf3 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-08 17:09+0100\n"
-"PO-Revision-Date: 2011-01-22 15:30+0200\n"
+"PO-Revision-Date: 2011-02-08 23:27+0200\n"
"Last-Translator: <stefan(a)inkopsforum.se>\n"
"Language-Team: swedish <sv(a)li.org>\n"
"Language: sv\n"
@@ -112,6 +112,8 @@ msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
+"Filen %s finns inte i detta system. För mer information gå till "
+"www.phpmyadmin.net"
#: db_create.php:58
#, php-format
@@ -1164,10 +1166,9 @@ msgstr ""
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:115
-#, fuzzy
#| msgid "Check for latest version"
msgid ", latest stable version:"
-msgstr "Sök efter senaste version"
+msgstr "senaste stabila version:"
#. l10n: Display text for calendar close link
#: js/messages.php:130
@@ -2109,17 +2110,16 @@ msgstr "Det finns inga filer att ladda upp"
#: libraries/config.values.php:45 libraries/config.values.php:50
msgid "Both"
-msgstr ""
+msgstr "Båda"
#: libraries/config.values.php:74
msgid "Open"
-msgstr ""
+msgstr "Öppen"
#: libraries/config.values.php:74
-#, fuzzy
#| msgid "Close"
msgid "Closed"
-msgstr "Stäng"
+msgstr "Stängd"
#: libraries/config.values.php:95 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
@@ -2275,13 +2275,12 @@ msgstr "Återställ"
#: libraries/config/messages.inc.php:17
msgid "Improves efficiency of screen refresh"
-msgstr ""
+msgstr "Effektiviserar skärmens uppdateringstid"
#: libraries/config/messages.inc.php:18
-#, fuzzy
#| msgid "Enabled"
msgid "Enable Ajax"
-msgstr "Aktiverat"
+msgstr "Aktivera Ajax"
#: libraries/config/messages.inc.php:19
msgid ""
@@ -4264,7 +4263,7 @@ msgstr "Sök efter senaste version"
#: libraries/config/messages.inc.php:498
msgid "Enables check for latest version on main phpMyAdmin page"
-msgstr ""
+msgstr "Aktivera kontroll efter senaste version på phpMyAdmin hemsida"
#: libraries/config/messages.inc.php:499 setup/lib/index.lib.php:118
#: setup/lib/index.lib.php:125 setup/lib/index.lib.php:142
@@ -4839,7 +4838,7 @@ msgstr "Webbläsaromvandling"
#: libraries/display_tbl.lib.php:1165
msgid "Copy"
-msgstr ""
+msgstr "Kopiera"
#: libraries/display_tbl.lib.php:1180 libraries/display_tbl.lib.php:1192
msgid "The row has been deleted"
@@ -4886,10 +4885,9 @@ msgid "Display chart"
msgstr "Visa diagram"
#: libraries/display_tbl.lib.php:2265
-#, fuzzy
#| msgid "Create User"
msgid "Create view"
-msgstr "Skapa Användare"
+msgstr "Skapa vy"
#: libraries/display_tbl.lib.php:2396
msgid "Link not found"
@@ -5169,20 +5167,21 @@ msgid ""
"Documentation and further information about PBMS can be found on %sThe "
"PrimeBase Media Streaming home page%s."
msgstr ""
+"Dokumentation och ytterligare information finns på %sThe PrimeBase Media "
+"Streaming home page%s."
#: libraries/engines/pbms.lib.php:96 libraries/engines/pbxt.lib.php:127
-#, fuzzy
#| msgid "Relations"
msgid "Related Links"
-msgstr "Relationer"
+msgstr "Liknande länkar"
#: libraries/engines/pbms.lib.php:98
msgid "The PrimeBase Media Streaming Blog by Barry Leslie"
-msgstr ""
+msgstr "PrimeBase Media Streaming Blogg av Barry Leslie"
#: libraries/engines/pbms.lib.php:99
msgid "PrimeBase XT Home Page"
-msgstr ""
+msgstr "PrimeBase XT hemsida"
#: libraries/engines/pbxt.lib.php:22
msgid "Index cache size"
@@ -5337,14 +5336,16 @@ msgid ""
"Documentation and further information about PBXT can be found on the "
"%sPrimeBase XT Home Page%s."
msgstr ""
+"Dokumentation och ytterligare information finns på %sPrimeBase XT Home Page%"
+"s."
#: libraries/engines/pbxt.lib.php:129
msgid "The PrimeBase XT Blog by Paul McCullagh"
-msgstr ""
+msgstr "PrimeBase XT Blogg av Paul McCullagh "
#: libraries/engines/pbxt.lib.php:130
msgid "The PrimeBase Media Streaming (PBMS) home page"
-msgstr ""
+msgstr "PrimeBase Media Streaming (PBMS) hemsida"
#: libraries/export/csv.php:21 libraries/import/csv.php:27
msgid "Columns separated with:"
@@ -6895,21 +6896,18 @@ msgid "Official Homepage"
msgstr "phpMyAdmin:s officiella hemsida"
#: main.php:227
-#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
-msgstr "Attribut"
+msgstr "Bidra"
#: main.php:228
-#, fuzzy
msgid "Get support"
-msgstr "Exportera"
+msgstr "Få support"
#: main.php:229
-#, fuzzy
#| msgid "No change"
msgid "List of changes"
-msgstr "Ingen förändring"
+msgstr "Lista över ändringar"
#: main.php:253
msgid ""
@@ -9764,10 +9762,9 @@ msgid "An index has been added on %s"
msgstr "Ett index har lagts till för %s"
#: tbl_structure.php:471
-#, fuzzy
#| msgid "Show versions"
msgid "Show more actions"
-msgstr "Visa versioner"
+msgstr "Visa fler åtgärder"
#: tbl_structure.php:597 tbl_structure.php:599
msgid "Relation view"
@@ -9982,23 +9979,3 @@ msgstr "Ändra namn till"
#~ msgid "Mailing lists"
#~ msgstr "E-postlistor"
-
-#, fuzzy
-#~| msgid "Yes"
-#~ msgid "yes"
-#~ msgstr "Ja"
-
-#, fuzzy
-#~| msgid "Close"
-#~ msgid "closed"
-#~ msgstr "Stäng"
-
-#~ msgid "to/from page"
-#~ msgstr "till/från sida"
-
-#~ msgid "Disable Statistics"
-#~ msgstr "Stäng av statistik"
-
-#, fuzzy
-#~ msgid "Start"
-#~ msgstr "Start"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index a31cbe7..3948897 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-beta3-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-02-08 17:09+0100\n"
-"PO-Revision-Date: 2011-01-20 03:47+0200\n"
+"PO-Revision-Date: 2011-02-09 09:29+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
"Language: zh_CN\n"
@@ -110,7 +110,7 @@ msgstr "打开远程 URL 失败"
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
-msgstr ""
+msgstr "该系统不支持 %s 文件,请访问 www.phpmyadmin.net 查询更多信息。"
#: db_create.php:58
#, php-format
@@ -1147,10 +1147,9 @@ msgstr "有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:115
-#, fuzzy
#| msgid "Check for latest version"
msgid ", latest stable version:"
-msgstr "检查更新"
+msgstr ",最新稳定版本: "
#. l10n: Display text for calendar close link
#: js/messages.php:130
@@ -2076,14 +2075,13 @@ msgstr "没有可上传的文件"
#: libraries/config.values.php:45 libraries/config.values.php:50
msgid "Both"
-msgstr ""
+msgstr "全部"
#: libraries/config.values.php:74
msgid "Open"
-msgstr ""
+msgstr "开启"
#: libraries/config.values.php:74
-#, fuzzy
#| msgid "Close"
msgid "Closed"
msgstr "关闭"
@@ -2240,13 +2238,12 @@ msgstr "重置"
#: libraries/config/messages.inc.php:17
msgid "Improves efficiency of screen refresh"
-msgstr ""
+msgstr "提高刷新效率"
#: libraries/config/messages.inc.php:18
-#, fuzzy
#| msgid "Enabled"
msgid "Enable Ajax"
-msgstr "已启用"
+msgstr "使用 Ajax"
#: libraries/config/messages.inc.php:19
msgid ""
@@ -4140,7 +4137,7 @@ msgstr "检查更新"
#: libraries/config/messages.inc.php:498
msgid "Enables check for latest version on main phpMyAdmin page"
-msgstr ""
+msgstr "允许在 phpMyAdmin 主页面中检查最新版本"
#: libraries/config/messages.inc.php:499 setup/lib/index.lib.php:118
#: setup/lib/index.lib.php:125 setup/lib/index.lib.php:142
@@ -4702,10 +4699,9 @@ msgid "Browser transformation"
msgstr "浏览器转换"
#: libraries/display_tbl.lib.php:1165
-#, fuzzy
#| msgid "Copyright"
msgid "Copy"
-msgstr "版权"
+msgstr "复制"
#: libraries/display_tbl.lib.php:1180 libraries/display_tbl.lib.php:1192
msgid "The row has been deleted"
@@ -4752,10 +4748,9 @@ msgid "Display chart"
msgstr "显示图表"
#: libraries/display_tbl.lib.php:2265
-#, fuzzy
#| msgid "Create User"
msgid "Create view"
-msgstr "新建用户"
+msgstr "新建视图"
#: libraries/display_tbl.lib.php:2396
msgid "Link not found"
@@ -5023,7 +5018,7 @@ msgstr ""
msgid ""
"Documentation and further information about PBMS can be found on %sThe "
"PrimeBase Media Streaming home page%s."
-msgstr ""
+msgstr "关于 PBMS 的文档和更多信息请参见 %sPrimeBase Media Streaming 主页%s。"
#: libraries/engines/pbms.lib.php:96 libraries/engines/pbxt.lib.php:127
#, fuzzy
@@ -5037,7 +5032,7 @@ msgstr ""
#: libraries/engines/pbms.lib.php:99
msgid "PrimeBase XT Home Page"
-msgstr ""
+msgstr "PrimeBase XT 主页"
#: libraries/engines/pbxt.lib.php:22
msgid "Index cache size"
@@ -5174,7 +5169,7 @@ msgstr ""
msgid ""
"Documentation and further information about PBXT can be found on the "
"%sPrimeBase XT Home Page%s."
-msgstr ""
+msgstr "关于 PBXT 的文档和更多信息请参见 %sPrimeBase XT 主页%s。"
#: libraries/engines/pbxt.lib.php:129
msgid "The PrimeBase XT Blog by Paul McCullagh"
@@ -5182,7 +5177,7 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:130
msgid "The PrimeBase Media Streaming (PBMS) home page"
-msgstr ""
+msgstr "PrimeBase Media Streaming (PBMS) 主页"
#: libraries/export/csv.php:21 libraries/import/csv.php:27
msgid "Columns separated with:"
@@ -6665,22 +6660,19 @@ msgid "Official Homepage"
msgstr "官方主页 (外链,英文)"
#: main.php:227
-#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
-msgstr "属性"
+msgstr "贡献"
#: main.php:228
-#, fuzzy
#| msgid "Replication support"
msgid "Get support"
-msgstr "复制支持"
+msgstr "获取支持"
#: main.php:229
-#, fuzzy
#| msgid "No change"
msgid "List of changes"
-msgstr "无更改"
+msgstr "更新列表"
#: main.php:253
msgid ""
@@ -9406,10 +9398,9 @@ msgid "An index has been added on %s"
msgstr "已将 %s 设为索引"
#: tbl_structure.php:471
-#, fuzzy
#| msgid "Show versions"
msgid "Show more actions"
-msgstr "查看版本"
+msgstr "显示更多操作"
#: tbl_structure.php:597 tbl_structure.php:599
msgid "Relation view"
@@ -9620,67 +9611,3 @@ msgstr "将视图改名为"
#~ msgid "Mailing lists"
#~ msgstr "邮件列表"
-
-#, fuzzy
-#~| msgid "Yes"
-#~ msgid "yes"
-#~ msgstr "是"
-
-#, fuzzy
-#~| msgid "Close"
-#~ msgid "closed"
-#~ msgstr "关闭"
-
-#~ msgid "to/from page"
-#~ msgstr "到/从 页"
-
-#~ msgid "Disable Statistics"
-#~ msgstr "禁用统计"
-
-#~ msgid "Start"
-#~ msgstr "开始"
-
-#~ msgid "Stop"
-#~ msgstr "停止"
-
-#~ msgid "Display table filter"
-#~ msgstr "显示数据表快速搜索框"
-
-#~ msgid ""
-#~ "The additional features for working with linked tables have been "
-#~ "deactivated. To find out why click %shere%s."
-#~ msgstr "链接表的附加功能尚未激活。要查出原因,请点击%s此处%s。"
-
-#~ msgid "Ignore duplicate rows"
-#~ msgstr "忽略重复行"
-
-#~ msgid "Execute bookmarked query"
-#~ msgstr "执行书签中的查询"
-
-#~ msgid "No tables"
-#~ msgstr "没有表"
-
-#~ msgid "Field navigation using Ctrl+Arrows"
-#~ msgstr "使用 Ctrl + 方向键 进行字段浏览"
-
-#~ msgid "Toggle Query Box Visibility"
-#~ msgstr "显示/隐藏查询输入框"
-
-#~ msgid "SVG"
-#~ msgstr "SVG"
-
-#~ msgid "DIA"
-#~ msgstr "DIA"
-
-#~ msgid "VISIO"
-#~ msgstr "VISIO"
-
-#~ msgid "EPS"
-#~ msgstr "EPS"
-
-#~ msgid ""
-#~ "This [a@?page=form&formset=features#tab_Security]option[/a] should be "
-#~ "enabled if your web server supports it"
-#~ msgstr ""
-#~ "若服务器支持,建议启用该[a@?page=form&formset=features#tab_Security]选"
-#~ "项[/a]"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. c124c913e4d784ae7e7eae10715be26fb2a4ce44
by Michal Čihař 09 Feb '11
by Michal Čihař 09 Feb '11
09 Feb '11
The branch, master has been updated
via c124c913e4d784ae7e7eae10715be26fb2a4ce44 (commit)
via c7e03dfd6bd105cbcd0eb05c39b770283b79f5c9 (commit)
via cf21a55d87fa6ddae0ab2ad4a7065864fef98a35 (commit)
from 1f4d68ee62a69f8a37b41de6f21e896d9baf3304 (commit)
- Log -----------------------------------------------------------------
commit c124c913e4d784ae7e7eae10715be26fb2a4ce44
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Feb 9 10:25:59 2011 +0100
Optimize jquery images
commit c7e03dfd6bd105cbcd0eb05c39b770283b79f5c9
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Feb 9 10:24:55 2011 +0100
Optimize images
commit cf21a55d87fa6ddae0ab2ad4a7065864fef98a35
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Feb 9 10:24:20 2011 +0100
Update pmahomme theme
-----------------------------------------------------------------------
Summary of changes:
.../jquery/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 180 -> 87 bytes
.../jquery/images/ui-bg_flat_75_ffffff_40x100.png | Bin 178 -> 87 bytes
.../jquery/images/ui-bg_glass_65_ffffff_1x400.png | Bin 105 -> 99 bytes
.../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 101 -> 86 bytes
graphite/jquery/images/ui-icons_222222_256x240.png | Bin 4369 -> 4193 bytes
graphite/jquery/images/ui-icons_2e83ff_256x240.png | Bin 4369 -> 4193 bytes
graphite/jquery/images/ui-icons_454545_256x240.png | Bin 4369 -> 4193 bytes
graphite/jquery/images/ui-icons_888888_256x240.png | Bin 4369 -> 4193 bytes
graphite/jquery/images/ui-icons_cd0a0a_256x240.png | Bin 4369 -> 4193 bytes
pmahomme/css/theme_left.css.php | 504 ++--
pmahomme/css/theme_print.css.php | 1 -
pmahomme/css/theme_right.css.php | 3396 ++++++++++++--------
{graphite => pmahomme}/img/ajax_clock_small.gif | Bin 1849 -> 1849 bytes
pmahomme/img/arrow_ltr.png | Bin 277 -> 184 bytes
pmahomme/img/arrow_rtl.png | Bin 278 -> 182 bytes
.../b_dbstatistics.png => pmahomme/img/b_chart.png | Bin 541 -> 541 bytes
pmahomme/img/b_docsql.png | Bin 283 -> 231 bytes
pmahomme/img/b_drop.png | Bin 700 -> 715 bytes
pmahomme/img/b_edit.png | Bin 450 -> 444 bytes
pmahomme/img/b_ftext.png | Bin 277 -> 1432 bytes
pmahomme/img/b_help.png | Bin 229 -> 1594 bytes
pmahomme/img/b_index.png | Bin 315 -> 736 bytes
pmahomme/img/b_info.png | Bin 234 -> 187 bytes
pmahomme/img/b_insrow.png | Bin 283 -> 228 bytes
pmahomme/img/b_more.png | Bin 0 -> 1002 bytes
pmahomme/img/b_newtbl.png | Bin 409 -> 325 bytes
pmahomme/img/b_relations.png | Bin 280 -> 217 bytes
pmahomme/img/b_sbrowse.png | Bin 197 -> 566 bytes
pmahomme/img/b_sdb.png | Bin 232 -> 189 bytes
pmahomme/img/b_snewtbl.png | Bin 0 -> 733 bytes
pmahomme/img/b_sqldoc.png | Bin 290 -> 235 bytes
pmahomme/img/b_tblanalyse.png | Bin 296 -> 234 bytes
pmahomme/img/b_tbloptimize.png | Bin 300 -> 241 bytes
pmahomme/img/b_unique.png | Bin 281 -> 1475 bytes
pmahomme/img/b_view.png | Bin 885 -> 820 bytes
pmahomme/img/b_views.png | Bin 477 -> 403 bytes
pmahomme/img/bd_browse.png | Bin 265 -> 200 bytes
pmahomme/img/bd_deltbl.png | Bin 424 -> 257 bytes
pmahomme/img/bd_drop.png | Bin 337 -> 261 bytes
pmahomme/img/bd_empty.png | Bin 298 -> 231 bytes
pmahomme/img/bd_firstpage.png | Bin 238 -> 180 bytes
pmahomme/img/bd_ftext.png | Bin 277 -> 219 bytes
pmahomme/img/bd_index.png | Bin 315 -> 253 bytes
pmahomme/img/bd_insrow.png | Bin 347 -> 274 bytes
pmahomme/img/bd_lastpage.png | Bin 236 -> 180 bytes
pmahomme/img/bd_nextpage.png | Bin 221 -> 167 bytes
pmahomme/img/bd_prevpage.png | Bin 225 -> 167 bytes
pmahomme/img/bd_primary.png | Bin 389 -> 312 bytes
pmahomme/img/bd_sbrowse.png | Bin 197 -> 161 bytes
pmahomme/img/bd_select.png | Bin 524 -> 459 bytes
pmahomme/img/bd_unique.png | Bin 287 -> 218 bytes
pmahomme/img/database_list_li_hover.png | Bin 0 -> 149 bytes
{paradice => pmahomme}/img/docs_menu_bg.png | Bin 148 -> 148 bytes
pmahomme/img/error.ico | Bin 318 -> 5430 bytes
{paradice => pmahomme}/img/eye.png | Bin 750 -> 750 bytes
pmahomme/img/eye_grey.png | Bin 0 -> 347 bytes
pmahomme/img/item.png | Bin 206 -> 175 bytes
pmahomme/img/item_ltr.png | Bin 173 -> 162 bytes
pmahomme/img/item_rtl.png | Bin 173 -> 163 bytes
pmahomme/img/logo_left - Copy.png | Bin 0 -> 4921 bytes
pmahomme/img/logo_left.png | Bin 1997 -> 5381 bytes
pmahomme/img/logo_right.png | Bin 5658 -> 4921 bytes
pmahomme/img/marked_bg.png | Bin 0 -> 1000 bytes
{toba => pmahomme}/img/more.png | Bin 553 -> 553 bytes
{graphite => pmahomme}/img/new_data.jpg | Bin 1925 -> 1925 bytes
{graphite => pmahomme}/img/new_data_hovered.jpg | Bin 1558 -> 1558 bytes
{graphite => pmahomme}/img/new_data_selected.jpg | Bin 1450 -> 1450 bytes
.../img/new_data_selected_hovered.jpg | Bin 1456 -> 1456 bytes
{graphite => pmahomme}/img/new_struct.jpg | Bin 1118 -> 1118 bytes
{graphite => pmahomme}/img/new_struct_hovered.jpg | Bin 1643 -> 1643 bytes
{graphite => pmahomme}/img/new_struct_selected.jpg | Bin 1431 -> 1431 bytes
.../img/new_struct_selected_hovered.jpg | Bin 1463 -> 1463 bytes
pmahomme/img/php_sym.png | Bin 249 -> 198 bytes
pmahomme/img/pma_logo2.png | Bin 1837 -> 1533 bytes
pmahomme/img/s_error2.png | Bin 237 -> 192 bytes
pmahomme/img/s_fulltext.png | Bin 308 -> 244 bytes
pmahomme/img/s_loggoff.png | Bin 262 -> 204 bytes
pmahomme/img/s_partialtext.png | Bin 318 -> 243 bytes
pmahomme/img/s_passwd.png | Bin 505 -> 435 bytes
pmahomme/img/s_really.png | Bin 229 -> 183 bytes
{toba => pmahomme}/img/s_replication.png | Bin 447 -> 447 bytes
{toba => pmahomme}/img/s_sync.png | Bin 551 -> 551 bytes
pmahomme/img/s_views.png | Bin 368 -> 327 bytes
pmahomme/img/spacer.png | Bin 153 -> 148 bytes
pmahomme/img/tab_bg.png | Bin 182 -> 160 bytes
pmahomme/img/tab_hover_bg.png | Bin 0 -> 1278 bytes
pmahomme/img/tab_warning_bg.png | Bin 0 -> 1697 bytes
pmahomme/img/tabactive_bg - Copy.png | Bin 0 -> 140 bytes
pmahomme/img/tabactive_bg.png | Bin 0 -> 155 bytes
pmahomme/info.inc.php | 25 +-
.../jquery/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 87 bytes
.../jquery/images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 87 bytes
.../jquery/images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 120 -> 120 bytes
.../jquery/images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 99 bytes
.../jquery/images/ui-bg_glass_75_dadada_1x400.png | Bin 111 -> 111 bytes
.../jquery/images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 110 -> 110 bytes
.../jquery/images/ui-bg_glass_95_fef1ec_1x400.png | Bin 119 -> 119 bytes
.../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 86 bytes
pmahomme/jquery/images/ui-icons_222222_256x240.png | Bin 0 -> 4193 bytes
pmahomme/jquery/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4193 bytes
pmahomme/jquery/images/ui-icons_454545_256x240.png | Bin 0 -> 4193 bytes
pmahomme/jquery/images/ui-icons_888888_256x240.png | Bin 0 -> 4193 bytes
pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4193 bytes
.../jquery/jquery-ui-1.8.custom.css | 0
pmahomme/layout.inc.php | 17 +-
pmahomme/screen.png | Bin 49021 -> 63874 bytes
toba/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 180 -> 87 bytes
toba/jquery/images/ui-bg_flat_75_ffffff_40x100.png | Bin 178 -> 87 bytes
toba/jquery/images/ui-bg_glass_65_ffffff_1x400.png | Bin 105 -> 99 bytes
.../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 101 -> 86 bytes
toba/jquery/images/ui-icons_222222_256x240.png | Bin 4369 -> 4193 bytes
toba/jquery/images/ui-icons_2e83ff_256x240.png | Bin 4369 -> 4193 bytes
toba/jquery/images/ui-icons_454545_256x240.png | Bin 4369 -> 4193 bytes
toba/jquery/images/ui-icons_888888_256x240.png | Bin 4369 -> 4193 bytes
toba/jquery/images/ui-icons_cd0a0a_256x240.png | Bin 4369 -> 4193 bytes
115 files changed, 2384 insertions(+), 1559 deletions(-)
copy {graphite => pmahomme}/img/ajax_clock_small.gif (100%)
copy clearview3/img_32bit/b_dbstatistics.png => pmahomme/img/b_chart.png (100%)
create mode 100644 pmahomme/img/b_more.png
create mode 100644 pmahomme/img/b_snewtbl.png
create mode 100644 pmahomme/img/database_list_li_hover.png
copy {paradice => pmahomme}/img/docs_menu_bg.png (100%)
copy {paradice => pmahomme}/img/eye.png (100%)
create mode 100644 pmahomme/img/eye_grey.png
create mode 100644 pmahomme/img/logo_left - Copy.png
create mode 100644 pmahomme/img/marked_bg.png
copy {toba => pmahomme}/img/more.png (100%)
copy {graphite => pmahomme}/img/new_data.jpg (100%)
copy {graphite => pmahomme}/img/new_data_hovered.jpg (100%)
copy {graphite => pmahomme}/img/new_data_selected.jpg (100%)
copy {graphite => pmahomme}/img/new_data_selected_hovered.jpg (100%)
copy {graphite => pmahomme}/img/new_struct.jpg (100%)
copy {graphite => pmahomme}/img/new_struct_hovered.jpg (100%)
copy {graphite => pmahomme}/img/new_struct_selected.jpg (100%)
copy {graphite => pmahomme}/img/new_struct_selected_hovered.jpg (100%)
copy {toba => pmahomme}/img/s_replication.png (100%)
copy {toba => pmahomme}/img/s_sync.png (100%)
create mode 100644 pmahomme/img/tab_hover_bg.png
create mode 100644 pmahomme/img/tab_warning_bg.png
create mode 100644 pmahomme/img/tabactive_bg - Copy.png
create mode 100644 pmahomme/img/tabactive_bg.png
create mode 100644 pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
create mode 100644 pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
copy {graphite => pmahomme}/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png (100%)
create mode 100644 pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
copy {graphite => pmahomme}/jquery/images/ui-bg_glass_75_dadada_1x400.png (100%)
copy {graphite => pmahomme}/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png (100%)
copy {graphite => pmahomme}/jquery/images/ui-bg_glass_95_fef1ec_1x400.png (100%)
create mode 100644 pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
create mode 100644 pmahomme/jquery/images/ui-icons_222222_256x240.png
create mode 100644 pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
create mode 100644 pmahomme/jquery/images/ui-icons_454545_256x240.png
create mode 100644 pmahomme/jquery/images/ui-icons_888888_256x240.png
create mode 100644 pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
copy {graphite => pmahomme}/jquery/jquery-ui-1.8.custom.css (100%)
diff --git a/graphite/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/graphite/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
index 5b5dab2..e425e6e 100644
Binary files a/graphite/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png and b/graphite/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png differ
diff --git a/graphite/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/graphite/jquery/images/ui-bg_flat_75_ffffff_40x100.png
index ac8b229..72d4757 100644
Binary files a/graphite/jquery/images/ui-bg_flat_75_ffffff_40x100.png and b/graphite/jquery/images/ui-bg_flat_75_ffffff_40x100.png differ
diff --git a/graphite/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/graphite/jquery/images/ui-bg_glass_65_ffffff_1x400.png
index 42ccba2..8569c1b 100644
Binary files a/graphite/jquery/images/ui-bg_glass_65_ffffff_1x400.png and b/graphite/jquery/images/ui-bg_glass_65_ffffff_1x400.png differ
diff --git a/graphite/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/graphite/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
index 7c9fa6c..3cd467e 100644
Binary files a/graphite/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png and b/graphite/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ
diff --git a/graphite/jquery/images/ui-icons_222222_256x240.png b/graphite/jquery/images/ui-icons_222222_256x240.png
index b273ff1..8bc06cb 100644
Binary files a/graphite/jquery/images/ui-icons_222222_256x240.png and b/graphite/jquery/images/ui-icons_222222_256x240.png differ
diff --git a/graphite/jquery/images/ui-icons_2e83ff_256x240.png b/graphite/jquery/images/ui-icons_2e83ff_256x240.png
index 09d1cdc..7a3c779 100644
Binary files a/graphite/jquery/images/ui-icons_2e83ff_256x240.png and b/graphite/jquery/images/ui-icons_2e83ff_256x240.png differ
diff --git a/graphite/jquery/images/ui-icons_454545_256x240.png b/graphite/jquery/images/ui-icons_454545_256x240.png
index 59bd45b..cfd1eaf 100644
Binary files a/graphite/jquery/images/ui-icons_454545_256x240.png and b/graphite/jquery/images/ui-icons_454545_256x240.png differ
diff --git a/graphite/jquery/images/ui-icons_888888_256x240.png b/graphite/jquery/images/ui-icons_888888_256x240.png
index 6d02426..35f1750 100644
Binary files a/graphite/jquery/images/ui-icons_888888_256x240.png and b/graphite/jquery/images/ui-icons_888888_256x240.png differ
diff --git a/graphite/jquery/images/ui-icons_cd0a0a_256x240.png b/graphite/jquery/images/ui-icons_cd0a0a_256x240.png
index 2ab019b..a239d6c 100644
Binary files a/graphite/jquery/images/ui-icons_cd0a0a_256x240.png and b/graphite/jquery/images/ui-icons_cd0a0a_256x240.png differ
diff --git a/pmahomme/css/theme_left.css.php b/pmahomme/css/theme_left.css.php
index 09b49c0..a2b9b78 100644
--- a/pmahomme/css/theme_left.css.php
+++ b/pmahomme/css/theme_left.css.php
@@ -1,240 +1,264 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * navigation css file from theme Original
- *
- * @version $Id: theme_left.css.php 11409 2008-07-19 14:46:28Z lem9 $
- * @package phpMyAdmin-theme
- * @subpackage Original
- */
-
-// unplanned execution path
-if (!defined('PMA_MINIMUM_COMMON')) {
- exit();
-}
-?>
-/******************************************************************************/
-/* general tags */
-html {
- font-size: <?php echo (null !== $_SESSION['PMA_Config']->get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
- font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
-<?php } ?>
- background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
- border-right: 1px solid #aaa;
- color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
- margin: 0;
- padding: 0;
-}
-
-a img {
- border: 0;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #0000FF;
-}
-
-ul {
- margin:0;
-}
-
-form {
- margin: 0;
- padding: 0;
- display: inline;
-}
-
-select#select_server,
-select#lightm_db {
- width: 100%;
-}
-
-/* buttons in some browsers (eg. Konqueror) are block elements,
- this breaks design */
-button {
- display: inline;
-}
-
-
-/******************************************************************************/
-/* classes */
-
-/* leave some space between icons and text */
-.icon {
- vertical-align: middle;
- margin-right: 0.3em;
- margin-left: 0.3em;
-}
-
-.navi_dbName {
- font-weight: bold;
- color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
-}
-
-/******************************************************************************/
-/* specific elements */
-
-div#pmalogo {
- <?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
- padding:.3em;
-}
-div#pmalogo,
-div#leftframelinks,
-div#databaseList {
- text-align: center;
- margin: 20px 10px 0px 10px;
-}
-
-ul#databaseList {
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
- padding:20px 0;
-}
-
-#databaseList li {
- list-style-type:none;
- text-indent:29px;
-
-}
-
-ul#databaseList a {
- display: block;
- padding:5px;
-}
-
-div#navidbpageselector a,
-ul#databaseList a {
- background:url(./themes/pmahomme/img/database.png) no-repeat 5% 50% transparent;
- color: #333;
-}
-
-ul#databaseList a:hover {
- background:url(./themes/pmahomme/img/database.png) no-repeat 5% 50% #e3e3e3;
-}
-
-ul#databaseList li.selected a {
- background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
-}
-
-div#leftframelinks .icon {
- padding: 0;
- margin: 0;
-}
-
-div#leftframelinks a img.icon {
- margin: 10px 10px 0 0;
- padding: 0.2em;
-}
-
-div#leftframelinks a:hover {
-
-}
-
-/* serverlist */
-#body_leftFrame #list_server {
- list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
- list-style-position: inside;
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-
-#body_leftFrame #list_server li {
- margin: 0;
- padding: 0;
-}
-
-div#left_tableList ul {
- list-style-type: none;
- list-style-position: outside;
- margin: 0;
- padding: 0;
- background: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?>;
-}
-
-div#left_tableList ul ul {
- font-size: 100%;
-}
-
-div#left_tableList a {
- background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
- text-decoration: none;
-}
-
-#left_tableList{
- display:none;
-}
-
-
-div#left_tableList a:hover {
- background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
- text-decoration: underline;
-}
-
-div#left_tableList li {
- margin: 0;
- padding: 0;
- white-space: nowrap;
-}
-select{
--moz-border-radius:2px 2px 2px 2px;
--moz-box-shadow:0 1px 2px #DDDDDD;
-border:1px solid #aaa;
-color:#333333;
-padding:3px;
-background:url(./themes/pmahomme/img/input_bg.gif);
-}
-
-<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
-/* marked items */
-div#left_tableList > ul li.marked > a,
-div#left_tableList > ul li.marked {
- background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
-}
-<?php } ?>
-
-<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
-div#left_tableList > ul li:hover > a,
-div#left_tableList > ul li:hover {
- background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
-}
-<?php } ?>
-
-div#left_tableList img {
- padding: 0;
- vertical-align: middle;
-}
-
-div#left_tableList ul ul {
- margin-<?php echo $left; ?>: 0;
- padding-<?php echo $left; ?>: 0.1em;
- border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
- padding-bottom: 0.1em;
- border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
-}
-
-/* for the servers list in navi panel */
-#serverinfo .item {
- white-space: nowrap;
- color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
-}
-#serverinfo a:hover {
- background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
-}
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * navigation css file from theme Original
+ *
+ * @package phpMyAdmin-theme
+ * @subpackage Original
+ */
+
+// unplanned execution path
+if (!defined('PMA_MINIMUM_COMMON')) {
+ exit();
+}
+?>
+/******************************************************************************/
+/* general tags */
+html {
+ font-size: <?php echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : $_COOKIE['pma_fontsize']); ?>;
+}
+
+input, select, textarea {
+ font-size: 1em;
+}
+
+body {
+<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
+ font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
+<?php } ?>
+ background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
+ border-right: 1px solid #aaa;
+ color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ margin: 0;
+ padding: 0;
+}
+
+a img {
+ border: 0;
+}
+
+a:link,
+a:visited,
+a:active {
+ text-decoration: none;
+ color: #0000FF;
+}
+
+ul {
+ margin:0;
+}
+
+form {
+ margin: 0;
+ padding: 0;
+ display: inline;
+}
+
+select#select_server,
+select#lightm_db {
+ width: 100%;
+}
+
+/* buttons in some browsers (eg. Konqueror) are block elements,
+ this breaks design */
+button {
+ display: inline;
+}
+
+
+/******************************************************************************/
+/* classes */
+
+/* leave some space between icons and text */
+.icon {
+ vertical-align: middle;
+ margin-right: 0.3em;
+ margin-left: 0.3em;
+}
+
+.navi_dbName {
+ font-weight: bold;
+ color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
+}
+
+/******************************************************************************/
+/* specific elements */
+
+div#pmalogo {
+ <?php //better echo $GLOBALS['cfg']['logoBGC']; ?>
+}
+div#pmalogo,
+div#leftframelinks,
+div#databaseList {
+ text-align: center;
+ margin: 20px 10px 0px 10px;
+}
+
+ul#databaseList {
+ margin: 0.8em 0px;
+ padding-bottom: 0.5em;
+ padding-<?php echo $left; ?>: 0.3em;
+ font-style: italic;
+}
+
+ul#databaseList a {
+ display: block;
+ padding:5px;
+ font-style: normal;
+}
+
+div#navidbpageselector a,
+ul#databaseList a {
+ background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent;
+ color: #333;
+}
+
+ul#databaseList ul {
+ margin:0px;
+ padding:0px;
+}
+ul#databaseList li{ list-style:none;text-indent:20px; margin:0px;
+ padding:0px;}
+
+ul#databaseList a:hover {
+ background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% #e4e4e4;
+}
+
+ul#databaseList li.selected a {
+ background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
+}
+
+div#leftframelinks .icon {
+ padding: 0;
+ margin: 0;
+}
+
+div#reloadlink a img,
+div#leftframelinks a img.icon {
+ margin: 10px 10px 0 0;
+ padding: 0.2em;
+ border: 0px;
+}
+
+div#leftframelinks a:hover img {
+
+}
+
+/* serverlist */
+#body_leftFrame #list_server {
+ list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
+ list-style-position: inside;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+#body_leftFrame #list_server li {
+ margin: 0;
+ padding: 0;
+}
+
+div#left_tableList {margin:0px 10px;}
+div#left_tableList ul {
+ list-style-type: none;
+ list-style-position: outside;
+ margin: 0;
+ padding: 0;
+}
+
+div#left_tableList ul ul {
+ font-size: 100%;
+}
+
+div#left_tableList a {
+ /* background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>; MH */
+ color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ text-decoration: none;
+}
+
+div#left_tableList a:hover {
+ background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ text-decoration: underline;
+}
+
+div#left_tableList li {
+ margin: 0;
+ padding: 5px 0;
+ white-space: nowrap;
+}
+
+select{
+-moz-border-radius:2px 2px 2px 2px;
+-moz-box-shadow:0 1px 2px #DDDDDD;
+border:1px solid #aaa;
+color:#333333;
+padding:3px;
+background:url(./themes/pmahomme/img/input_bg.gif);
+}
+
+<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
+/* marked items */
+div#left_tableList > ul li.marked > a,
+div#left_tableList > ul li.marked {
+ background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
+}
+<?php } ?>
+
+<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
+div#left_tableList > ul li:hover > a,
+div#left_tableList > ul li:hover {
+ background: #e4e4e4;
+ color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
+}
+<?php } ?>
+
+div#left_tableList img {
+ padding: 0;
+ vertical-align: middle;
+}
+
+div#left_tableList ul ul {
+ margin-<?php echo $left; ?>: 0;
+ padding-<?php echo $left; ?>: 0.1em;
+ border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+ padding-bottom: 0.1em;
+ border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+}
+
+/* for the servers list in navi panel */
+#serverinfo .item {
+ white-space: nowrap;
+ color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
+}
+#serverinfo a:hover {
+ background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
+ color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
+}
+#reloadlink {
+ clear: both;
+ float: <?php echo $right; ?>;
+ display: block;
+ padding: 1em;
+}
+
+#NavFilter {
+ display: none;
+}
+
+#clear_fast_filter {
+ background: white;
+ color: black;
+ cursor: pointer;
+ padding: 0;
+ margin: 0;
+ position: relative;
+ right: 3ex;
+}
+
+#fast_filter {
+ width: 85%;
+ padding: 0.1em;
+}
\ No newline at end of file
diff --git a/pmahomme/css/theme_print.css.php b/pmahomme/css/theme_print.css.php
index ed509e9..49a0d23 100644
--- a/pmahomme/css/theme_print.css.php
+++ b/pmahomme/css/theme_print.css.php
@@ -3,7 +3,6 @@
/**
* print css file from theme Original
*
- * @version $Id: theme_print.css.php 10145 2007-03-20 13:39:12Z cybot_tm $
* @package phpMyAdmin-theme
* @subpackage Original
*/
diff --git a/pmahomme/css/theme_right.css.php b/pmahomme/css/theme_right.css.php
index eae82d1..9567af4 100644
--- a/pmahomme/css/theme_right.css.php
+++ b/pmahomme/css/theme_right.css.php
@@ -1,1299 +1,2097 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * main css file from theme Original
- *
- * @version $Id: theme_right.css.php 12031 2008-11-28 23:22:27Z nijel $
- * @package phpMyAdmin-theme
- * @subpackage Original
- */
-
-// unplanned execution path
-if (!defined('PMA_MINIMUM_COMMON')) {
- exit();
-}
-?>
-/******************************************************************************/
-/* general tags */
-html {
- font-size: <?php echo (null !== $_SESSION['PMA_Config']->get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : (
- isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '84%'));?>;
-}
-
-input, select, textarea {
- font-size: 1em;
-}
-
-body {
-<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
- font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
-<?php } ?>
- padding: 0;
- margin: 0.5em;
- color: #111;
- background: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?>;
-}
-
-<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
-textarea, tt, pre, code {
- font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
-}
-<?php } ?>
-h1 {
- font-size: 140%;
- font-weight: bold;
-}
-
-h2 {
- font-size: 2em;
- font-weight: normal;
- text-shadow: 0px 1px 0px #fff;
- background: #fff;
- padding: 10px 0 0 10px;
-}
-
-h2 .icon {
- display:none;
-}
-
-h3 {
- font-weight: bold;
-}
-
-a:link,
-a:visited,
-a:active {
- text-decoration: none;
- color: #3a7ead;
-}
-
-a:hover {
- text-decoration: underline;
- color: #235a81;
-}
-
-dfn {
- font-style: normal;
-}
-
-dfn:hover {
- font-style: normal;
- cursor: help;
-}
-
-th {
- font-weight: bold;
- color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
- background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
-}
-
-a img {
- border: 0;
-}
-
-hr {
- color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
- background-color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
- border: 0;
- height: 1px;
-}
-
-form {
- padding: 0;
- margin: 0;
- display: inline;
-}
-
-input[type=text]{
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- -moz-box-shadow:0 1px 2px #ddd;
- -webkit-box-shadow:0 1px 2px #ddd;
- background:url(./themes/pmahomme/img/input_bg.gif);
- border:1px solid #aaa;
- color:#555555;
- padding:4px;
- margin:6px;
-
-}
-input[type=submit]{
-font-weight:bold;
-margin-left:14px;
- border: 1px solid #aaa;
- padding: 4px 10px;
- color: #111;
- text-decoration: none;
- line-height: 30px;
- background: #ddd;
- border-radius: 12px;
- -webkit-border-radius: 12px;
- -moz-border-radius: 12px;
- box-shadow: 1px 1px 2px rgba(0,0,0,.5);
- /*
- -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
- -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
- text-shadow: #fff 0px 1px 0px;
- */
- background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
- background: -moz-linear-gradient(top, #eeeeee, #cccccc);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
-}
-input[type=submit]:hover{ position: relative;
- background:#fff;
- cursor:pointer;
-}
-input[type=submit]:active{ position: relative;
- top: 1px;
- left: 1px;
-}
-textarea {
- overflow: visible;
- height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
-}
-
-
-
-fieldset {
- margin-top: 1em;
- -moz-border-radius:4px 4px 0 0;
- -webkit-border-radius:4px;padding:5px;
- border: #aaa solid 1px;
- padding: 1.5em;
- background: #eee;
- text-shadow:0 1px 0 #fff;
-
- -moz-box-shadow:none;
-}
-
-fieldset fieldset {
- margin: 0.8em;
- background:#fff;
- border:1px solid #aaa;
- background:none repeat scroll 0 0 #E8E8E8;
-
-}
-
-fieldset legend {
- font-weight: bold;
- color: #444;
- padding:5px 10px;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- border:1px solid #aaa;
- background-color: #fff;
--moz-box-shadow:3px 3px 15px #bbb;
--webkit-box-shadow:3px 3px 15px #bbb;
-box-shadow:3px 3px 15px #bbb;
-}
-
-/* buttons in some browsers (eg. Konqueror) are block elements,
- this breaks design */
-button {
- display: inline;
-}
-
-table caption,
-table th,
-table td {
- padding: 0.8em;
- margin: 0.1em;
- vertical-align: top;
- text-shadow:0 1px 0 #FFFFFF;
-}
-
-img,
- input,
- select,
- button {
- vertical-align: middle;
-}
-select{
- -moz-border-radius:2px 2px 2px 2px;
- -moz-box-shadow:0 1px 2px #DDDDDD;
- border:1px solid #aaa;
- color:#333333;
- padding:3px;
- background:url(./themes/pmahomme/img/input_bg.gif)
-}
-
-/******************************************************************************/
-/* classes */
-div.tools {
- /* border: 1px solid #000000;*/
- padding: 0.2em;
-}
-div.tools a{color:#3a7ead !important;}
-
-
-div.tools,
-fieldset.tblFooters {
- margin-top: 0;
- margin-bottom: 0.5em;
- /* avoid a thick line since this should be used under another fieldset */
- border-top: 0;
- text-align: <?php echo $right; ?>;
- float: none;
- clear: both;
- -webkit-border-radius:0 0 4px 4px;
- -moz-border-radius:0 0 4px 4px;
-}
-
-
-fieldset .formelement {
- float: <?php echo $left; ?>;
- margin-<?php echo $right; ?>: 0.5em;
- /* IE */
- white-space: nowrap;
-}
-
-/* revert for Gecko */
-fieldset div[class=formelement] {
- white-space: normal;
-}
-
-button.mult_submit {
- border: none;
- background-color: transparent;
-}
-
-/* odd items 1,3,5,7,... */
-table tr.odd th,
-.odd {
- background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
-}
-
-/* even items 2,4,6,8,... */
-table tr.even th,
-.even {
- background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
-}
-
-/* odd table rows 1,3,5,7,... */
-table tr.odd th,
-table tr.odd,
-table tr.even th,
-table tr.even {
- text-align: <?php echo $left; ?>;
-}
-
-<?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?>
-/* marked table rows */
-table tr.marked th,
-table tr.marked {
- background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
-}
-<?php } ?>
-
-<?php if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?>
-/* hovered items */
-.odd:hover,
-.even:hover,
-.hover {
- background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
-}
-
-/* hovered table rows */
-table tr.odd:hover th,
-table tr.even:hover th,
-table tr.hover th {
- background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
- color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
-}
-<?php } ?>
-
-/**
- * marks table rows/cells if the db field is in a where condition
- */
-tr.condition th,
-tr.condition td,
-td.condition,
-th.condition {
- border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
-}
-
-table .value {
- text-align: <?php echo $right; ?>;
- white-space: normal;
-}
-/* IE doesnt handles 'pre' right */
-table [class=value] {
- white-space: normal;
-}
-
-
-<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
-.value {
- font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
-}
-<?php } ?>
-.value .attention {
- color: red;
- font-weight: bold;
-}
-.value .allfine {
- color: green;
-}
-
-
-img.lightbulb {
- cursor: pointer;
-}
-
-.pdflayout {
- overflow: hidden;
- clip: inherit;
- background-color: #FFFFFF;
- display: none;
- border: 1px solid #000000;
- position: relative;
-}
-
-.pdflayout_table {
- background: #D3DCE3;
- color: #000000;
- overflow: hidden;
- clip: inherit;
- z-index: 2;
- display: inline;
- visibility: inherit;
- cursor: move;
- position: absolute;
- font-size: 80%;
- border: 1px dashed #000000;
-}
-
-/* MySQL Parser */
-.syntax {
-
-}
-
-.syntax_comment {
- padding-left: 4pt;
- padding-right: 4pt;
-}
-
-.syntax_digit {
-}
-
-.syntax_digit_hex {
-}
-
-.syntax_digit_integer {
-}
-
-.syntax_digit_float {
-}
-
-.syntax_punct {
-}
-
-.syntax_alpha {
-}
-
-.syntax_alpha_columnType {
- text-transform: uppercase;
-}
-
-.syntax_alpha_columnAttrib {
- text-transform: uppercase;
-}
-
-.syntax_alpha_reservedWord {
- text-transform: uppercase;
- font-weight: bold;
-}
-
-.syntax_alpha_functionName {
- text-transform: uppercase;
-}
-
-.syntax_alpha_identifier {
-}
-
-.syntax_alpha_charset {
-}
-
-.syntax_alpha_variable {
-}
-
-.syntax_quote {
- white-space: pre;
-}
-
-.syntax_quote_backtick {
-}
-
-/* leave some space between icons and text */
-.icon {
- vertical-align: -3px;
- margin-right: 0.3em;
- margin-left: 0.3em;
-}
-/* no extra space in table cells */
-td .icon {
- margin: 0;
-}
-
-.selectallarrow {
- margin-<?php echo $right; ?>: 0.3em;
- margin-<?php echo $left; ?>: 0.6em;
-}
-
-/* message boxes: warning, error, confirmation */
-.success h1,
-.notice h1,
-.warning h1,
-div.error h1 {
- border-bottom: 2px solid;
- font-weight: bold;
- text-align: <?php echo $left; ?>;
- margin: 0 0 0.2em 0;
-}
-
-div.success,
-div.notice,
-div.warning,
-div.error {
- margin: 0.5em 0 1.3em 0;
- border: 1px solid;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
-
- <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
- background-repeat: no-repeat;
- <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
- background-position: 10px 50%;
- padding: 10px 10px 10px 35px
- <?php } else { ?>
- background-position: 99% 50%;
- padding: 35px 10px 10px 10px
- <?php } ?>
- <?php } else { ?>
- padding: 0.3em;
- <?php } ?>
-}
-
-.success {
- color: #000000;
- background-color: #c5f568;
-}
-h1.success,
-div.success {
- border-color: #a2d246;
- <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_success.png);
- <?php } ?>
-}
-.success h1 {
- border-color: #00FF00;
-}
-
-.notice {
- color: #000000;
- background-color: #ffdf5f;
-}
-h1.notice,
-div.notice {
- border-color: #ff9600;
- <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
- <?php } ?>
-}
-.notice h1 {
- border-color: #ffb10a;
-}
-
-.warning {
- color: #fff;
- background-color: #e97777;
-}
-p.warning,
-h1.warning,
-div.warning {
- border-color: #CC0000;
- <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
- <?php } ?>
-}
-.warning h1 {
- border-color: #cc0000;
-}
-
-.error {
- background-color: #FFFFCC;
- color: #ff0000;
-}
-
-h1.error,
-div.error {
- border-color: #ff0000;
- <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
- <?php } ?>
-}
-div.error h1 {
- border-color: #ff0000;
-}
-
-.confirmation {
- background-color: #FFFFCC;
-}
-fieldset.confirmation {
- border: 0.1em solid #FF0000;
-}
-fieldset.confirmation legend {
- border-left: 0.1em solid #FF0000;
- border-right: 0.1em solid #FF0000;
- font-weight: bold;
- <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
- background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_really.png);
- background-repeat: no-repeat;
- <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
- background-position: 5px 50%;
- padding: 0.2em 0.2em 0.2em 25px;
- <?php } else { ?>
- background-position: 97% 50%;
- padding: 0.2em 25px 0.2em 0.2em;
- <?php } ?>
- <?php } ?>
-}
-/* end messageboxes */
-
-
-.tblcomment {
- font-size: 70%;
- font-weight: normal;
- color: #000099;
-}
-
-.tblHeaders {
- font-weight: bold;
- color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
- background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
-}
-
-div.tools,
-.tblFooters {
- font-weight: normal;
- color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
- background: #ddd;
-}
-
-.tblHeaders a:link,
-.tblHeaders a:active,
-.tblHeaders a:visited,
-div.tools a:link,
-div.tools a:visited,
-div.tools a:active,
-.tblFooters a:link,
-.tblFooters a:active,
-.tblFooters a:visited {
- color: #0000FF;
-}
-
-.tblHeaders a:hover,
-div.tools a:hover,
-.tblFooters a:hover {
- color: #FF0000;
-}
-
-/* forbidden, no privilegs */
-.noPrivileges {
- color: #FF0000;
- font-weight: bold;
-}
-
-/* disabled text */
-.disabled,
-.disabled a:link,
-.disabled a:active,
-.disabled a:visited {
- color: #666666;
-}
-
-.disabled a:hover {
- color: #666666;
- text-decoration: none;
-}
-
-tr.disabled td,
-td.disabled {
- background-color: #cccccc;
-}
-
-/**
- * login form
- */
-body{}
-body.loginform h1,
-body.loginform a.logo {
- display: block;
- text-align: center;
-
-}
-
-body.loginform {
- text-align: center;
-}
-
-body.loginform div.container {
- text-align: <?php echo $left; ?>;
- width: 30em;
- margin: 0 auto;
-}
-
-form.login label {
- float: <?php echo $left; ?>;
- width: 10em;
- font-weight: bolder;
-}
-
-
-/******************************************************************************/
-/* specific elements */
-#topmenu .icon {}
-#topmenu a {text-shadow:0px 1px 0px #fff;}
-/* topmenu */
-ul#topmenu {
- font-weight: bold;
- list-style-type: none;
- margin: 0 0 20px 0;
- padding: 0;
-}
-
-ul#topmenu li {
- float: <?php echo $left; ?>;
- margin: 0;
- padding: 0;
- vertical-align: middle;
-}
-
-#topmenu img {
- margin-right:0.5em;
- vertical-align:-3px;
-}
-
-#topmenucontainer{ background:url(./themes/pmahomme/img/tab_bg.png) repeat-x; border-top:1px solid #aaa;}
-
-/* default tab styles */
-.tabactive {
- background: #fff !important;
-
-}
-.tab, .tabcaution, .tabactive {
- display: block;
- padding:10px 20px 9px 10px;
- white-space: nowrap;
- background: url("./themes/pmahomme/img/tab_bg.png") repeat-x scroll 0 0 transparent
-
-}
-
-/* disabled tabs */
-span.tab {
- color: #666666;
-}
-
-/* disabled drop/empty tabs */
-span.tabcaution {
- color: #ff6666;
-}
-
-/* enabled drop/empty tabs */
-a.tabcaution {
- color: #FF0000;
-}
-a.tabcaution:hover {
- color: #FFFFFF;
- background-color: #FF0000;
-}
-
-
-<?php if ($GLOBALS['cfg']['LightTabs']) { ?>
-/* active tab */
-a.tabactive {
- color: black;
-}
-<?php } else { ?>
-#topmenu {
- margin-top: 0.5em;
- padding: 0.1em 0.3em 0.1em 0.3em;
- overflow: auto;
-}
-
-#topmenu a:hover {
- text-decoration: none;
-
-}
-
-ul#topmenu li {
- border-bottom: 0pt solid black;
- border-right:1px solid #aaa;
-
-}
-
-/* default tab styles */
-.tab, .tabcaution, .tabactive {
-
- border-top-left-radius: 0.4em;
- border-top-right-radius: 0.4em;
-}
-
-/* enabled hover/active tabs */
-a.tab:hover,
-a.tabcaution:hover,
-.tabactive,
-.tabactive:hover {
-
-}
-
-a.tab:hover,
-.tabactive {
- padding:10px 20px 9px 10px;
- background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
-}
-
-/* to be able to cancel the bottom border, use <li class="active"> */
-ul#topmenu li.active {
- border-bottom: 1pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
-}
-
-/* disabled drop/empty tabs */
-span.tab,
-a.warning,
-span.tabcaution {
- cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
-}
-<?php } ?>
-/* end topmenu */
-
-
-/* Calendar */
-table.calendar {
- width: 100%;
-}
-table.calendar td {
- text-align: center;
-}
-table.calendar td a {
- display: block;
-}
-
-table.calendar td a:hover {
- background-color: #CCFFCC;
-}
-
-table.calendar th {
- background-color: #D3DCE3;
-}
-
-table.calendar td.selected {
- background-color: #FFCC99;
-}
-
-img.calendar {
- border: none;
-}
-form.clock {
- text-align: center;
-}
-/* end Calendar */
-
-
-/* table stats */
-div#tablestatistics {
- border-bottom: 0.1em solid #669999;
- margin-bottom: 0.5em;
- padding-bottom: 0.5em;
-}
-
-div#tablestatistics table {
- float: <?php echo $left; ?>;
- margin-bottom: 0.5em;
- margin-<?php echo $right; ?>: 0.5em;
-}
-
-div#tablestatistics table caption {
- margin-<?php echo $right; ?>: 0.5em;
-}
-/* END table stats */
-
-
-/* server privileges */
-#tableuserrights td,
-#tablespecificuserrights td,
-#tabledatabases td {
- vertical-align: middle;
-}
-/* END server privileges */
-
-
-
-/* Heading */
-#serverinfo {
-border-bottom:1px solid #fff;
--moz-border-radius: 4px 4px 0 0;
-background:#666;
-padding:10px;
-text-shadow:0 1px 0 #000000;
-
-}
-#serverinfo a{
-color:#fff;
-
-}
-
-
-#serverinfo .item {
- white-space: nowrap; vertical-align:-4px;
-}
-
-#span_table_comment {
- font-weight: normal;
- font-style: italic;
- white-space: nowrap;
-}
-
-#serverinfo img {
- margin: 0 0.1em 0 0.2em;
- vertical-align: -4px;
-}
-
-
-#textSQLDUMP {
- width: 95%;
- height: 95%;
- font-family: "Courier New", Courier, mono;
- font-size: 110%;
-}
-
-#TooltipContainer {
- position: absolute;
- z-index: 99;
- width: 20em;
- height: auto;
- overflow: visible;
- visibility: hidden;
- background-color: #ffffcc;
- color: #006600;
- border: 0.1em solid #000000;
- padding: 0.5em;
-}
-
-/* user privileges */
-#fieldset_add_user_login div.item {
- border-bottom: 1px solid silver;
- padding-bottom: 0.3em;
- margin-bottom: 0.3em;
-}
-
-#fieldset_add_user_login label {
- float: <?php echo $left; ?>;
- display: block;
- width: 10em;
- max-width: 100%;
- text-align: <?php echo $right; ?>;
- padding-<?php echo $right; ?>: 0.5em;
-}
-
-#fieldset_add_user_login span.options #select_pred_username,
-#fieldset_add_user_login span.options #select_pred_hostname,
-#fieldset_add_user_login span.options #select_pred_password {
- width: 100%;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options {
- float: <?php echo $left; ?>;
- display: block;
- width: 12em;
- max-width: 100%;
- padding-<?php echo $right; ?>: 0.5em;
-}
-
-#fieldset_add_user_login input {
- width: 12em;
- clear: <?php echo $right; ?>;
- max-width: 100%;
-}
-
-#fieldset_add_user_login span.options input {
- width: auto;
-}
-
-#fieldset_user_priv div.item {
- float: <?php echo $left; ?>;
- width: 9em;
- max-width: 100%;
-}
-
-#fieldset_user_priv div.item div.item {
- float: none;
-}
-
-#fieldset_user_priv div.item label {
- white-space: nowrap;
-}
-
-#fieldset_user_priv div.item select {
- width: 100%;
-}
-
-#fieldset_user_global_rights fieldset {
- float: <?php echo $left; ?>;
-}
-/* END user privileges */
-
-
-/* serverstatus */
-div#serverstatus table caption a.top {
- float: <?php echo $right; ?>;
-}
-
-div#serverstatus div#serverstatusqueriesdetails table,
-div#serverstatus table#serverstatustraffic,
-div#serverstatus table#serverstatusconnections {
- float: <?php echo $left; ?>;
-}
-
-#serverstatussection,
-.clearfloat {
- clear: both;
-}
-div#serverstatussection table {
- width: 100%;
- margin-bottom: 1em;
-}
-div#serverstatussection table .name {
- width: 18em;
-}
-div#serverstatussection table .value {
- width: 6em;
-}
-
-div#serverstatus table tbody td.descr a,
-div#serverstatus table .tblFooters a {
- white-space: nowrap;
-}
-div#serverstatus div#statuslinks a:before,
-div#serverstatus div#sectionlinks a:before,
-div#serverstatus table tbody td.descr a:before,
-div#serverstatus table .tblFooters a:before {
- content: '[';
-}
-div#serverstatus div#statuslinks a:after,
-div#serverstatus div#sectionlinks a:after,
-div#serverstatus table tbody td.descr a:after,
-div#serverstatus table .tblFooters a:after {
- content: ']';
-}
-/* end serverstatus */
-
-/* querywindow */
-body#bodyquerywindow {
- margin: 0;
- padding: 0;
- background-image: none;
- background-color: #F5F5F5;
-}
-
-div#querywindowcontainer {
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-div#querywindowcontainer fieldset {
- margin-top: 0;
-}
-/* END querywindow */
-
-
-/* querybox */
-
-div#sqlquerycontainer {
- float: <?php echo $left; ?>;
- width: 69%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer {
- float: <?php echo $right; ?>;
- width: 29%;
- /* height: 15em; */
-}
-
-div#tablefieldscontainer select {
- width: 100%;
- /* height: 12em; */
-}
-
-textarea#sqlquery {
- width: 100%;
- /* height: 100%; */
- -moz-border-radius:4px 4px 4px 4px;
-border:1px solid #AAAAAA;
-padding:5px;
-font-family:inherit;
-}
-
-div#queryboxcontainer div#bookmarkoptions {
- margin-top: 0.5em;
-}
-/* end querybox */
-
-/* main page */
-#maincontainer {
-/* background: url(./themes/pmahomme/img/body_bg.png) repeat-x;*/
-
-}
-
-#mysqlmaininformation,
-#pmamaininformation {
- float: <?php echo $left; ?>;
- width: 49%;
-}
-
-#maincontainer ul {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png);
- vertical-align: middle;
-}
-
-#maincontainer li {
- margin-bottom: 0.3em;
-}
-/* END main page */
-
-
-<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
-/* iconic view for ul items */
-li#li_create_database {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
-}
-
-li#li_select_lang {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
-}
-
-li#li_select_mysql_collation,
-li#li_select_mysql_charset {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
-}
-
-li#li_select_theme{
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
-}
-
-li#li_server_info,
-li#li_server_version{
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
-}
-
-li#li_user_info{
- /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
-}
-
-li#li_mysql_status{
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
-}
-
-li#li_mysql_variables{
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
-}
-
-li#li_mysql_processes{
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
-}
-
-li#li_mysql_collations{
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
-}
-
-li#li_mysql_engines{
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
-}
-
-li#li_mysql_binlogs {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
-}
-
-li#li_mysql_databases {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
-}
-
-li#li_export {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
-}
-
-li#li_import {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
-}
-
-li#li_change_password {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
-}
-
-li#li_log_out {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
-}
-
-li#li_pma_docs,
-li#li_pma_wiki {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
-}
-
-li#li_phpinfo {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>php_sym.png);
-}
-
-li#li_pma_homepage {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_home.png);
-}
-
-li#li_mysql_privilegs{
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
-}
-
-li#li_switch_dbstats {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
-}
-
-li#li_flush_privileges {
- list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
-}
-/* END iconic view for ul items */
-<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
-
-
-#body_browse_foreigners {
- background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
- margin: 0.5em 0.5em 0 0.5em;
-}
-
-#bodyquerywindow {
- background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
-}
-
-#bodythemes {
- width: 500px;
- margin: auto;
- text-align: center;
-}
-
-#bodythemes img {
- border: 0.1em solid black;
-}
-
-#bodythemes a:hover img {
- border: 0.1em solid red;
-}
-
-#fieldset_select_fields {
- float: <?php echo $left; ?>;
-}
-
-#selflink {
- clear: both;
- display: block;
- margin-top: 2em .2em;
- background:#f3f3f3;
- padding:10px;
- text-align: <?php echo $right; ?>;
-}
-
-#table_innodb_bufferpool_usage,
-#table_innodb_bufferpool_activity {
- float: <?php echo $left; ?>;
-}
-
-#div_mysql_charset_collations table {
- float: <?php echo $left; ?>;
-}
-
-#div_table_order {
- min-width: 48%;
- float: <?php echo $left; ?>;
-}
-
-#div_table_rename {
- min-width: 48%;
- float: <?php echo $left; ?>;
-}
-
-#div_table_copy,
-#div_partition_maintenance,
-#div_referential_integrity,
-#div_table_maintenance {
- min-width: 48%;
- float: <?php echo $left; ?>;
-}
-
-#div_table_options {
- clear: both;
- min-width: 48%;
- float: <?php echo $left; ?>;
-}
-
-#qbe_div_table_list {
- float: <?php echo $left; ?>;
-}
-
-#qbe_div_sql_query {
- float: <?php echo $left; ?>;
-}
-
-label.desc {
- width: 30em;
- float: <?php echo $left; ?>;
-}
-
-code.sql {
- display: block;
- padding: 0.3em;
- margin-top: 0;
- margin-bottom: 0;
- /* border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 1px;*/
- border-top: 0;
- border-bottom: 0;
- max-height: 10em;
- overflow: auto;
- background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
-}
-
-#main_pane_left {
- width: 60%;
- float: <?php echo $left; ?>;
- padding-top: 1em;
-}
-
-#main_pane_right {
- margin-<?php echo $left; ?>: 60%;
- padding-top: 1em;
- padding-<?php echo $left; ?>: 1em;
-}
-
-.group {
- border:1px solid #999;
- background:#f3f3f3;
- -moz-border-radius:4px;
- -webkit-border-radius:4px;
- -moz-box-shadow:3px 3px 10px #ddd;
- margin-bottom: 1em;
-}
-
-.group h2 {
- background-color: #bbb;
- padding: 0.1em 0.3em;
- margin-top: 0;
- color:#fff;
- font-size:2em;
- font-weight:normal;
- text-shadow:0 1px 0 #777;
-}
-
-#li_select_server {
- padding-bottom: 0.3em;
- border-bottom: 0.3em solid <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
- margin-bottom: 0.3em;
-}
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * main css file from theme Original
+ *
+ * @package phpMyAdmin-theme
+ * @subpackage Original
+ */
+
+// unplanned execution path
+if (!defined('PMA_MINIMUM_COMMON')) {
+ exit();
+}
+?>
+/******************************************************************************/
+/* general tags */
+html {
+ font-size: <?php echo (null !== $GLOBALS['PMA_Config']->get('fontsize') ? $GLOBALS['PMA_Config']->get('fontsize') : (
+ isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '82%'));?>;
+}
+
+input, select, textarea {
+ font-size: 1em;
+}
+
+
+body {
+<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
+ font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
+<?php } ?>
+ padding: 0;
+ margin: 0.5em;
+ color: #444;
+ background: #fff;
+}
+
+<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
+textarea, tt, pre, code {
+ font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
+}
+<?php } ?>
+h1 {
+ font-size: 140%;
+ font-weight: bold;
+}
+
+h2 {
+ font-size: 2em;
+ font-weight: normal;
+ text-shadow: 0px 1px 0px #fff;
+ padding: 10px 0 10px 3px;
+ color: #777;
+}
+/* Hiding icons in the page titles, they just add clutter MH */
+h2 img{display:none;}
+/* Set all tables with data... to 100%, let it flow! */
+.data{width:100%}
+
+h3 {
+ font-weight: bold;
+}
+
+a, a:link,
+a:visited,
+a:active {
+ text-decoration: none;
+ color: #235a81;
+ cursor: pointer;
+ outline: none;
+
+}
+
+a:hover {
+ text-decoration: underline;
+ color: #235a81;
+}
+/*MH*/
+#initials_table {
+ background:#f3f3f3;
+ border:1px solid #aaa;
+ margin-bottom:10px;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+}
+#initials_table a {
+ border:1px solid #aaa;
+ background:#fff;
+ padding:4px 8px;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+}
+
+dfn {
+ font-style: normal;
+}
+
+dfn:hover {
+ font-style: normal;
+ cursor: help;
+}
+
+th {
+ font-weight: bold;
+ color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
+ background: #333;
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+
+
+}
+
+a img {
+ border: 0;
+}
+
+hr {
+ color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
+ background-color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
+ border: 0;
+ height: 1px;
+}
+
+form {
+ padding: 0;
+ margin: 0;
+ display: inline;
+}
+
+input[type=text]{
+ border-radius:2px;
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+
+ box-shadow:0 1px 2px #ddd;
+ -moz-box-shadow:0 1px 2px #ddd;
+ -webkit-box-shadow:0 1px 2px #ddd;
+
+ background:url(./themes/pmahomme/img/input_bg.gif);
+ border:1px solid #aaa;
+ color:#555555;
+ padding:4px;
+ margin:6px;
+
+}
+
+input[type=password]{
+ border-radius:2px;
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+
+ box-shadow:0 1px 2px #ddd;
+ -moz-box-shadow:0 1px 2px #ddd;
+ -webkit-box-shadow:0 1px 2px #ddd;
+
+ background:url(./themes/pmahomme/img/input_bg.gif);
+ border:1px solid #aaa;
+ color:#555555;
+ padding:4px;
+ margin:6px;
+
+}
+
+input[type=submit]{
+ font-weight:bold;
+ margin-left:14px;
+ border: 1px solid #aaa;
+ padding: 3px 7px;
+ color: #111;
+ text-decoration: none;
+ background: #ddd;
+
+ border-radius: 12px;
+ -webkit-border-radius: 12px;
+ -moz-border-radius: 12px;
+
+ text-shadow: 0px 1px 0px #fff;
+
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+}
+
+input[type=submit]:hover{ position: relative;
+ background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
+ background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
+ cursor:pointer;
+}
+
+input[type=submit]:active{ position: relative;
+ top: 1px;
+ left: 1px;
+}
+textarea {
+ overflow: visible;
+ height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
+}
+
+fieldset {
+ margin-top: 1em;
+ border-radius:4px 4px 0 0;
+ -moz-border-radius:4px 4px 0 0;
+ -webkit-border-radius:4px 4px 0 0;
+ padding:5px;
+ border: #aaa solid 1px;
+ padding: 1.5em;
+ background: #eee;
+ text-shadow:0 1px 0 #fff;
+ -moz-box-shadow: 1px 1px 2px #fff inset;
+ -webkit-box-shadow: 1px 1px 2px #fff inset;
+ box-shadow: 1px 1px 2px #fff inset;
+}
+
+fieldset fieldset {
+ margin: 0.8em;
+ background:#fff;
+ border:1px solid #aaa;
+ background:none repeat scroll 0 0 #E8E8E8;
+
+}
+
+fieldset legend {
+ font-weight: bold;
+ color: #444;
+ padding:5px 10px;
+ border-radius:2px;
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+ border:1px solid #aaa;
+ background-color: #fff;
+ -moz-box-shadow:3px 3px 15px #bbb;
+ -webkit-box-shadow:3px 3px 15px #bbb;
+ box-shadow:3px 3px 15px #bbb;
+}
+
+/* buttons in some browsers (eg. Konqueror) are block elements,
+ this breaks design */
+button {
+ display: inline;
+}
+
+table caption,
+table th,
+table td {
+ padding: 0.8em;
+ margin: 0.1em;
+ vertical-align: top;
+ text-shadow:0 1px 0 #FFFFFF;
+}
+
+/* MH */
+table{border-collapse:collapse;}
+th{border-right:1px solid #fff; text-align:left;}
+
+
+img,
+input,
+select,
+button {
+ vertical-align: middle;
+}
+
+select{
+ -moz-border-radius:2px;
+ -webkit-border-radius:2px;
+ border-radius:2px;
+
+ -moz-box-shadow:0 1px 2px #ddd;
+ -webkit-box-shadow:0 1px 2px #ddd;
+ box-shadow:0 1px 2px #ddd;
+
+ border:1px solid #aaa;
+ color:#333333;
+ padding:3px;
+ background:url(./themes/pmahomme/img/input_bg.gif)
+}
+
+/******************************************************************************/
+/* classes */
+div.tools {
+ /* border: 1px solid #000000; */
+ padding: 0.2em;
+}
+
+div.tools a{color:#3a7ead !important;}
+
+div.tools,
+fieldset.tblFooters {
+ margin-top: 0;
+ margin-bottom: 0.5em;
+ /* avoid a thick line since this should be used under another fieldset */
+ border-top: 0;
+ text-align: <?php echo $right; ?>;
+ float: none;
+ clear: both;
+ -webkit-border-radius:0 0 4px 4px;
+ -moz-border-radius:0 0 4px 4px;
+ border-radius: 0 0 4px 5px;
+}
+
+fieldset .formelement {
+ float: <?php echo $left; ?>;
+ margin-<?php echo $right; ?>: 0.5em;
+ /* IE */
+ white-space: nowrap;
+}
+
+/* revert for Gecko */
+fieldset div[class=formelement] {
+ white-space: normal;
+}
+
+button.mult_submit {
+ border: none;
+ background-color: transparent;
+}
+
+/* odd items 1,3,5,7,... */
+table tr.odd th,
+.odd {
+ background: #fff;
+}
+
+/* even items 2,4,6,8,... */
+table tr.even th,
+.even {
+ background: #f8f8f8;
+}
+
+/* odd table rows 1,3,5,7,... */
+table tr.odd th,
+table tr.odd,
+table tr.even th,
+table tr.even {
+ text-align: <?php echo $left; ?>;
+}
+
+<?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?>
+/* marked table rows */
+td.marked,
+table tr.marked th,
+table tr.marked {
+ background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7;
+ color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
+}
+<?php } ?>
+
+<?php if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?>
+/* hovered items */
+.odd:hover,
+.even:hover,
+.hover,
+.structure_actions_dropdown {
+ background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* MH */
+ color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
+}
+
+/* hovered table rows */
+table tr.odd:hover th,
+table tr.even:hover th,
+table tr.hover th {
+ background: url(./themes/pmahomme/img/marked_bg.png) repeat-x #b6c6d7; /* MH */
+ color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
+}
+<?php } ?>
+
+/**
+ * marks table rows/cells if the db field is in a where condition
+ */
+tr.condition th,
+tr.condition td,
+td.condition,
+th.condition {
+ border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
+}
+
+table .value {
+ text-align: <?php echo $right; ?>;
+ white-space: normal;
+}
+/* IE doesnt handles 'pre' right */
+table [class=value] {
+ white-space: normal;
+}
+
+
+<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
+.value {
+ font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
+}
+<?php } ?>
+.value .attention {
+ color: red;
+ font-weight: bold;
+}
+.value .allfine {
+ color: green;
+}
+
+
+img.lightbulb {
+ cursor: pointer;
+}
+
+.pdflayout {
+ overflow: hidden;
+ clip: inherit;
+ background-color: #FFFFFF;
+ display: none;
+ border: 1px solid #000000;
+ position: relative;
+}
+
+.pdflayout_table {
+ background: #D3DCE3;
+ color: #000000;
+ overflow: hidden;
+ clip: inherit;
+ z-index: 2;
+ display: inline;
+ visibility: inherit;
+ cursor: move;
+ position: absolute;
+ font-size: 80%;
+ border: 1px dashed #000000;
+}
+
+/* MySQL Parser */
+.syntax {
+ font-family: Verdan, Arial, Tahoma;
+ font-size: 110%;
+}
+
+.syntax a {
+ text-decoration: none;
+ border-bottom:1px dotted black;
+}
+
+.syntax_comment {
+ padding-left: 4pt;
+ padding-right: 4pt;
+}
+
+.syntax_digit {
+}
+
+.syntax_digit_hex {
+}
+
+.syntax_digit_integer {
+}
+
+.syntax_digit_float {
+}
+
+.syntax_punct {
+}
+
+.syntax_alpha {
+}
+
+.syntax_alpha_columnType {
+ text-transform: uppercase;
+}
+
+.syntax_alpha_columnAttrib {
+ text-transform: uppercase;
+}
+
+.syntax_alpha_reservedWord {
+ text-transform: uppercase;
+ font-weight: bold;
+}
+
+.syntax_alpha_functionName {
+ text-transform: uppercase;
+}
+
+.syntax_alpha_identifier {
+}
+
+.syntax_alpha_charset {
+}
+
+.syntax_alpha_variable {
+}
+
+.syntax_quote {
+ white-space: pre;
+}
+
+.syntax_quote_backtick {
+}
+
+/* leave some space between icons and text */
+.icon, img.footnotemarker {
+ vertical-align: -3px;
+ margin-right: 0.3em;
+ margin-left: 0.3em;
+}
+
+img.footnotemarker {
+ display: none;
+}
+
+/* no extra space in table cells */
+td .icon {
+ margin: 0;
+}
+
+.selectallarrow {
+ margin-<?php echo $right; ?>: 0.3em;
+ margin-<?php echo $left; ?>: 0.6em;
+}
+
+/* message boxes: warning, error, confirmation */
+.success h1,
+.notice h1,
+.warning h1,
+div.error h1 {
+ border-bottom: 2px solid;
+ font-weight: bold;
+ text-align: <?php echo $left; ?>;
+ margin: 0 0 0.2em 0;
+}
+
+div.success,
+div.notice,
+div.warning,
+div.error,
+div.footnotes {
+ margin: 0.5em 0 1.3em 0;
+ border: 1px solid;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-repeat: no-repeat;
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
+ background-position: 10px 50%;
+ padding: 10px 10px 10px 25px;
+ <?php } else { ?>
+ background-position: 99% 50%;
+ padding: 25px 10px 10px 10px
+ <?php } ?>
+ <?php } else { ?>
+ padding: 0.3em;
+ <?php } ?>
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ -moz-box-shadow: 0px 1px 2px #fff inset;
+ -webkit-box-shadow: 0px 1px 2px #fff inset;
+}
+
+.success {
+ color: #000000;
+ background-color: #cbee0c;
+}
+h1.success,
+div.success {
+ border-color: #a2d246;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_success.png);
+ background-repeat: no-repeat;
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
+ background-position: 5px 50%;
+ /* padding: 0.2em 0.2em 0.2em 25px; MH */
+ <?php } else { ?>
+ background-position: 97% 50%;
+ /* padding: 0.2em 25px 0.2em 0.2em; MH */
+ <?php } ?>
+ <?php } ?>
+}
+.success h1 {
+ border-color: #00FF00;
+}
+
+.notice, .footnotes {
+ color: #000000;
+ background-color: #ffdf5f;
+}
+h1.notice,
+div.notice,
+div.footnotes {
+ border-color: #ff9600;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
+ background-repeat: no-repeat;
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
+ background-position: 5px 50%;
+ /* padding: 0.2em 0.2em 0.2em 25px; MH */
+ <?php } else { ?>
+ background-position: 97% 50%;
+ /* padding: 0.2em 25px 0.2em 0.2em; MH */
+ <?php } ?>
+ <?php } ?>
+}
+.notice h1 {
+ border-color: #ffb10a;
+}
+
+.warning {
+ color: #fff;
+ background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #e97777;
+}
+p.warning,
+h1.warning,
+div.warning {
+ border-color: #CC0000;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_warn.png);
+ background-repeat: no-repeat;
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
+ background-position: 5px 50%;
+ /* padding: 0.2em 0.2em 0.2em 25px; MH */
+ <?php } else { ?>
+ background-position: 97% 50%;
+ /* padding: 0.2em 25px 0.2em 0.2em; MH */
+ <?php } ?>
+ <?php } ?>
+}
+.warning h1 {
+ border-color: #cc0000;
+}
+
+.error {
+ border:1px solid maroon !important;
+ color: #fff;
+ background:url(./themes/pmahomme/img/tab_warning_bg.png) 50% 0% #e97777;
+}
+
+h1.error,
+div.error {
+ border-color: #333;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_error.png);
+ background-repeat: no-repeat;
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
+ background-position: 5px 50%;
+ /* padding: 0.2em 0.2em 0.2em 25px; MH */
+ <?php } else { ?>
+ background-position: 97% 50%;
+ /* padding: 0.2em 25px 0.2em 0.2em; MH */
+ <?php } ?>
+ <?php } ?>
+}
+div.error h1 {
+ border-color: #ff0000;
+}
+
+.confirmation {
+ color: #000000;
+ background-color: pink;
+}
+fieldset.confirmation {
+
+}
+fieldset.confirmation legend {
+
+}
+/* end messageboxes */
+
+
+.tblcomment {
+ font-size: 70%;
+ font-weight: normal;
+ color: #000099;
+}
+
+.tblHeaders {
+ font-weight: bold;
+ color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
+ background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
+}
+
+div.tools,
+.tblFooters {
+ font-weight: normal;
+ color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
+ background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
+}
+
+.tblHeaders a:link,
+.tblHeaders a:active,
+.tblHeaders a:visited,
+div.tools a:link,
+div.tools a:visited,
+div.tools a:active,
+.tblFooters a:link,
+.tblFooters a:active,
+.tblFooters a:visited {
+ color: #0000FF;
+}
+
+.tblHeaders a:hover,
+div.tools a:hover,
+.tblFooters a:hover {
+ color: #FF0000;
+}
+
+/* forbidden, no privilegs */
+.noPrivileges {
+ color: #FF0000;
+ font-weight: bold;
+}
+
+/* disabled text */
+.disabled,
+.disabled a:link,
+.disabled a:active,
+.disabled a:visited {
+ color: #666666;
+}
+
+.disabled a:hover {
+ color: #666666;
+ text-decoration: none;
+}
+
+tr.disabled td,
+td.disabled {
+ background-color: #cccccc;
+}
+
+.nowrap {
+ white-space: nowrap;
+}
+
+/**
+ * login form
+ */
+body.loginform h1,
+body.loginform a.logo {
+ display: block;
+ text-align: center;
+}
+
+body.loginform {
+ text-align: center;
+}
+
+body.loginform div.container {
+ text-align: <?php echo $left; ?>;
+ width: 30em;
+ margin: 0 auto;
+}
+
+form.login label {
+ float: <?php echo $left; ?>;
+ width: 10em;
+ font-weight: bolder;
+}
+
+.commented_column {
+ border-bottom: 1px dashed black;
+}
+
+.column_attribute {
+ font-size: 70%;
+}
+
+/******************************************************************************/
+/* specific elements */
+
+/* topmenu */
+#topmenu a {text-shadow:0px 1px 0px #fff;}
+
+ul#topmenu, ul#topmenu2, ul.tabs {
+ font-weight: bold;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+
+}
+
+ul#topmenu2 {
+ margin: 0.25em 0.5em 0;
+ height: 2em;
+ clear: both;
+}
+
+ul#topmenu li, ul#topmenu2 li {
+ float: <?php echo $left; ?>;
+ margin: 0;
+ /* padding: 4px; MH */
+ vertical-align: middle;
+}
+
+#topmenu img, #topmenu2 img {
+ margin-right:0.5em;
+ vertical-align:-3px;
+}
+
+#topmenucontainer{background:url(./themes/pmahomme/img/tab_bg.png) repeat-x; border-top:1px solid #aaa;}
+
+/* default tab styles */
+.tabactive {
+ background:#fff !important;
+}
+
+ul#topmenu a, ul#topmenu span {
+ display: block;
+ margin: 0px;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+ul#topmenu ul a {
+ margin: 0;
+
+}
+
+ul#topmenu .submenu {
+ position: relative;
+}
+
+ul#topmenu ul {
+ margin: 0;
+ padding: 0;
+ position: absolute;
+ right: 0;
+ list-style-type: none;
+ display: none;
+ border: 1px #ddd solid;
+}
+
+ul#topmenu li:hover {
+ background:url(./themes/pmahomme/img/tab_hover_bg.png) repeat-x 50% 0%!important;
+}
+
+ul#topmenu li:hover ul, ul#topmenu .submenuhover ul {
+ display: block;
+ font-weight:3em;
+ background:#fff;
+
+}
+
+ul#topmenu ul li {
+ width: 100%;
+}
+
+ul#topmenu2 a {
+ display: block;
+ margin: 7px 6px 7px 0px;
+ padding: 4px 10px;
+ white-space: nowrap;
+ border:1px solid #ddd;
+ border-radius: 20px;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ background:#f2f2f2;
+
+}
+
+/* disabled tabs */
+ul#topmenu span.tab {
+ color: #666666;
+}
+
+/* disabled drop/empty tabs */
+ul#topmenu span.tabcaution {
+ color: #ff6666;
+}
+
+/* enabled drop/empty tabs */
+ul#topmenu a.tabcaution {
+ color: #FF0000;
+}
+ul#topmenu a.tabcaution:hover {
+ color: #FFFFFF;
+ background-color: #FF0000;
+}
+fieldset.caution a {
+ color: #FF0000;
+}
+fieldset.caution a:hover {
+ color: #ffffff;
+ background-color: #FF0000;
+}
+
+<?php if ($GLOBALS['cfg']['LightTabs']) { ?>
+/* active tab */
+ul#topmenu a.tabactive, ul#topmenu2 a.tabactive {
+ color: black;
+}
+
+ul#topmenu ul {
+ background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
+}
+<?php } else { ?>
+#topmenu {
+ margin-top: 0.5em;
+ padding: 0.1em 0.3em 0.1em 0.3em;
+}
+
+ul#topmenu ul {
+ -moz-box-shadow: 1px 1px 6px #ddd;
+ -webkit-box-shadow: 2px 2px 3px #666;
+ box-shadow: 2px 2px 3px #666;
+}
+
+ul#topmenu > li {
+ /* border-bottom: 0pt solid black; MH */
+ border-right: 1px solid #fff;
+ border-left: 1px solid #ccc;
+}
+
+/* default tab styles */
+ul#topmenu a, ul#topmenu span {
+ padding:10px;
+ /*
+ background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
+ border: 0 solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
+ border-width: 1pt 1pt 0 1pt;
+ -moz-border-radius: 0.4em 0.4em 0 0;
+ border-radius: 0.4em 0.4em 0 0;
+
+ MH
+ */
+}
+
+ul#topmenu ul a {
+ border-width: 1pt 0 0 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ border-radius: 0;
+
+}
+
+ul#topmenu ul li:first-child a {
+ border-width: 0;
+
+}
+
+/* enabled hover/active tabs */
+ul#topmenu > li > a:hover,
+ul#topmenu > li > .tabactive {
+ /* margin: 0; MH */
+ text-decoration: none;
+}
+
+ul#topmenu ul a:hover,
+ul#topmenu ul .tabactive {
+ text-decoration: none;
+}
+
+ul#topmenu a.tab:hover,
+ul#topmenu .tabactive {
+ / * background-color: <?php echo $GLOBALS['cfg']['MainBackground']; ?>; MH */
+}
+
+ul#topmenu2 a.tab:hover,
+ul#topmenu2 a.tabactive {
+ background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
+ border-radius: 0.3em;
+ -moz-border-radius: 0.3em;
+ -webkit-border-radius: 0.3em;
+ text-decoration: none;
+}
+
+/* to be able to cancel the bottom border, use <li class="active"> */
+ul#topmenu > li.active {
+ /* border-bottom: 0pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; MH*/
+ border-right:0px;
+}
+
+/* disabled drop/empty tabs */
+ul#topmenu span.tab,
+a.warning,
+ul#topmenu span.tabcaution {
+ cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
+}
+<?php } ?>
+/* end topmenu */
+
+
+/* Calendar */
+table.calendar {
+ width: 100%;
+}
+table.calendar td {
+ text-align: center;
+}
+table.calendar td a {
+ display: block;
+}
+
+table.calendar td a:hover {
+ background-color: #CCFFCC;
+}
+
+table.calendar th {
+ background-color: #D3DCE3;
+}
+
+table.calendar td.selected {
+ background-color: #FFCC99;
+}
+
+img.calendar {
+ border: none;
+}
+form.clock {
+ text-align: center;
+}
+/* end Calendar */
+
+
+/* table stats */
+div#tablestatistics {
+ border-bottom: 0.1em solid #669999;
+ margin-bottom: 0.5em;
+ padding-bottom: 0.5em;
+}
+
+div#tablestatistics table {
+ float: <?php echo $left; ?>;
+ margin-bottom: 0.5em;
+ margin-<?php echo $right; ?>: 0.5em;
+}
+
+div#tablestatistics table caption {
+ margin-<?php echo $right; ?>: 0.5em;
+}
+/* END table stats */
+
+
+/* server privileges */
+#tableuserrights td,
+#tablespecificuserrights td,
+#tabledatabases td {
+ vertical-align: middle;
+}
+/* END server privileges */
+
+
+
+/* Heading */
+#serverinfo {
+border-bottom:1px solid #fff;
+-moz-border-radius: 4px 4px 0 0;
+-webkit-border-radius: 4px 4px 0 0;
+border-radius:4px 4px 0 0;
+background:#888;
+padding:10px;
+text-shadow:0 1px 0 #000000;
+}
+
+#serverinfo .item {
+ white-space: nowrap;
+ color:#fff;
+}
+
+#span_table_comment {
+ font-weight: normal;
+ font-style: italic;
+ white-space: nowrap;
+}
+
+#serverinfo img {
+ margin: 0 0.1em 0 0.2em;
+}
+
+
+#textSQLDUMP {
+ width: 95%;
+ height: 95%;
+ font-family: "Courier New", Courier, mono;
+ font-size: 110%;
+}
+
+#TooltipContainer {
+ position: absolute;
+ z-index: 99;
+ width: 20em;
+ height: auto;
+ overflow: visible;
+ visibility: hidden;
+ background-color: #ffffcc;
+ color: #006600;
+ border: 0.1em solid #000000;
+ padding: 0.5em;
+}
+
+/* user privileges */
+#fieldset_add_user_login div.item {
+ border-bottom: 1px solid silver;
+ padding-bottom: 0.3em;
+ margin-bottom: 0.3em;
+}
+
+#fieldset_add_user_login label {
+ float: <?php echo $left; ?>;
+ display: block;
+ width: 10em;
+ max-width: 100%;
+ text-align: <?php echo $right; ?>;
+ padding-<?php echo $right; ?>: 0.5em;
+}
+
+#fieldset_add_user_login span.options #select_pred_username,
+#fieldset_add_user_login span.options #select_pred_hostname,
+#fieldset_add_user_login span.options #select_pred_password {
+ width: 100%;
+ max-width: 100%;
+}
+
+#fieldset_add_user_login span.options {
+ float: <?php echo $left; ?>;
+ display: block;
+ width: 12em;
+ max-width: 100%;
+ padding-<?php echo $right; ?>: 0.5em;
+}
+
+#fieldset_add_user_login input {
+ width: 12em;
+ clear: <?php echo $right; ?>;
+ max-width: 100%;
+}
+
+#fieldset_add_user_login span.options input {
+ width: auto;
+}
+
+#fieldset_user_priv div.item {
+ float: <?php echo $left; ?>;
+ width: 9em;
+ max-width: 100%;
+}
+
+#fieldset_user_priv div.item div.item {
+ float: none;
+}
+
+#fieldset_user_priv div.item label {
+ white-space: nowrap;
+}
+
+#fieldset_user_priv div.item select {
+ width: 100%;
+}
+
+#fieldset_user_global_rights fieldset {
+ float: <?php echo $left; ?>;
+}
+/* END user privileges */
+
+
+/* serverstatus */
+div#serverstatus table caption a.top {
+ float: <?php echo $right; ?>;
+}
+
+div#serverstatus div#serverstatusqueriesdetails table,
+div#serverstatus table#serverstatustraffic,
+div#serverstatus table#serverstatusconnections {
+ float: <?php echo $left; ?>;
+}
+
+#serverstatussection,
+.clearfloat {
+ clear: both;
+}
+div#serverstatussection table {
+ width: 100%;
+ margin-bottom: 1em;
+}
+div#serverstatussection table .name {
+ width: 18em;
+}
+div#serverstatussection table .value {
+ width: 6em;
+}
+
+div#serverstatus table tbody td.descr a,
+div#serverstatus table .tblFooters a {
+ white-space: nowrap;
+}
+div#serverstatus div#statuslinks a:before,
+div#serverstatus div#sectionlinks a:before,
+div#serverstatus table tbody td.descr a:before,
+div#serverstatus table .tblFooters a:before {
+ /*MH content: '['; */
+}
+div#serverstatus div#statuslinks a:after,
+div#serverstatus div#sectionlinks a:after,
+div#serverstatus table tbody td.descr a:after,
+div#serverstatus table .tblFooters a:after {
+ /* MH content: ']'; */
+}
+/* end serverstatus */
+
+/* querywindow */
+body#bodyquerywindow {
+ margin: 0;
+ padding: 0;
+ background-image: none;
+ background-color: #F5F5F5;
+}
+
+div#querywindowcontainer {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+}
+
+div#querywindowcontainer fieldset {
+ margin-top: 0;
+}
+/* END querywindow */
+
+
+/* querybox */
+
+#togglequerybox{margin:0 10px}
+
+#serverstatus p {
+
+ margin: 1.5em 0px;
+ border: 1px solid #3a86b5;
+ <?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
+ background-repeat: no-repeat;
+ <?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
+ background-position: 10px 50%;
+ padding: 10px 10px 10px 25px;
+ <?php } else { ?>
+ background-position: 99% 50%;
+ padding: 25px 10px 10px 10px
+ <?php } ?>
+ <?php } else { ?>
+ padding: 0.3em;
+ <?php } ?>
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ -moz-box-shadow: 0px 1px 2px #fff inset;
+ -webkit-box-shadow: 0px 1px 2px #fff inset;
+ box-shadow:0px 1px 2px #fff; inset;
+ background:#9dcce8;
+ color:#fff;
+}
+
+#serverstatus h3
+{
+ margin:35px 0px;font-weight:normal;color:#999;font-size:1.7em;
+}
+#sectionlinks{
+ padding:16px;
+ background:#f3f3f3;
+ border:1px solid #aaa;
+ border-radius:5px;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+
+ box-shadow:0px 1px 1px #fff inset;
+ -webkit-box-shadow:0px 1px 1px #fff inset;
+ -moz-box-shadow:0px 1px 1px #fff inset;
+
+}
+#sectionlinks a, #statuslinks a{
+ font-size:0.88em;
+ font-weight:bold;
+ text-shadow: 0px 1px 0px #fff;
+ line-height:35px;
+ margin-left:7px;
+ border: 1px solid #aaa;
+ padding: 5px 10px;
+ color: #111;
+ text-decoration: none;
+ background: #ddd;
+ border-radius: 20px;
+ -webkit-border-radius: 20px;
+ -moz-border-radius: 20px;
+ box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ /*
+ -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
+ text-shadow: #fff 0px 1px 0px;
+ */
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+}
+#sectionlinks a:hover, #statuslinks a:hover{
+ background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
+ background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
+}
+
+div#sqlquerycontainer {
+ float: <?php echo $left; ?>;
+ width: 69%;
+ /* height: 15em; */
+}
+
+div#tablefieldscontainer {
+ float: <?php echo $right; ?>;
+ width: 29%;
+ /* height: 15em; */
+}
+
+div#tablefieldscontainer select {
+ width: 100%;
+ background:#fff;
+ /* height: 12em; */
+}
+
+textarea#sqlquery {
+ width: 100%;
+ /* height: 100%; */
+ -moz-border-radius:4px;
+ -webkit-border-radius:4px;
+ border-raduis:4px
+ border:1px solid #aaa;
+ padding:5px;
+ font-family:inherit;
+}
+textarea#sql_query_edit{
+ height:7em;
+ width: 95%;
+ display:block;
+}
+div#queryboxcontainer div#bookmarkoptions {
+ margin-top: 0.5em;
+}
+/* end querybox */
+
+/* main page */
+#maincontainer {
+ /* background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png); */
+ /* background-position: <?php echo $right; ?> bottom; */
+ /* background-repeat: no-repeat; */
+}
+
+#mysqlmaininformation,
+#pmamaininformation {
+ float: <?php echo $left; ?>;
+ width: 49%;
+}
+
+#maincontainer ul {
+ list-style-type: disc;
+ vertical-align: middle;
+}
+
+#maincontainer li {
+ margin-bottom: 0.3em;
+}
+/* END main page */
+
+
+<?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
+/* iconic view for ul items */
+li#li_create_database {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_newdb.png);
+}
+
+li#li_select_lang {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_lang.png);
+}
+
+li#li_select_mysql_collation {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
+}
+
+li#li_select_theme{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
+}
+
+li#li_user_info{
+ /* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png); */
+}
+
+li#li_mysql_status{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_status.png);
+}
+
+li#li_mysql_variables{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_vars.png);
+}
+
+li#li_mysql_processes{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_process.png);
+}
+
+li#li_mysql_collations{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
+}
+
+li#li_mysql_engines{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_engine.png);
+}
+
+li#li_mysql_binlogs {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_tbl.png);
+}
+
+li#li_mysql_databases {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
+}
+
+li#li_export {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_export.png);
+}
+
+li#li_import {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_import.png);
+}
+
+li#li_change_password {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png);
+}
+
+li#li_log_out {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
+}
+
+li#li_mysql_privilegs{
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_rights.png);
+}
+
+li#li_switch_dbstats {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_dbstatistics.png);
+}
+
+li#li_flush_privileges {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_reload.png);
+}
+
+li#li_user_preferences {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_tblops.png);
+}
+/* END iconic view for ul items */
+<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
+
+
+#body_browse_foreigners {
+ background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
+ margin: 0.5em 0.5em 0 0.5em;
+}
+
+#bodyquerywindow {
+ background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
+}
+
+#bodythemes {
+ width: 500px;
+ margin: auto;
+ text-align: center;
+}
+
+#bodythemes img {
+ border: 0.1em solid black;
+}
+
+#bodythemes a:hover img {
+ border: 0.1em solid red;
+}
+
+#fieldset_select_fields {
+ float: <?php echo $left; ?>;
+}
+
+#selflink {
+ clear: both;
+ display: block;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ background:#f3f3f3;
+ width: 100%;
+ border-top: 0.1em solid silver;
+ text-align: <?php echo $right; ?>;
+
+
+}
+
+#table_innodb_bufferpool_usage,
+#table_innodb_bufferpool_activity {
+ float: <?php echo $left; ?>;
+}
+
+#div_mysql_charset_collations table {
+ float: <?php echo $left; ?>;
+}
+
+#div_table_order {
+ min-width: 48%;
+ float: <?php echo $left; ?>;
+}
+
+#div_table_rename {
+ min-width: 48%;
+ float: <?php echo $left; ?>;
+}
+
+#div_table_copy,
+#div_partition_maintenance,
+#div_referential_integrity,
+#div_table_removal,
+#div_table_maintenance {
+ min-width: 48%;
+ float: <?php echo $left; ?>;
+}
+
+#div_table_options {
+ clear: both;
+ min-width: 48%;
+ float: <?php echo $left; ?>;
+}
+
+#qbe_div_table_list {
+ float: <?php echo $left; ?>;
+}
+
+#qbe_div_sql_query {
+ float: <?php echo $left; ?>;
+}
+
+label.desc {
+ width: 30em;
+ float: <?php echo $left; ?>;
+}
+
+label.desc sup {
+ position: absolute;
+}
+
+code.sql, div.sqlvalidate {
+ display: block;
+ padding: 1em;
+ margin-top: 0;
+ margin-bottom: 0;
+ border-top: 0;
+ border-bottom: 0;
+ max-height: 10em;
+ overflow: auto;
+ background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
+}
+
+#main_pane_left {
+ width: 60%;
+ float: <?php echo $left; ?>;
+ padding-top: 1em;
+}
+
+#main_pane_right {
+ margin-<?php echo $left; ?>: 60%;
+ padding-top: 1em;
+ padding-<?php echo $left; ?>: 1em;
+}
+
+.group {
+
+ border:1px solid #999;
+ background:#f3f3f3;
+ -moz-border-radius:4px;
+ -webkit-border-radius:4px;
+ border-radius:4px;
+ -moz-box-shadow:2px 2px 5px #ccc;
+ -webkit-box-shadow:2px 2px 5px #ccc;
+ box-shadow:3px 3px 10px #ddd;
+ margin-bottom: 1em;
+ padding-bottom: 1em;
+}
+
+.group h2 {
+ background-color: #bbb;
+ padding: 0.1em 0.3em;
+ margin-top: 0;
+ color:#fff;
+ font-size:2em;
+ font-weight:normal;
+ text-shadow:0 1px 0 #777;
+ -moz-box-shadow: 1px 1px 15px #999 inset;
+ -webkit-box-shadow: 1px 1px 15px #999 inset;
+ box-shadow: 1px 1px 15px #999 inset;
+}
+
+.group-cnt {
+ padding: 0 0 0 0.5em;
+ display: inline-block;
+ width: 98%;
+}
+
+/* for elements that should be revealed only via js */
+.hide {
+ display: none;
+}
+
+#li_select_server {
+ list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
+}
+
+#list_server {
+ list-style-image: none;
+}
+
+/**
+ * Progress bar styles
+ */
+div.upload_progress_bar_outer
+{
+ border: 1px solid black;
+ width: 202px;
+}
+
+div.upload_progress_bar_inner
+{
+ background-color: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?>;
+ width: 0px;
+ height: 12px;
+ margin: 1px;
+}
+
+table#serverconnection_src_remote,
+table#serverconnection_trg_remote,
+table#serverconnection_src_local,
+table#serverconnection_trg_local {
+ float:left;
+}
+/**
+ * Validation error message styles
+ */
+.invalid_value
+{background:#F00;}
+
+/**
+ * Ajax notification styling
+ */
+ .ajax_notification {
+ top: 0px; /** The notification needs to be shown on the top of the page */
+ position: fixed;
+ margin-top: 0;
+ margin-right: auto;
+ margin-bottom: 0;
+ margin-left: auto;
+ padding: 5px; /** Keep a little space on the sides of the text */
+ min-width: 70px;
+ max-width: 350px; /** This value might have to be changed */
+
+ z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
+ text-align: center;
+ display: inline;
+ left: 0;
+ right: 0;
+ background-image: url(./themes/pmahomme/img/ajax_clock_small.gif);
+ background-repeat: no-repeat;
+ background-position: 2%;
+ border:1px solid #e2b709;
+ }
+
+/* MH additional styles */
+.ajax_notification{
+ margin-top:200px;background:#ffe57e;
+ border-radius:5px;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ box-shadow: 0px 5px 90px #888;
+ -moz-box-shadow: 0px 5px 90px #888;
+ -webkit-box-shadow: 0px 5px 90px #888;
+}
+
+#loading_parent {
+ /** Need this parent to properly center the notification division */
+ position: relative;
+ width: 100%;
+ }
+/**
+ * Export and Import styles
+ */
+
+.exportoptions h3, .importoptions h3 {
+ border-bottom: 1px #999999 solid;
+ font-size: 110%;
+}
+
+.exportoptions ul, .importoptions ul, .format_specific_options ul {
+ list-style-type: none;
+ margin-bottom: 15px;
+}
+
+.exportoptions li, .importoptions li {
+ margin: 7px;
+}
+.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
+ margin: 5px;
+ float: none;
+}
+
+#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{
+ float: left;
+ width: 15em;
+}
+
+.exportoptions, .importoptions {
+ margin: 20px 30px 30px 10px
+}
+
+.exportoptions #buttonGo, .importoptions #buttonGo {
+ font-weight:bold;
+ margin-left:14px;
+ border: 1px solid #aaa;
+ padding: 5px 12px;
+ color: #111;
+ text-decoration: none;
+ background: #ddd;
+
+ border-radius: 12px;
+ -webkit-border-radius: 12px;
+ -moz-border-radius: 12px;
+
+ text-shadow: 0px 1px 0px #fff;
+
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
+ background: -moz-linear-gradient(top, #ffffff, #cccccc);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
+ cursor: pointer;
+}
+#buttonGo:hover{
+ background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd));
+ background: -moz-linear-gradient(top, #cccccc, #dddddd);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd');
+}
+
+.format_specific_options h3 {
+ margin: 10px 0px 0px 10px;
+ border: 0px;
+}
+
+.format_specific_options {
+ border: 1px solid #999999;
+ margin: 7px 0px;
+ padding: 3px;
+}
+
+p.desc {
+ margin: 5px;
+}
+
+/**
+ * Export styles only
+ */
+select#db_select, select#table_select {
+ width: 400px;
+}
+
+.export_sub_options {
+ margin: 20px 0px 0px 30px;
+}
+
+.export_sub_options h4 {
+ border-bottom: 1px #999999 solid;
+}
+
+.export_sub_options li.subgroup {
+ display: inline-block;
+ margin-top: 0;
+}
+
+.export_sub_options li {
+ margin-bottom: 0;
+}
+
+#quick_or_custom, #output_quick_export {
+ display: none;
+}
+/**
+ * Import styles only
+ */
+
+.importoptions #import_notification {
+ margin: 10px 0px;
+ font-style: italic;
+}
+
+input#input_import_file {
+ margin: 5px;
+}
+
+.formelementrow {
+ margin: 5px 0px 5px 0px;
+}
+
+/**
+ * ENUM/SET editor styles
+ */
+p.enum_notice {
+ margin: 5px 2px;
+ font-size: 80%;
+}
+
+#enum_editor {
+ display: none;
+ position: fixed;
+ _position: absolute; /* hack for IE */
+ z-index: 101;
+ overflow-y: auto;
+ overflow-x: hidden;
+}
+
+#enum_editor_no_js {
+ margin: auto auto;
+}
+
+#enum_editor, #enum_editor_no_js {
+ background: #D0DCE0;
+ padding: 15px;
+}
+
+#popup_background {
+ display: none;
+ position: fixed;
+ _position: absolute; /* hack for IE6 */
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ background: #000;
+ z-index: 100;
+ overflow: hidden;
+}
+
+a.close_enum_editor {
+ float: right;
+}
+
+#enum_editor #values, #enum_editor_no_js #values {
+ margin: 15px 0px;
+ width: 100%;
+}
+
+#enum_editor #values input, #enum_editor_no_js #values input {
+ margin: 5px 0px;
+ float: top;
+ width: 100%;
+}
+
+}
+
+#enum_editor_output {
+ margin-top: 50px;
+}
+
+/**
+ * Table structure styles
+ */
+.structure_actions_dropdown {
+ position: absolute;
+ padding: 3px;
+ display: none;
+ z-index: 100;
+}
+
+td.more_opts {
+ white-space: nowrap;
+}
+
+iframe.IE_hack {
+ z-index: 1;
+ position: absolute;
+ display: none;
+ border: 0;
+ filter: alpha(opacity=0);
+}
+
+/* config forms */
+.config-form ul.tabs {
+ margin: 1.1em 0.2em 0;
+ padding: 0 0 0.3em 0;
+ list-style: none;
+ font-weight: bold;
+}
+
+.config-form ul.tabs li {
+ float: <?php echo $left; ?>;
+}
+
+.config-form ul.tabs li a {
+ display: block;
+ margin: 0.1em 0.2em 0;
+ white-space: nowrap;
+ text-decoration: none;
+ border: 1px solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
+ border-bottom: none;
+}
+
+/*MH*/
+.config-form ul.tabs li a {
+ padding:7px 10px;
+ -moz-border-radius:5px 5px 0 0;
+ -webkit-border-radius:5px 5px 0 0;
+ border-radius:5px 5px 0 0;
+ background:#d5d5d5;
+ color:#fff;
+}
+
+.config-form ul.tabs li a:hover,
+.config-form ul.tabs li a:active,
+.config-form ul.tabs li a.active {
+ /*margin: 0;*/
+ /*padding: 0.1em 0.6em 0.2em;*/
+}
+
+.config-form ul.tabs li a.active {
+ background-color: #fff;
+ margin-top:1px;
+ color:#000;
+}
+
+.config-form fieldset {
+ margin-top: 0;
+ padding: 0;
+ clear: both;
+ /*border-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;*/
+}
+
+.config-form legend {
+ display: none;
+}
+
+.config-form fieldset p {
+ margin: 0;
+ padding: 0.5em;
+ background: #fff;
+ border-top:0px;
+}
+
+.config-form fieldset .errors { /* form error list */
+ margin: 0 -2px 1em -2px;
+ padding: 0.5em 1.5em;
+ background: #FBEAD9;
+ border: 0 #C83838 solid;
+ border-width: 1px 0;
+ list-style: none;
+ font-family: sans-serif;
+ font-size: small;
+}
+
+.config-form fieldset .inline_errors { /* field error list */
+ margin: 0.3em 0.3em 0.3em 0;
+ padding: 0;
+ list-style: none;
+ color: #9A0000;
+ font-size: small;
+}
+
+.config-form fieldset th {
+ padding: 0.3em 0.3em 0.3em 0.5em;
+ text-align: left;
+ vertical-align: top;
+ width: 40%;
+ background: transparent;
+}
+
+.config-form fieldset .doc, .config-form fieldset .disabled-notice {
+ margin-left: 1em;
+}
+
+.config-form fieldset .disabled-notice {
+ font-size: 80%;
+ text-transform: uppercase;
+ color: #E00;
+ cursor: help;
+}
+
+.config-form fieldset td {
+ padding-top: 0.3em;
+ padding-bottom: 0.3em;
+ vertical-align: top;
+}
+
+.config-form fieldset th small {
+ display: block;
+ font-weight: normal;
+ font-family: sans-serif;
+ font-size: x-small;
+ color: #444;
+}
+
+.config-form fieldset th, .config-form fieldset td {
+ border-top: 1px <?php echo $GLOBALS['cfg']['BgTwo']; ?> solid;
+}
+
+fieldset .group-header th {
+ background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
+}
+
+fieldset .group-header + tr th {
+ padding-top: 0.6em;
+}
+
+fieldset .group-field-1 th, fieldset .group-header-2 th {
+ padding-left: 1.5em;
+}
+
+fieldset .group-field-2 th, fieldset .group-header-3 th {
+ padding-left: 3em;
+}
+
+fieldset .group-field-3 th {
+ padding-left: 4.5em;
+}
+
+fieldset .disabled-field th,
+fieldset .disabled-field th small,
+fieldset .disabled-field td {
+ color: #666;
+ background-color: #ddd;
+}
+
+.config-form .lastrow {
+ border-top: 1px #000 solid;
+}
+
+.config-form .lastrow {
+ background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;;
+ padding: 0.5em;
+ text-align: center;
+}
+
+.config-form .lastrow input {
+ font-weight: bold;
+}
+
+/* form elements */
+
+.config-form span.checkbox {
+ padding: 2px;
+ display: inline-block;
+}
+
+.config-form .custom { /* customized field */
+ background: #FFC;
+}
+
+.config-form span.checkbox.custom {
+ padding: 1px;
+ border: 1px #EDEC90 solid;
+ background: #FFC;
+}
+
+.config-form .field-error {
+ border-color: #A11 !important;
+}
+
+.config-form input[type="text"],
+.config-form select,
+.config-form textarea {
+ border: 1px #A7A6AA solid;
+ height: auto;
+}
+
+.config-form input[type="text"]:focus,
+.config-form select:focus,
+.config-form textarea:focus {
+ border: 1px #6676FF solid;
+ background: #F7FBFF;
+}
+
+.config-form .field-comment-mark {
+ font-family: serif;
+ color: #007;
+ cursor: help;
+ padding: 0 0.2em;
+ font-weight: bold;
+ font-style: italic;
+}
+
+.config-form .field-comment-warning {
+ color: #A00;
+}
+
+/* error list */
+.config-form dd {
+ margin-left: 0.5em;
+}
+
+.config-form dd:before {
+ content: "\25B8 ";
+}
+
+.click-hide-message {
+ cursor: pointer;
+}
+
+.prefsmanage_opts {
+ margin-<?php echo $left; ?>: 2em;
+}
+
+#prefs_autoload {
+ margin-bottom: 0.5em;
+}
\ No newline at end of file
diff --git a/pmahomme/img/arrow_ltr.png b/pmahomme/img/arrow_ltr.png
index 8cdb8ca..20a4188 100644
Binary files a/pmahomme/img/arrow_ltr.png and b/pmahomme/img/arrow_ltr.png differ
diff --git a/pmahomme/img/arrow_rtl.png b/pmahomme/img/arrow_rtl.png
index 6b70c4e..ff045a0 100644
Binary files a/pmahomme/img/arrow_rtl.png and b/pmahomme/img/arrow_rtl.png differ
diff --git a/pmahomme/img/b_docsql.png b/pmahomme/img/b_docsql.png
index badb78d..0568a45 100644
Binary files a/pmahomme/img/b_docsql.png and b/pmahomme/img/b_docsql.png differ
diff --git a/pmahomme/img/b_drop.png b/pmahomme/img/b_drop.png
index 0cfd585..08f2493 100644
Binary files a/pmahomme/img/b_drop.png and b/pmahomme/img/b_drop.png differ
diff --git a/pmahomme/img/b_edit.png b/pmahomme/img/b_edit.png
index 0bfecd5..1db9ce1 100644
Binary files a/pmahomme/img/b_edit.png and b/pmahomme/img/b_edit.png differ
diff --git a/pmahomme/img/b_ftext.png b/pmahomme/img/b_ftext.png
index 9247c31..795b6ca 100644
Binary files a/pmahomme/img/b_ftext.png and b/pmahomme/img/b_ftext.png differ
diff --git a/pmahomme/img/b_help.png b/pmahomme/img/b_help.png
index 82a55ce..54c4552 100644
Binary files a/pmahomme/img/b_help.png and b/pmahomme/img/b_help.png differ
diff --git a/pmahomme/img/b_index.png b/pmahomme/img/b_index.png
index 8f7373c..612612b 100644
Binary files a/pmahomme/img/b_index.png and b/pmahomme/img/b_index.png differ
diff --git a/pmahomme/img/b_info.png b/pmahomme/img/b_info.png
index 09be193..f656887 100644
Binary files a/pmahomme/img/b_info.png and b/pmahomme/img/b_info.png differ
diff --git a/pmahomme/img/b_insrow.png b/pmahomme/img/b_insrow.png
index 3913b4a..0191cfb 100644
Binary files a/pmahomme/img/b_insrow.png and b/pmahomme/img/b_insrow.png differ
diff --git a/pmahomme/img/b_more.png b/pmahomme/img/b_more.png
new file mode 100644
index 0000000..e738318
Binary files /dev/null and b/pmahomme/img/b_more.png differ
diff --git a/pmahomme/img/b_newtbl.png b/pmahomme/img/b_newtbl.png
index 5b16399..b43f694 100644
Binary files a/pmahomme/img/b_newtbl.png and b/pmahomme/img/b_newtbl.png differ
diff --git a/pmahomme/img/b_relations.png b/pmahomme/img/b_relations.png
index 265510c..675a415 100644
Binary files a/pmahomme/img/b_relations.png and b/pmahomme/img/b_relations.png differ
diff --git a/pmahomme/img/b_sbrowse.png b/pmahomme/img/b_sbrowse.png
index 4dc1672..abcd936 100644
Binary files a/pmahomme/img/b_sbrowse.png and b/pmahomme/img/b_sbrowse.png differ
diff --git a/pmahomme/img/b_sdb.png b/pmahomme/img/b_sdb.png
index 3d3c3a7..7d3a11e 100644
Binary files a/pmahomme/img/b_sdb.png and b/pmahomme/img/b_sdb.png differ
diff --git a/pmahomme/img/b_snewtbl.png b/pmahomme/img/b_snewtbl.png
new file mode 100644
index 0000000..6332fef
Binary files /dev/null and b/pmahomme/img/b_snewtbl.png differ
diff --git a/pmahomme/img/b_sqldoc.png b/pmahomme/img/b_sqldoc.png
index 1d023b4..b02f185 100644
Binary files a/pmahomme/img/b_sqldoc.png and b/pmahomme/img/b_sqldoc.png differ
diff --git a/pmahomme/img/b_tblanalyse.png b/pmahomme/img/b_tblanalyse.png
index 7890134..92dffe3 100644
Binary files a/pmahomme/img/b_tblanalyse.png and b/pmahomme/img/b_tblanalyse.png differ
diff --git a/pmahomme/img/b_tbloptimize.png b/pmahomme/img/b_tbloptimize.png
index 9a239e2..937fa21 100644
Binary files a/pmahomme/img/b_tbloptimize.png and b/pmahomme/img/b_tbloptimize.png differ
diff --git a/pmahomme/img/b_unique.png b/pmahomme/img/b_unique.png
index b949f4b..75deed8 100644
Binary files a/pmahomme/img/b_unique.png and b/pmahomme/img/b_unique.png differ
diff --git a/pmahomme/img/b_view.png b/pmahomme/img/b_view.png
index c987bbb..f678d06 100644
Binary files a/pmahomme/img/b_view.png and b/pmahomme/img/b_view.png differ
diff --git a/pmahomme/img/b_views.png b/pmahomme/img/b_views.png
index 4736603..1031697 100644
Binary files a/pmahomme/img/b_views.png and b/pmahomme/img/b_views.png differ
diff --git a/pmahomme/img/bd_browse.png b/pmahomme/img/bd_browse.png
index 90e3e78..21878cb 100644
Binary files a/pmahomme/img/bd_browse.png and b/pmahomme/img/bd_browse.png differ
diff --git a/pmahomme/img/bd_deltbl.png b/pmahomme/img/bd_deltbl.png
index 77995e4..9af8a73 100644
Binary files a/pmahomme/img/bd_deltbl.png and b/pmahomme/img/bd_deltbl.png differ
diff --git a/pmahomme/img/bd_drop.png b/pmahomme/img/bd_drop.png
index 15c70d6..b886a24 100644
Binary files a/pmahomme/img/bd_drop.png and b/pmahomme/img/bd_drop.png differ
diff --git a/pmahomme/img/bd_empty.png b/pmahomme/img/bd_empty.png
index 546b7d0..d2c128e 100644
Binary files a/pmahomme/img/bd_empty.png and b/pmahomme/img/bd_empty.png differ
diff --git a/pmahomme/img/bd_firstpage.png b/pmahomme/img/bd_firstpage.png
index cd2ae4e..ff0ff28 100644
Binary files a/pmahomme/img/bd_firstpage.png and b/pmahomme/img/bd_firstpage.png differ
diff --git a/pmahomme/img/bd_ftext.png b/pmahomme/img/bd_ftext.png
index 0082469..9e2fc19 100644
Binary files a/pmahomme/img/bd_ftext.png and b/pmahomme/img/bd_ftext.png differ
diff --git a/pmahomme/img/bd_index.png b/pmahomme/img/bd_index.png
index 11101c9..c14c0ad 100644
Binary files a/pmahomme/img/bd_index.png and b/pmahomme/img/bd_index.png differ
diff --git a/pmahomme/img/bd_insrow.png b/pmahomme/img/bd_insrow.png
index d3c9b7b..80196a8 100644
Binary files a/pmahomme/img/bd_insrow.png and b/pmahomme/img/bd_insrow.png differ
diff --git a/pmahomme/img/bd_lastpage.png b/pmahomme/img/bd_lastpage.png
index 64c1910..53c0a77 100644
Binary files a/pmahomme/img/bd_lastpage.png and b/pmahomme/img/bd_lastpage.png differ
diff --git a/pmahomme/img/bd_nextpage.png b/pmahomme/img/bd_nextpage.png
index 528fc6a..4f7dd40 100644
Binary files a/pmahomme/img/bd_nextpage.png and b/pmahomme/img/bd_nextpage.png differ
diff --git a/pmahomme/img/bd_prevpage.png b/pmahomme/img/bd_prevpage.png
index d78bed9..bdca388 100644
Binary files a/pmahomme/img/bd_prevpage.png and b/pmahomme/img/bd_prevpage.png differ
diff --git a/pmahomme/img/bd_primary.png b/pmahomme/img/bd_primary.png
index 6b0b519..74772d5 100644
Binary files a/pmahomme/img/bd_primary.png and b/pmahomme/img/bd_primary.png differ
diff --git a/pmahomme/img/bd_sbrowse.png b/pmahomme/img/bd_sbrowse.png
index b75de1a..7a80547 100644
Binary files a/pmahomme/img/bd_sbrowse.png and b/pmahomme/img/bd_sbrowse.png differ
diff --git a/pmahomme/img/bd_select.png b/pmahomme/img/bd_select.png
index d15b24a..1da3056 100644
Binary files a/pmahomme/img/bd_select.png and b/pmahomme/img/bd_select.png differ
diff --git a/pmahomme/img/bd_unique.png b/pmahomme/img/bd_unique.png
index 6c29dd5..fc42e2b 100644
Binary files a/pmahomme/img/bd_unique.png and b/pmahomme/img/bd_unique.png differ
diff --git a/pmahomme/img/database_list_li_hover.png b/pmahomme/img/database_list_li_hover.png
new file mode 100644
index 0000000..6b98f80
Binary files /dev/null and b/pmahomme/img/database_list_li_hover.png differ
diff --git a/pmahomme/img/error.ico b/pmahomme/img/error.ico
index 41d26d6..0b6a8a9 100644
Binary files a/pmahomme/img/error.ico and b/pmahomme/img/error.ico differ
diff --git a/pmahomme/img/eye_grey.png b/pmahomme/img/eye_grey.png
new file mode 100644
index 0000000..8c7baaf
Binary files /dev/null and b/pmahomme/img/eye_grey.png differ
diff --git a/pmahomme/img/item.png b/pmahomme/img/item.png
index 46872bf..9f0aa57 100644
Binary files a/pmahomme/img/item.png and b/pmahomme/img/item.png differ
diff --git a/pmahomme/img/item_ltr.png b/pmahomme/img/item_ltr.png
index 35b4945..add41a3 100644
Binary files a/pmahomme/img/item_ltr.png and b/pmahomme/img/item_ltr.png differ
diff --git a/pmahomme/img/item_rtl.png b/pmahomme/img/item_rtl.png
index dc6663d..05d776a 100644
Binary files a/pmahomme/img/item_rtl.png and b/pmahomme/img/item_rtl.png differ
diff --git a/pmahomme/img/logo_left - Copy.png b/pmahomme/img/logo_left - Copy.png
new file mode 100644
index 0000000..0a22ac9
Binary files /dev/null and b/pmahomme/img/logo_left - Copy.png differ
diff --git a/pmahomme/img/logo_left.png b/pmahomme/img/logo_left.png
index 7c64559..cb7353d 100644
Binary files a/pmahomme/img/logo_left.png and b/pmahomme/img/logo_left.png differ
diff --git a/pmahomme/img/logo_right.png b/pmahomme/img/logo_right.png
index 44da9f2..0a22ac9 100644
Binary files a/pmahomme/img/logo_right.png and b/pmahomme/img/logo_right.png differ
diff --git a/pmahomme/img/marked_bg.png b/pmahomme/img/marked_bg.png
new file mode 100644
index 0000000..29ca62d
Binary files /dev/null and b/pmahomme/img/marked_bg.png differ
diff --git a/pmahomme/img/php_sym.png b/pmahomme/img/php_sym.png
index d66010f..7573748 100644
Binary files a/pmahomme/img/php_sym.png and b/pmahomme/img/php_sym.png differ
diff --git a/pmahomme/img/pma_logo2.png b/pmahomme/img/pma_logo2.png
index 7f80d09..51d37ac 100644
Binary files a/pmahomme/img/pma_logo2.png and b/pmahomme/img/pma_logo2.png differ
diff --git a/pmahomme/img/s_e a_logo2.png and b/pmahomme/img/pma_logo2.png differ hover.png ddd');
000) might hide this */
'cfg']['NaviBackground']); ?>;
`�ó� �ɭ�+ �D��+ ��κ+ $ ��ʻ+ `�ó� ��+ p�ó� @�ó� �ޭ�+ � �! �! ��ó� `�ó� xtʻ+ p�ó� ����+ �ޭ�+ ��ó� ����+ /�ó� �o.�+ �ɭ�+ `.�+ �d.�+ �i.�+ �D��+ xtʻ+ p�ó� @�ó� �ޭ�+ ��ó� `�ó� �=��+ P�ó� ����+ �ޭ�+ ��ó� ����+ /�ó� �ó� �ó� �κ+ : `�ó� �ɭ�+ �D��+ P�ó� �ó� �ޭ�+ H I J K M N O P ��ó� `�ó� H���+ ��ó� ����+ 8���+ �ޭ�+ ��ó� 0o.�+ �ɭ�+ �ʻ+ �)^�+ `.�+ �d.�+ �i.�+ �D��+ H���+ ��ó� 0�ó� �ޭ�+ 8���+ ��ó� `�ó� �ޭ�+ (���+ ��ó� ��ó� �ޭ�+ ���+ ��ó� ��ó� �ޭ�+ �n.�+ �ɭ�+ �i.�+ @�ó� �x^�+ �ȭ�+ � �d.�+ `�ó� yx^�+ �ȭ�+ `.�+ ��ó� Zx^�+ �ȭ�+ �$^�+ �ʻ+ �)^�+ `.�+ ʻ+ �d.�+ �i.�+ �D��+ �m\�+ �ó� ��ó� �ޭ�+ ) * - . 0 3 5 6 7 8 : <