[IMP] database selector, do not display Continue button for javascript

bzr revid: fme@openerp.com-20140205150158-gg274ko7y9jgy3jg
This commit is contained in:
Fabien Meghazi 2014-02-05 16:01:58 +01:00
parent 42952bb7cf
commit 9acaaa74dd
1 changed files with 5 additions and 2 deletions

View File

@ -38,11 +38,14 @@
{% endif %}
</div>
<hr/>
{% if debug %}
<input type="hidden" name="debug" value=""/>
{% endif %}
<input type="submit" value="Continue" class="btn btn-primary pull-right"/>
<noscript>
<hr/>
<input type="submit" value="Continue" class="btn btn-primary pull-right"/>
</noscript>
<div class="oe_single_form_footer">
<a class="oe_login_manage_db" href="/web/database/manager{% if debug %}?debug{% endif %}">Manage Databases</a> |