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>2010-11-19 20:17:33 +0300
committerMarc Delisle <marc@infomarc.info>2010-11-19 20:17:33 +0300
commiteb83a062bd91c9ed206f27017f49e5042748c310 (patch)
treedba7a3c123c39be8f33dff5341599d4118562ab0 /db_qbe.php
parent20e460fc50adeaa3da3da28b54b2361c577f11c6 (diff)
parent369b5d00f8474d2e82e371e565edf1891ca8bfc5 (diff)
Merge remote branch 'ankitg/master'
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/db_qbe.php b/db_qbe.php
index a8aeb42ee5..daaba0d882 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -163,6 +163,29 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
}
?>
+<?php if (!empty($tab_designer['link'])) {
+ $tab_designer['link'] = htmlentities($tab_designer['link']);
+ $tab_designer['link'] = $tab_designer['link'] . PMA_generate_common_url($url_params);
+ if (! empty($tab_designer['args'])) {
+ foreach ($tab_designer['args'] as $param => $value) {
+ $tab_designer['link'] .= PMA_get_arg_separator('html') . urlencode($param) . '='
+ . urlencode($value);
+ }
+ }
+ }
+ if (! empty($tab['fragment'])) {
+ $tab['link'] .= $tab['fragment'];
+ }
+?>
+<div class="notice">
+ <span id="footnote_1">
+ 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="visual builder" onmouseout="this.style.color='#00F'"/></span>
+ </form>
+</div>
<form action="db_qbe.php" method="post">
<fieldset>
<table class="data" style="width: 100%;">