'
);
$this->object->display();
@@ -559,7 +559,7 @@ class MessageTest extends PmaTestCase
{
$this->object->setMessage('Test Message');
$this->assertEquals(
- '

'
+ '

'
. 'Test Message
',
$this->object->getDisplay()
);
@@ -587,18 +587,18 @@ class MessageTest extends PmaTestCase
return array(
array(
1,
- '

1 row affected.
'
+ '

1 row affected.
'
),
array(
2,
- '

2 rows affected.
'
+ '

2 rows affected.
'
),
array(
10000,
- '

10000 rows affected.
'
+ '

10000 rows affected.
'
)
);
}
@@ -632,18 +632,18 @@ class MessageTest extends PmaTestCase
return array(
array(
1,
- '

1 row inserted.
'
+ '

'
+ . ' 1 row inserted.
'
),
array(
2,
- '

2 rows inserted.
'
+ '

'
+ . ' 2 rows inserted.
'
),
array(
100000,
- '

100000 rows inserted.
'
+ '

'
+ . ' 100000 rows inserted.
'
)
);
}
@@ -677,18 +677,18 @@ class MessageTest extends PmaTestCase
return array(
array(
1,
- '

1 row deleted.
'
+ '

'
+ . ' 1 row deleted.
'
),
array(
2,
- '

2 rows deleted.
'
+ '

'
+ . ' 2 rows deleted.
'
),
array(
500000,
- '

500000 rows deleted.
'
+ '

'
+ . ' 500000 rows deleted.
'
)
);
}
diff --git a/test/classes/Plugins/Auth/AuthenticationConfigTest.php b/test/classes/Plugins/Auth/AuthenticationConfigTest.php
index 3fe0f16e7d..3e67b001bf 100644
--- a/test/classes/Plugins/Auth/AuthenticationConfigTest.php
+++ b/test/classes/Plugins/Auth/AuthenticationConfigTest.php
@@ -117,9 +117,7 @@ class AuthenticationConfigTest extends PmaTestCase
$this->assertContains(
'
MySQL said: ' .
- '
',
+ ' target="mysql_doc">',
$html
);
diff --git a/test/classes/ThemeTest.php b/test/classes/ThemeTest.php
index da3a275435..7210d47dba 100644
--- a/test/classes/ThemeTest.php
+++ b/test/classes/ThemeTest.php
@@ -148,7 +148,6 @@ class ThemeTest extends PmaTestCase
ob_end_clean();
$this->assertTrue($ret);
$this->assertContains('FILE: navigation.css.php', $out);
- $this->assertContains('.ic_b_bookmark', $out);
}
/**
diff --git a/test/classes/UtilTest.php b/test/classes/UtilTest.php
index 57d26ade27..20415daa1d 100644
--- a/test/classes/UtilTest.php
+++ b/test/classes/UtilTest.php
@@ -1408,7 +1408,7 @@ class UtilTest extends PmaTestCase
$GLOBALS['cfg']['ActionLinksMode'] = 'icons';
$this->assertEquals(
- '
',
+ '

',
Util::getIcon('b_comment.png')
);
}
@@ -1426,9 +1426,9 @@ class UtilTest extends PmaTestCase
$alternate_text = 'alt_str';
$this->assertEquals(
- '

',
+ . '" />',
Util::getIcon('b_comment.png', $alternate_text)
);
}
@@ -1448,9 +1448,9 @@ class UtilTest extends PmaTestCase
// Here we are checking for an icon embedded inside a span (i.e not a menu
// bar icon
$this->assertEquals(
- '
' . $alternate_text . '',
+ . '" /> ' . $alternate_text . '',
Util::getIcon('b_comment.png', $alternate_text, true, false)
);
}
@@ -2065,7 +2065,7 @@ class UtilTest extends PmaTestCase
$GLOBALS['cfg']['ServerDefault'] = 1;
$this->assertEquals(
- '

',
+ '

',
Util::showDocu('page', 'anchor')
);
}
@@ -2086,8 +2086,8 @@ class UtilTest extends PmaTestCase
$lang = _pgettext('PHP documentation language', 'en');
$expected = '
'
- . '
';
+ . '

'
+ . '';
$this->assertEquals(
$expected, Util::showPHPDocu($target)
diff --git a/test/libraries/Files_test.php b/test/libraries/Files_test.php
index 347e45edbb..546e20108e 100644
--- a/test/libraries/Files_test.php
+++ b/test/libraries/Files_test.php
@@ -68,7 +68,6 @@ class FilesTest extends TestCase
return array(
array('js/whitelist.php', 'var PMA_gotoWhitelist'),
array('js/messages.php', 'var PMA_messages = new Array();'),
- array('js/get_image.js.php', 'function PMA_getImage'),
array('js/get_scripts.js.php', 'var AJAX'),
);
}
diff --git a/test/selenium/TestBase.php b/test/selenium/TestBase.php
index 18321fe53e..36391f415f 100644
--- a/test/selenium/TestBase.php
+++ b/test/selenium/TestBase.php
@@ -376,7 +376,7 @@ abstract class PMA_SeleniumBase extends PHPUnit_Extensions_Selenium2TestCase
public function logOutIfLoggedIn()
{
if ($this->isLoggedIn()) {
- $this->byCssSelector("img.icon.ic_s_loggoff")->click();
+ $this->byCssSelector("a.logout")->click();
}
}
diff --git a/themes/original/img/sprites.png b/themes/original/img/sprites.png
deleted file mode 100644
index 5143556b15..0000000000
Binary files a/themes/original/img/sprites.png and /dev/null differ
diff --git a/themes/original/sprites.lib.php b/themes/original/sprites.lib.php
deleted file mode 100644
index 0602d3b04e..0000000000
--- a/themes/original/sprites.lib.php
+++ /dev/null
@@ -1,759 +0,0 @@
- array(
- 'position' => '1',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_browse' => array(
- 'position' => '2',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_calendar' => array(
- 'position' => '3',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_chart' => array(
- 'position' => '4',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_close' => array(
- 'position' => '5',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_column_add' => array(
- 'position' => '6',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_comment' => array(
- 'position' => '7',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_dbstatistics' => array(
- 'position' => '8',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_deltbl' => array(
- 'position' => '9',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_docs' => array(
- 'position' => '10',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_drop' => array(
- 'position' => '11',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_edit' => array(
- 'position' => '12',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_empty' => array(
- 'position' => '13',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_engine' => array(
- 'position' => '14',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_event_add' => array(
- 'position' => '15',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_events' => array(
- 'position' => '16',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_export' => array(
- 'position' => '17',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_favorite' => array(
- 'position' => '18',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_find_replace' => array(
- 'position' => '19',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_ftext' => array(
- 'position' => '20',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_group' => array(
- 'position' => '21',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_help' => array(
- 'position' => '22',
- 'width' => '11',
- 'height' => '11'
- ),
- 'b_home' => array(
- 'position' => '23',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_import' => array(
- 'position' => '24',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_index' => array(
- 'position' => '25',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_index_add' => array(
- 'position' => '26',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_info' => array(
- 'position' => '27',
- 'width' => '11',
- 'height' => '11'
- ),
- 'b_inline_edit' => array(
- 'position' => '28',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_insrow' => array(
- 'position' => '29',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_key' => array(
- 'position' => '30',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_left' => array(
- 'position' => '31',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_minus' => array(
- 'position' => '32',
- 'width' => '9',
- 'height' => '9'
- ),
- 'b_more' => array(
- 'position' => '33',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_move' => array(
- 'position' => '34',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_newdb' => array(
- 'position' => '35',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_newtbl' => array(
- 'position' => '36',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_nextpage' => array(
- 'position' => '37',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_no_favorite' => array(
- 'position' => '38',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_plugin' => array(
- 'position' => '39',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_plus' => array(
- 'position' => '40',
- 'width' => '9',
- 'height' => '9'
- ),
- 'b_primary' => array(
- 'position' => '41',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_print' => array(
- 'position' => '42',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_props' => array(
- 'position' => '43',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_relations' => array(
- 'position' => '44',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_report' => array(
- 'position' => '45',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_right' => array(
- 'position' => '46',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_routine_add' => array(
- 'position' => '47',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_routines' => array(
- 'position' => '48',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_save' => array(
- 'position' => '49',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_saveimage' => array(
- 'position' => '50',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_sbrowse' => array(
- 'position' => '51',
- 'width' => '10',
- 'height' => '10'
- ),
- 'b_search' => array(
- 'position' => '52',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_select' => array(
- 'position' => '53',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_snewtbl' => array(
- 'position' => '54',
- 'width' => '10',
- 'height' => '10'
- ),
- 'b_spatial' => array(
- 'position' => '55',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_sql' => array(
- 'position' => '56',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_sqlhelp' => array(
- 'position' => '57',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_table_add' => array(
- 'position' => '58',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tblanalyse' => array(
- 'position' => '59',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tblexport' => array(
- 'position' => '60',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tblimport' => array(
- 'position' => '61',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tblops' => array(
- 'position' => '62',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tbloptimize' => array(
- 'position' => '63',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tipp' => array(
- 'position' => '64',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_trigger_add' => array(
- 'position' => '65',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_triggers' => array(
- 'position' => '66',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_undo' => array(
- 'position' => '67',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_unique' => array(
- 'position' => '68',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usradd' => array(
- 'position' => '69',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usrcheck' => array(
- 'position' => '70',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usrdrop' => array(
- 'position' => '71',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usredit' => array(
- 'position' => '72',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usrlist' => array(
- 'position' => '73',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_versions' => array(
- 'position' => '74',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_view' => array(
- 'position' => '75',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_view_add' => array(
- 'position' => '76',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_views' => array(
- 'position' => '77',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_browse' => array(
- 'position' => '78',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_deltbl' => array(
- 'position' => '79',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_drop' => array(
- 'position' => '80',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_edit' => array(
- 'position' => '81',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_empty' => array(
- 'position' => '82',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_export' => array(
- 'position' => '83',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_ftext' => array(
- 'position' => '84',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_index' => array(
- 'position' => '85',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_insrow' => array(
- 'position' => '86',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_nextpage' => array(
- 'position' => '87',
- 'width' => '8',
- 'height' => '13'
- ),
- 'bd_primary' => array(
- 'position' => '88',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_routine_add' => array(
- 'position' => '89',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_sbrowse' => array(
- 'position' => '90',
- 'width' => '10',
- 'height' => '10'
- ),
- 'bd_select' => array(
- 'position' => '91',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_spatial' => array(
- 'position' => '92',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_unique' => array(
- 'position' => '93',
- 'width' => '16',
- 'height' => '16'
- ),
- 'centralColumns' => array(
- 'position' => '94',
- 'width' => '16',
- 'height' => '16'
- ),
- 'centralColumns_add' => array(
- 'position' => '95',
- 'width' => '16',
- 'height' => '16'
- ),
- 'centralColumns_delete' => array(
- 'position' => '96',
- 'width' => '16',
- 'height' => '16'
- ),
- 'col_drop' => array(
- 'position' => '97',
- 'width' => '16',
- 'height' => '16'
- ),
- 'console' => array(
- 'position' => '98',
- 'width' => '16',
- 'height' => '16'
- ),
- 'eye' => array(
- 'position' => '99',
- 'width' => '16',
- 'height' => '16'
- ),
- 'eye_grey' => array(
- 'position' => '100',
- 'width' => '16',
- 'height' => '16'
- ),
- 'hide' => array(
- 'position' => '101',
- 'width' => '16',
- 'height' => '16'
- ),
- 'lightbulb' => array(
- 'position' => '102',
- 'width' => '16',
- 'height' => '16'
- ),
- 'lightbulb_off' => array(
- 'position' => '103',
- 'width' => '16',
- 'height' => '16'
- ),
- 'more' => array(
- 'position' => '104',
- 'width' => '13',
- 'height' => '16'
- ),
- 'new_data' => array(
- 'position' => '105',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_data_hovered' => array(
- 'position' => '106',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_data_selected' => array(
- 'position' => '107',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_data_selected_hovered' => array(
- 'position' => '108',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_struct' => array(
- 'position' => '109',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_struct_hovered' => array(
- 'position' => '110',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_struct_selected' => array(
- 'position' => '111',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_struct_selected_hovered' => array(
- 'position' => '112',
- 'width' => '16',
- 'height' => '16'
- ),
- 'normalize' => array(
- 'position' => '113',
- 'width' => '16',
- 'height' => '16'
- ),
- 'pause' => array(
- 'position' => '114',
- 'width' => '16',
- 'height' => '16'
- ),
- 'play' => array(
- 'position' => '115',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_asc' => array(
- 'position' => '116',
- 'width' => '11',
- 'height' => '9'
- ),
- 's_asci' => array(
- 'position' => '117',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_attention' => array(
- 'position' => '118',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_cancel' => array(
- 'position' => '119',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_cog' => array(
- 'position' => '120',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_db' => array(
- 'position' => '121',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_desc' => array(
- 'position' => '122',
- 'width' => '11',
- 'height' => '9'
- ),
- 's_error' => array(
- 'position' => '123',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_error2' => array(
- 'position' => '124',
- 'width' => '11',
- 'height' => '11'
- ),
- 's_host' => array(
- 'position' => '125',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_info' => array(
- 'position' => '126',
- 'width' => '11',
- 'height' => '11'
- ),
- 's_lang' => array(
- 'position' => '127',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_link' => array(
- 'position' => '128',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_lock' => array(
- 'position' => '129',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_loggoff' => array(
- 'position' => '130',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_notice' => array(
- 'position' => '131',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_okay' => array(
- 'position' => '132',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_passwd' => array(
- 'position' => '133',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_really' => array(
- 'position' => '134',
- 'width' => '11',
- 'height' => '11'
- ),
- 's_reload' => array(
- 'position' => '135',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_replication' => array(
- 'position' => '136',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_rights' => array(
- 'position' => '137',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_sortable' => array(
- 'position' => '138',
- 'width' => '11',
- 'height' => '15'
- ),
- 's_status' => array(
- 'position' => '139',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_success' => array(
- 'position' => '140',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_sync' => array(
- 'position' => '141',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_tbl' => array(
- 'position' => '142',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_theme' => array(
- 'position' => '143',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_top' => array(
- 'position' => '144',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_unlink' => array(
- 'position' => '145',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_vars' => array(
- 'position' => '146',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_views' => array(
- 'position' => '147',
- 'width' => '10',
- 'height' => '10'
- ),
- 'show' => array(
- 'position' => '148',
- 'width' => '16',
- 'height' => '16'
- ),
- 'window-new' => array(
- 'position' => '149',
- 'width' => '16',
- 'height' => '16'
- ),
-);
diff --git a/themes/pmahomme/img/sprites.png b/themes/pmahomme/img/sprites.png
deleted file mode 100644
index a5646a9405..0000000000
Binary files a/themes/pmahomme/img/sprites.png and /dev/null differ
diff --git a/themes/pmahomme/sprites.lib.php b/themes/pmahomme/sprites.lib.php
deleted file mode 100644
index 902a954318..0000000000
--- a/themes/pmahomme/sprites.lib.php
+++ /dev/null
@@ -1,839 +0,0 @@
- array(
- 'position' => '1',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_bookmark' => array(
- 'position' => '2',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_browse' => array(
- 'position' => '3',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_calendar' => array(
- 'position' => '4',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_chart' => array(
- 'position' => '5',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_close' => array(
- 'position' => '6',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_column_add' => array(
- 'position' => '7',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_comment' => array(
- 'position' => '8',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_dbstatistics' => array(
- 'position' => '9',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_deltbl' => array(
- 'position' => '10',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_docs' => array(
- 'position' => '11',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_docsql' => array(
- 'position' => '12',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_drop' => array(
- 'position' => '13',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_edit' => array(
- 'position' => '14',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_empty' => array(
- 'position' => '15',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_engine' => array(
- 'position' => '16',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_event_add' => array(
- 'position' => '17',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_events' => array(
- 'position' => '18',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_export' => array(
- 'position' => '19',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_favorite' => array(
- 'position' => '20',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_find_replace' => array(
- 'position' => '21',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_firstpage' => array(
- 'position' => '22',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_ftext' => array(
- 'position' => '23',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_group' => array(
- 'position' => '24',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_help' => array(
- 'position' => '25',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_home' => array(
- 'position' => '26',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_import' => array(
- 'position' => '27',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_index' => array(
- 'position' => '28',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_index_add' => array(
- 'position' => '29',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_info' => array(
- 'position' => '30',
- 'width' => '11',
- 'height' => '11'
- ),
- 'b_inline_edit' => array(
- 'position' => '31',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_insrow' => array(
- 'position' => '32',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_key' => array(
- 'position' => '33',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_lastpage' => array(
- 'position' => '34',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_left' => array(
- 'position' => '35',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_minus' => array(
- 'position' => '36',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_more' => array(
- 'position' => '37',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_move' => array(
- 'position' => '38',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_newdb' => array(
- 'position' => '39',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_newtbl' => array(
- 'position' => '40',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_nextpage' => array(
- 'position' => '41',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_no_favorite' => array(
- 'position' => '42',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_pdfdoc' => array(
- 'position' => '43',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_plugin' => array(
- 'position' => '44',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_plus' => array(
- 'position' => '45',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_prevpage' => array(
- 'position' => '46',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_primary' => array(
- 'position' => '47',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_print' => array(
- 'position' => '48',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_props' => array(
- 'position' => '49',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_relations' => array(
- 'position' => '50',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_report' => array(
- 'position' => '51',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_right' => array(
- 'position' => '52',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_routine_add' => array(
- 'position' => '53',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_routines' => array(
- 'position' => '54',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_save' => array(
- 'position' => '55',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_saveimage' => array(
- 'position' => '56',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_sbrowse' => array(
- 'position' => '57',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_sdb' => array(
- 'position' => '58',
- 'width' => '10',
- 'height' => '10'
- ),
- 'b_search' => array(
- 'position' => '59',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_select' => array(
- 'position' => '60',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_snewtbl' => array(
- 'position' => '61',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_spatial' => array(
- 'position' => '62',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_sql' => array(
- 'position' => '63',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_sqldoc' => array(
- 'position' => '64',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_sqlhelp' => array(
- 'position' => '65',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_table_add' => array(
- 'position' => '66',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tblanalyse' => array(
- 'position' => '67',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tblexport' => array(
- 'position' => '68',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tblimport' => array(
- 'position' => '69',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tblops' => array(
- 'position' => '70',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tbloptimize' => array(
- 'position' => '71',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_tipp' => array(
- 'position' => '72',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_trigger_add' => array(
- 'position' => '73',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_triggers' => array(
- 'position' => '74',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_undo' => array(
- 'position' => '75',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_unique' => array(
- 'position' => '76',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usradd' => array(
- 'position' => '77',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usrcheck' => array(
- 'position' => '78',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usrdrop' => array(
- 'position' => '79',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usredit' => array(
- 'position' => '80',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_usrlist' => array(
- 'position' => '81',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_versions' => array(
- 'position' => '82',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_view' => array(
- 'position' => '83',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_view_add' => array(
- 'position' => '84',
- 'width' => '16',
- 'height' => '16'
- ),
- 'b_views' => array(
- 'position' => '85',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_browse' => array(
- 'position' => '86',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_deltbl' => array(
- 'position' => '87',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_drop' => array(
- 'position' => '88',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_edit' => array(
- 'position' => '89',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_empty' => array(
- 'position' => '90',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_export' => array(
- 'position' => '91',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_firstpage' => array(
- 'position' => '92',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_ftext' => array(
- 'position' => '93',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_index' => array(
- 'position' => '94',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_insrow' => array(
- 'position' => '95',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_lastpage' => array(
- 'position' => '96',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_nextpage' => array(
- 'position' => '97',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_prevpage' => array(
- 'position' => '98',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_primary' => array(
- 'position' => '99',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_routine_add' => array(
- 'position' => '100',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_sbrowse' => array(
- 'position' => '101',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_select' => array(
- 'position' => '102',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_spatial' => array(
- 'position' => '103',
- 'width' => '16',
- 'height' => '16'
- ),
- 'bd_unique' => array(
- 'position' => '104',
- 'width' => '16',
- 'height' => '16'
- ),
- 'centralColumns' => array(
- 'position' => '105',
- 'width' => '16',
- 'height' => '16'
- ),
- 'centralColumns_add' => array(
- 'position' => '106',
- 'width' => '16',
- 'height' => '16'
- ),
- 'centralColumns_delete' => array(
- 'position' => '107',
- 'width' => '16',
- 'height' => '16'
- ),
- 'col_drop' => array(
- 'position' => '108',
- 'width' => '16',
- 'height' => '16'
- ),
- 'console' => array(
- 'position' => '109',
- 'width' => '16',
- 'height' => '16'
- ),
- 'database' => array(
- 'position' => '110',
- 'width' => '16',
- 'height' => '16'
- ),
- 'eye' => array(
- 'position' => '111',
- 'width' => '16',
- 'height' => '16'
- ),
- 'eye_grey' => array(
- 'position' => '112',
- 'width' => '16',
- 'height' => '16'
- ),
- 'hide' => array(
- 'position' => '113',
- 'width' => '16',
- 'height' => '16'
- ),
- 'item' => array(
- 'position' => '114',
- 'width' => '9',
- 'height' => '9'
- ),
- 'lightbulb' => array(
- 'position' => '115',
- 'width' => '16',
- 'height' => '16'
- ),
- 'lightbulb_off' => array(
- 'position' => '116',
- 'width' => '16',
- 'height' => '16'
- ),
- 'more' => array(
- 'position' => '117',
- 'width' => '13',
- 'height' => '16'
- ),
- 'new_data' => array(
- 'position' => '118',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_data_hovered' => array(
- 'position' => '119',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_data_selected' => array(
- 'position' => '120',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_data_selected_hovered' => array(
- 'position' => '121',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_struct' => array(
- 'position' => '122',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_struct_hovered' => array(
- 'position' => '123',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_struct_selected' => array(
- 'position' => '124',
- 'width' => '16',
- 'height' => '16'
- ),
- 'new_struct_selected_hovered' => array(
- 'position' => '125',
- 'width' => '16',
- 'height' => '16'
- ),
- 'normalize' => array(
- 'position' => '126',
- 'width' => '16',
- 'height' => '16'
- ),
- 'pause' => array(
- 'position' => '127',
- 'width' => '16',
- 'height' => '16'
- ),
- 'php_sym' => array(
- 'position' => '128',
- 'width' => '16',
- 'height' => '16'
- ),
- 'play' => array(
- 'position' => '129',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_asc' => array(
- 'position' => '130',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_asci' => array(
- 'position' => '131',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_attention' => array(
- 'position' => '132',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_cancel' => array(
- 'position' => '133',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_cancel2' => array(
- 'position' => '134',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_cog' => array(
- 'position' => '135',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_db' => array(
- 'position' => '136',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_desc' => array(
- 'position' => '137',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_error' => array(
- 'position' => '138',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_error2' => array(
- 'position' => '139',
- 'width' => '11',
- 'height' => '11'
- ),
- 's_host' => array(
- 'position' => '140',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_info' => array(
- 'position' => '141',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_lang' => array(
- 'position' => '142',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_link' => array(
- 'position' => '143',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_lock' => array(
- 'position' => '144',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_loggoff' => array(
- 'position' => '145',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_notice' => array(
- 'position' => '146',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_okay' => array(
- 'position' => '147',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_passwd' => array(
- 'position' => '148',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_process' => array(
- 'position' => '149',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_really' => array(
- 'position' => '150',
- 'width' => '11',
- 'height' => '11'
- ),
- 's_reload' => array(
- 'position' => '151',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_replication' => array(
- 'position' => '152',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_rights' => array(
- 'position' => '153',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_sortable' => array(
- 'position' => '154',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_status' => array(
- 'position' => '155',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_success' => array(
- 'position' => '156',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_sync' => array(
- 'position' => '157',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_tbl' => array(
- 'position' => '158',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_theme' => array(
- 'position' => '159',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_top' => array(
- 'position' => '160',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_unlink' => array(
- 'position' => '161',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_vars' => array(
- 'position' => '162',
- 'width' => '16',
- 'height' => '16'
- ),
- 's_views' => array(
- 'position' => '163',
- 'width' => '16',
- 'height' => '16'
- ),
- 'show' => array(
- 'position' => '164',
- 'width' => '16',
- 'height' => '16'
- ),
- 'window-new' => array(
- 'position' => '165',
- 'width' => '16',
- 'height' => '16'
- ),
-);