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>2012-05-13 19:54:49 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-13 19:54:49 +0400
commit0264deecd1c38f28908102e65f987ab3e2c00de6 (patch)
tree61c0a957e70b6d5150c87f11cf67caff714d529e /tbl_zoom_select.php
parent9f6dc058dd4d9847e527d7f6a67bdf211309607d (diff)
Reset zoom
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 82ca4f3cc2..2fe699a4d8 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -423,6 +423,7 @@ if (isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null'
?>
</div>
<div id="querychart" style="float:right"></div>
+ <button class="button-reset"><?php echo __('Reset zoom'); ?></button>
</div>
<?php
}