Updated quick reply visuals
authorAlexander Ebert <ebert@woltlab.com>
Sun, 28 Aug 2016 22:05:31 +0000 (00:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 28 Aug 2016 22:05:31 +0000 (00:05 +0200)
templates/conversationQuickReply.tpl

index 466221d0e2af267cfc06edd9a80eccb05180c8a8..c51fe1e78e41da28e1c006fc2ee7e9e84fe0f4a7 100644 (file)
@@ -2,7 +2,7 @@
        <article class="message messageSidebarOrientation{@$__wcf->getStyleHandler()->getStyle()->getVariable('messageSidebarOrientation')|ucfirst}{if $__wcf->getUserProfileHandler()->userOnlineGroupID} userOnlineGroupMarking{@$__wcf->getUserProfileHandler()->userOnlineGroupID}{/if}">
                {include file='messageSidebar' userProfile=$__wcf->getUserProfileHandler()->getUserProfile()}
                
-               <div class="messageContent messageQuickReplyContent">
+               <div class="messageContent messageQuickReplyContent"{if $pageNo < $pages} data-placeholder="{lang}wcf.conversation.reply{/lang}"{/if}>
                        <div class="messageBody">
                                {if !$conversation->isDraft && !$conversation->hasOtherParticipants()}
                                        <p class="warning" style="margin-bottom: 14px">{lang}wcf.conversation.noParticipantsWarning{/lang}</p>
@@ -10,7 +10,6 @@
                                
                                <textarea id="text" name="text" class="wysiwygTextarea"
                                          data-autosave="com.woltlab.wcf.conversation.messageAdd-{@$conversation->conversationID}"
-                                         {if $pageNo < $pages}data-reply-placeholder="{lang}wcf.conversation.reply{/lang}"{/if}
                                          data-support-mention="true"
                                ></textarea>
                                {include file='messageFormTabsInline' inConversationQuickReply=true}