Use standard link
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user