--- a/documents/template.inc.php +++ b/documents/template.inc.php @@ -1,6 +1,7 @@ @@ -11,10 +12,6 @@ - - - Australian Disclosure Logs<?php if ($title != "") echo " - $title";?> @@ -145,8 +142,8 @@ } function displayLogEntry($row, $idtoname) { $result = ""; - $result .= "

".$row->value->date.": ".truncate($row->value->title, 80)." (".$idtoname[$row->value->agencyID].")

"; - echo "

Title".$row->value->title."
".str_replace("\n","
",$row->value->description); + $result .= "

".$row->value->date.": ".truncate($row->value->title, 120)." (".$idtoname[$row->value->agencyID].")

"; + $result .= "

Title".$row->value->title."
".str_replace("\n","
",$row->value->description); if (isset($row->value->notes)) { $result .= "
Note: ".$row->value->notes; } @@ -155,7 +152,7 @@ if (isset($row->value->links)){ $result .= "

Links/Documents

";