title when hovering 'add comment' button
authorgibus
Thu, 08 Sep 2011 15:19:48 +0200
changeset 376 431fdca06662
parent 375 d6439b3eb2de
child 377 5e4c48c6f942
title when hovering 'add comment' button
src/cm/templates/site/text_view_frame.html
--- a/src/cm/templates/site/text_view_frame.html	Thu Sep 08 15:15:23 2011 +0200
+++ b/src/cm/templates/site/text_view_frame.html	Thu Sep 08 15:19:48 2011 +0200
@@ -60,8 +60,8 @@
 </head>
 <BODY>
 
-    <DIV id="add_comment_btn" class="initially_hidden"> 
-    <img style="vertical-align: middle;" src="{{ CM_MEDIA_PREFIX }}img/add_plus.png" alt="{% blocktrans %}add a comment{% endblocktrans %}" title="{% blocktrans %}add a comment{% endblocktrans %}"/>
+    <DIV id="add_comment_btn" class="initially_hidden" title="{% blocktrans %}add a comment{% endblocktrans %}"> 
+    <img style="vertical-align: middle;" src="{{ CM_MEDIA_PREFIX }}img/add_plus.png" alt="{% blocktrans %}add a comment{% endblocktrans %}"/>
     <span>{% blocktrans %}comment{% endblocktrans %}</span>
     </DIV>
 	<!-- cf.http://layout.jquery-dev.net/download/example.html -->