Add send message button

This commit is contained in:
Jeremy Zhang
2019-02-25 17:59:58 +00:00
parent 01bf4ccd43
commit b9091d4293
3 changed files with 39 additions and 2 deletions

View File

@ -80,6 +80,7 @@
<textarea placeholder="Enter message" id="messagebox" type="text" class="materialize-textarea wdt-emoji-open-on-colon" rows="1"></textarea>
<span id="visitor_mode_message" style="display:none;"><span id="visitor_mode_message_note">{{ _("Please login to post a message.") }}</span> <a id="visitor_login_btn" class="waves-effect waves-light btn">{{ _("Login") }}</a></span>
<a id="upload-file-btn" class="btn-flat"><i class="material-icons">file_upload</i></a>
<a id="send-msg-btn" class="btn-floating btn-large waves-effect waves-light"><i class="material-icons">send</i></a>
</div>
</div>
</footer>