Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
This commit is contained in:
commit
c9b86a7dfa
@ -555,7 +555,6 @@ $strMySQLSaid = __('MySQL said: ');
|
||||
$strMySQLShowProcess = __('Show processes');
|
||||
|
||||
$strName = __('Name');
|
||||
$strNavTableFilter = __('Filter');
|
||||
$strNewTable = __('New table');
|
||||
$strNext = __('Next');
|
||||
$strNoActivity = __('No activity within %s seconds; please log in again');
|
||||
|
||||
@ -14,8 +14,6 @@
|
||||
* @uses $GLOBALS['text_dir']
|
||||
* @uses $GLOBALS['charset']
|
||||
* @uses $GLOBALS['pmaThemeImage']
|
||||
* @uses $GLOBALS['strNavTableFilter']
|
||||
* @uses $GLOBALS['strReset']
|
||||
* @uses $GLOBALS['strNoDatabases']
|
||||
* @uses $GLOBALS['strDatabase']
|
||||
* @uses $GLOBALS['strGo']
|
||||
@ -317,8 +315,8 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
|
||||
if ($table_count) {
|
||||
?>
|
||||
<span id="NavFilter">
|
||||
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo $strNavTableFilter; ?>" />
|
||||
<span id="clear_fast_filter" title="<?php echo $strReset; ?>">X</span>
|
||||
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" />
|
||||
<span id="clear_fast_filter" title="<?php echo __('Clear'); ?>">X</span>
|
||||
</span>
|
||||
<?php
|
||||
}
|
||||
|
||||
1444
po/be@latin.po
1444
po/be@latin.po
File diff suppressed because it is too large
Load Diff
1894
po/en_GB.po
1894
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1444
po/phpmyadmin.pot
1444
po/phpmyadmin.pot
File diff suppressed because it is too large
Load Diff
1444
po/pt_BR.po
1444
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1448
po/sr@latin.po
1448
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1444
po/uz@latin.po
1444
po/uz@latin.po
File diff suppressed because it is too large
Load Diff
1444
po/zh_CN.po
1444
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1446
po/zh_TW.po
1446
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -1281,6 +1281,6 @@ table#serverconnection_trg_local {
|
||||
}
|
||||
|
||||
#fast_filter {
|
||||
width: 90%;
|
||||
width: 85%;
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
@ -247,6 +247,6 @@ div#left_tableList ul ul {
|
||||
}
|
||||
|
||||
#fast_filter {
|
||||
width: 90%;
|
||||
width: 85%;
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user