]> git.parisson.com Git - teleforma.git/commitdiff
fix message button
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Apr 2012 21:21:12 +0000 (23:21 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Apr 2012 21:21:12 +0000 (23:21 +0200)
teleforma/templates/telemeta/inc/user_list.html

index e08b410d57bd2c497d062fc87cdb922425343228..7f94e9abe36800b227a4a97feff8d36779e16c71 100644 (file)
@@ -43,9 +43,9 @@
         <td></td>
 
     {% endif %}
-    <td><a href="{% url postman_write user.username %}" class="component_icon button icon_edit">{% trans "Message" %}</a></td>
+    <td><a href="{% url postman_write user.username %}" class="component_icon button" id="action_orange">{% trans "Message" %}</a></td>
     </tr>
     {% endfor %}
     </tbody>
   </table>
-</div>
\ No newline at end of file
+</div>