Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Comment - Add attributes <br/> to the comment.
#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


Messages In This Thread

Forum Jump:


Users browsing this thread: