You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 regels
702 B

  1. <div id="prefs_autoload" class="notice print_ignore hide">
  2. <form action="prefs_manage.php" method="post" class="disableAjax">
  3. {{ hidden_inputs|raw }}
  4. <input type="hidden" name="json" value="" />
  5. <input type="hidden" name="submit_import" value="1" />
  6. <input type="hidden" name="return_url" value="{{ return_url }}" />
  7. {% trans %}
  8. Your browser has phpMyAdmin configuration for this domain. Would you like to import it for current session?
  9. {% endtrans %}
  10. <br />
  11. <a href="#yes">{% trans "Yes" %}</a>
  12. / <a href="#no">{% trans "No" %}</a>
  13. / <a href="#delete">{% trans "Delete settings" %}</a>
  14. </form>
  15. </div>