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 }}">
8 Your browser has phpMyAdmin configuration for this domain. Would you like to import it for current session?
11 <a href="#yes">{% trans "Yes" %}</a>
12 / <a href="#no">{% trans "No" %}</a>
13 / <a href="#delete">{% trans "Delete settings" %}</a>