Remove `@noinspection PhpMissingParentCallCommonInspection` comments
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / templates / conversationQuickReply.tpl
CommitLineData
4781b65e 1<li id="messageQuickReply" class="jsOnly{if $conversation->userID == $__wcf->getUser()->userID} messageGroupStarter{/if}{if $pageNo < $pages} messageQuickReplyCollapsed{/if}" data-object-id="{@$conversation->conversationID}" data-last-post-time="{@$conversation->lastPostTime}" data-page-no="{@$pageNo}">
7961609e 2 <article class="message messageSidebarOrientation{@$__wcf->getStyleHandler()->getStyle()->getVariable('messageSidebarOrientation')|ucfirst}{if $__wcf->getUserProfileHandler()->userOnlineGroupID} userOnlineGroupMarking{@$__wcf->getUserProfileHandler()->userOnlineGroupID}{/if}">
03008a1e 3 {include file='messageSidebar' userProfile=$__wcf->getUserProfileHandler()->getUserProfile() isReply=true enableMicrodata=false}
3639da31 4
de163bbd 5 <div class="messageContent messageQuickReplyContent"{if $pageNo < $pages} data-placeholder="{lang}wcf.conversation.reply{/lang}"{/if}>
3639da31
AE
6 <div class="messageBody">
7 {if !$conversation->isDraft && !$conversation->hasOtherParticipants()}
4315dc4a 8 <p class="warning" role="status" style="margin-bottom: 14px">{lang}wcf.conversation.noParticipantsWarning{/lang}</p>
3639da31
AE
9 {/if}
10
d12e45c8 11 <textarea id="text" name="text" class="wysiwygTextarea"
3639da31 12 data-autosave="com.woltlab.wcf.conversation.messageAdd-{@$conversation->conversationID}"
dd495bf5 13 data-support-mention="true"
3639da31
AE
14 ></textarea>
15 {include file='messageFormTabsInline' inConversationQuickReply=true}
16 </div>
5e52978f 17
3639da31
AE
18 <footer class="messageFooter">
19 <div class="formSubmit">
924f45d4 20 <button class="buttonPrimary" data-type="save" accesskey="s">{lang}wcf.global.button.reply{/lang}</button>
dfecaf59 21 {include file='messageFormPreviewButton' previewMessageObjectType='com.woltlab.wcf.conversation.message' previewMessageObjectID=0}
5e52978f 22 </div>
3639da31 23 </footer>
5e52978f
AE
24 </div>
25 </article>
26
27 {include file='wysiwyg'}
28</li>