rfe #1168350 [interface] Add clear button to SQL edit box.

This commit is contained in:
Michal Čihař
2011-03-02 14:30:59 +01:00
parent c052954bec
commit a5e5cc6a7b
3 changed files with 4 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false, $delimiter
echo '<input type="button" value="UPDATE" id="update" class="sqlbutton" />';
echo '<input type="button" value="DELETE" id="delete" class="sqlbutton" />';
}
echo '<input type="button" value="' . __('Clear') . '" id="clear" class="sqlbutton" />';
echo '</div>' . "\n";
if (count($fields_list)) {