Added generic css class
authorMarcel Werk <burntime@woltlab.com>
Sat, 16 Jan 2016 12:05:40 +0000 (13:05 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 16 Jan 2016 12:05:40 +0000 (13:05 +0100)
templates/conversationList.tpl

index 3da8c7a6fca113e4ac500e4fe9a2f1df4b04b585..30498a822a16762bb01c643e9d08542ba86f42dc 100644 (file)
                                                                </ul>
                                                        </aside>
                                                        
-                                                       <ul class="messageGroupInfo">
+                                                       <ul class="inlineList dotSeparated small messageGroupInfo">
                                                                <li class="messageGroupAuthor">{if $conversation->userID}<a href="{link controller='User' object=$conversation->getUserProfile()->getDecoratedObject()}{/link}" class="userLink" data-user-id="{@$conversation->userID}">{$conversation->username}</a>{else}{$conversation->username}{/if}</li>
                                                                <li class="messageGroupTime">{@$conversation->time|time}</li>
                                                                <li class="messageGroupEditLink jsOnly"><a class="jsConversationInlineEditor">{lang}wcf.global.button.edit{/lang}</a></li>