Look fix
This commit is contained in:
parent
43b1be01d9
commit
7459607eb9
@ -729,7 +729,7 @@ if ($comments)
|
|||||||
|
|
||||||
// Form to add comment
|
// Form to add comment
|
||||||
if ($object->allow_comments) {
|
if ($object->allow_comments) {
|
||||||
print '<div class="addcomment"><span class="opacitymedium">'.$langs->trans("AddACommentForPoll")."</span><br>\n";
|
print '<br><div class="addcomment"><span class="opacitymedium">'.$langs->trans("AddACommentForPoll")."</span><br>\n";
|
||||||
|
|
||||||
print '<textarea name="comment" rows="'.ROWS_2.'" class="quatrevingtpercent">'.dol_escape_htmltag(GETPOST('comment', 'restricthtml'), 0, 1).'</textarea><br>'."\n";
|
print '<textarea name="comment" rows="'.ROWS_2.'" class="quatrevingtpercent">'.dol_escape_htmltag(GETPOST('comment', 'restricthtml'), 0, 1).'</textarea><br>'."\n";
|
||||||
print $langs->trans("Name").': ';
|
print $langs->trans("Name").': ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user