src/cm/templates/site/text_view_frame.html
changeset 375 d6439b3eb2de
parent 340 9e2b9e568e42
child 376 431fdca06662
--- a/src/cm/templates/site/text_view_frame.html	Thu Sep 08 15:14:25 2011 +0200
+++ b/src/cm/templates/site/text_view_frame.html	Thu Sep 08 15:15:23 2011 +0200
@@ -61,7 +61,8 @@
 <BODY>
 
     <DIV id="add_comment_btn" class="initially_hidden"> 
-		<img align="middle" src="{{ CM_MEDIA_PREFIX }}img/note_add_sop_mid.gif" alt="{% blocktrans %}add a comment{% endblocktrans %}" 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 %}" title="{% blocktrans %}add a comment{% endblocktrans %}"/>
+    <span>{% blocktrans %}comment{% endblocktrans %}</span>
     </DIV>
 	<!-- cf.http://layout.jquery-dev.net/download/example.html -->
 	<!-- TODO check height 600 ... -->
@@ -120,4 +121,4 @@
     </div>
 </div>
 </BODY>
-</html>
\ No newline at end of file
+</html>