Merge branch 'QA_5_0'
[phpmyadmin.git] / templates / preferences / autoload.twig
blob8a8f21929f13de3d81409c4852ec5f6ea28f3e6b
1 <div id="prefs_autoload" class="alert alert-primary print_ignore hide" role="alert">
2     <form action="{{ url('/preferences/manage') }}" 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>