Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-11-12 10:34:30 +0300
committerdartcafe <github@dartcafe.de>2017-11-12 10:34:30 +0300
commit59cddd53dc03b0a4f63d7b00d2a29509de408bef (patch)
treeb6c80f3ff2fde05c87ba436601e14cf3833f2d60 /templates
parent0a81ef85c0972c332e4bba992f69595719c66104 (diff)
changed comment form
Diffstat (limited to 'templates')
-rw-r--r--templates/goto.tmpl.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/goto.tmpl.php b/templates/goto.tmpl.php
index cc34ed14..0921eef8 100644
--- a/templates/goto.tmpl.php
+++ b/templates/goto.tmpl.php
@@ -1,4 +1,4 @@
-<?php
+<?php
/**
* @copyright Copyright (c) 2017 Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
*
@@ -319,7 +319,7 @@
?>
</ul>
</div>
- <div class="submit row">
+ <div class="submitPoll row">
<div>
<form class="finish_vote" name="finish_vote" action="<?php p($urlGenerator->linkToRoute('polls.page.insert_vote')); ?>" method="POST">
<input type="hidden" name="pollId" value="<?php p($poll->getId()); ?>" />
@@ -400,16 +400,16 @@
</div>
</div>
<?php endif; ?>
- <form class="newCommentForm" name="send_comment" action="<?php p($urlGenerator->linkToRoute('polls.page.insert_comment')); ?>" method="POST">
+ <form class="newCommentForm row" name="send_comment" action="<?php p($urlGenerator->linkToRoute('polls.page.insert_comment')); ?>" method="POST">
<input type="hidden" name="pollId" value="<?php p($poll->getId()); ?>" />
<input type="hidden" name="userId" value="<?php p($userId); ?>" />
- <textarea id="commentBox" name="commentBox"></textarea>
- <input id="submit_send_comment" class="submit icon-confirm" value="" type="submit">
+ <div id="commentBox" name="commentBox" class="message" placeholder="<?php p($l->t('New comment …'))?>" contenteditable="true"></div>
+ <input id="submit_send_comment" class="submitComment icon-confirm" value="" type="submit">
<span class="icon-loading-small" style="float:right;"></span>
</form>
</div>
- <ul class="comments">
+ <ul class="comments column">
<?php if ($comments == null) : ?>
<li id="no-comments" class="emptycontent">