Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Comment - Add attributes <br/> to the comment.
#1
I want my comment down the line when you press enter. There is no way to do this?.
Sorry for English skills is not very good: D.
Reply
#2
Actually there is no html formatting on comments. It should be a future improvement.
Reply
#3
To see the line breaks in the comment field can do what I did:

in style.css add:
.pre {
white-space: pre-wrap
}

in out/out.ViewDocument.php add the class .pre in comment fields, example:
<td class="pre"><?php print htmlspecialchars($document->getComment());?></td>
---------------------------------------
Aplicaciones y Servicios 3DENTE
http://www.3dente.com
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)