Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyron Madlener <tyronx@gmail.com>2011-07-14 16:37:08 +0400
committerTyron Madlener <tyronx@gmail.com>2011-07-14 16:37:08 +0400
commitda943ecbf7a2f604f6969564bee17aff52afd740 (patch)
treebab9783004418b1824d30114aae90098849c7005 /db_operations.php
parent7c1bebd2ec5f746fa5487b7c3c877370784b8a69 (diff)
PMA Icons to sprites part 1
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php15
1 files changed, 5 insertions, 10 deletions
diff --git a/db_operations.php b/db_operations.php
index 190f9b649b..872811bc07 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -398,8 +398,7 @@ if ($db != 'mysql') {
<legend>
<?php
if ($cfg['PropertiesIconic']) {
- echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
- .' alt="" width="16" height="16" />';
+ echo '<img class="icon ic_b_edit" src="themes/dot.gif" alt="" />';
}
echo __('Rename database to') . ':';
?>
@@ -434,8 +433,7 @@ if (($is_superuser || $GLOBALS['cfg']['AllowUserDropDatabase']) && ! $db_is_info
<fieldset class="caution">
<legend><?php
if ($cfg['PropertiesIconic']) {
- echo '<img class="icon" src="' . $pmaThemeImage . 'b_deltbl.png"'
- .' alt="" width="16" height="16" />';
+ echo '<img class="icon ic-b_deltbl" src="themes/dot.gif" alt="" />';
}
echo __('Remove database');
?></legend>
@@ -481,8 +479,7 @@ echo __('Remove database');
<legend>
<?php
if ($cfg['PropertiesIconic']) {
- echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
- .' alt="" width="16" height="16" />';
+ echo '<img class="icon ic-b_edit" src="themes/dot.gif" alt="" />';
}
echo __('Copy database to') . ':';
$drop_clause = 'DROP TABLE / DROP VIEW';
@@ -546,8 +543,7 @@ echo __('Remove database');
. '<fieldset>' . "\n"
. ' <legend>';
if ($cfg['PropertiesIconic']) {
- echo '<img class="icon" src="' . $pmaThemeImage . 's_asci.png"'
- .' alt="" width="16" height="16" />';
+ echo '<img class="icon ic_s_asci" src="themes/dot.gif" alt="" />';
}
echo ' <label for="select_db_collation">' . __('Collation') . ':</label>' . "\n"
. ' </legend>' . "\n"
@@ -594,8 +590,7 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?>
*/
echo '<div class="operations_full_width"><fieldset><a href="schema_edit.php?' . $url_query . '">';
if ($cfg['PropertiesIconic']) {
- echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
- .' alt="" width="16" height="16" />';
+ echo '<img class="icon ic_b_edit" src="themes/dot.gif" alt="" />';
}
echo __('Edit or export relational schema') . '</a></fieldset></div>';
} // end if