From 300015755556d198287bc810571645e0640ee22f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 25 Mar 2013 20:35:22 +0100 Subject: nicer captcha dialog --- .../web/templates/default/backbone/queryDialog.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'module/web') diff --git a/module/web/templates/default/backbone/queryDialog.html b/module/web/templates/default/backbone/queryDialog.html index eb05c20e2..fd6eb55ee 100755 --- a/module/web/templates/default/backbone/queryDialog.html +++ b/module/web/templates/default/backbone/queryDialog.html @@ -8,19 +8,23 @@ {% block content %}
<% description %> + <%= if captcha %>
- <%= if captcha %> -
+
+
+ <% else %> + <% content %> + <%/if%>
{% endblock %} {% block buttons %} -- cgit v1.2.3