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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-07-21 18:21:16 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-07-21 18:21:16 +0400
commitf36b2e54414baa52b19a591d47b070edca036160 (patch)
tree0aa7a7ee291650ecef42780dee86ac3aa2f1f13b /db_operations.php
parenta28beb9c1fb4c0bb432961034b90232b24b908f3 (diff)
parentba395f545e459da2548593876308989d7f4adb05 (diff)
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts: libraries/db_links.inc.php libraries/server_links.inc.php tbl_structure.php themes/pmahomme/css/theme_right.css.php
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 be841c31a5..a1faa479b7 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -399,8 +399,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') . ':';
?>
@@ -437,8 +436,7 @@ if (($is_superuser || $GLOBALS['cfg']['AllowUserDropDatabase'])
<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>
@@ -484,8 +482,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';
@@ -549,8 +546,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"
@@ -597,8 +593,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