Eye Form tweaks
[openemr.git] / phpmyadmin / templates / prefs_autoload.phtml
blobbfd7d3f64afae926c82f8e1cd006de9616051b08
1 <div id="prefs_autoload" class="notice print_ignore" style="display:none">
2     <form action="prefs_manage.php" method="post" class="disableAjax">
3         <?php echo $hiddenInputs; ?>
4         <input type="hidden" name="json" value="" />
5         <input type="hidden" name="submit_import" value="1" />
6         <input type="hidden" name="return_url" value="<?php echo $return_url ?>" />
7         <?php
8         echo __(
9             'Your browser has phpMyAdmin configuration for this domain. '
10             . 'Would you like to import it for current session?'
11         );
12         ?>
13         <br />
14         <a href="#yes"><?php echo __('Yes') ?></a>
15         / <a href="#no"><?php echo __('No') ?></a>
16     </form>
17 </div>