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:
authorMarc Delisle <marc@infomarc.info>2011-03-08 01:34:31 +0300
committerMarc Delisle <marc@infomarc.info>2011-03-08 01:34:31 +0300
commitb0fb491c9152063fe2f9feab588cfa1956defa1e (patch)
tree7616fad5837990dc87501b582dca62b2ca0f3a10 /db_qbe.php
parent81d35ba94eb4aa40201d363656e9920418fbd7e8 (diff)
Use standard link
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 95e72d894f..29b32f467c 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -180,12 +180,8 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
?>
<div id="visual_builder_anchor" class="notice hide">
<span id="footnote_1">
-<?php echo __('Switch to'); ?>
- <form action="<?php echo $tab_designer['link'] ?>" method="post">
- <input type="submit" style="background-color:#FFD; border-width:0; color:#00F;
- font-size: 15px;cursor: pointer" name="query" onmouseover="this.style.color='#F00';"
- value="<?php echo __('visual builder'); ?>" onmouseout="this.style.color='#00F'"/></span>
- </form>
+<?php echo __('Switch to') . ' <a href="' . $tab_designer['link'] . PMA_get_arg_separator('html') . 'query=1">' . __('visual builder') . '</a>'; ?>
+ </span>
</div>
<?php
}