]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/post_controls.html
Improvements on full text search.
[osqa.git] / forum / skins / default / templates / node / post_controls.html
index 5b5fc8656d8b09a5870a34bf23724f420a5c642e..c24660b29ad9965de6ff96064ee71b1b708596c8 100644 (file)
@@ -1,7 +1,7 @@
 {% spaceless %}\r
 {% for control in controls %}\r
     <span class="action-link">\r
 {% spaceless %}\r
 {% for control in controls %}\r
     <span class="action-link">\r
-        <a title="{{ control.title }}" {% if control.command %}class="ajax-command"{% endif %}\r
+        <a title="{{ control.title }}" class="{% if control.command %}ajax-command{% endif %}{% if control.withprompt %} withprompt{% endif %}"\r
             href="{{ control.url }}">{{ control.text }}</a>\r
     </span>\r
     {% ifnotequal controls|last control %}\r
             href="{{ control.url }}">{{ control.text }}</a>\r
     </span>\r
     {% ifnotequal controls|last control %}\r