You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
392 B

{* $Id$ *}
<table id="log" cellspacing="0" cellpadding="0">
<caption> {tr}Page generation debugging log{/tr} </caption>
{section name=i loop=$messages}
<tr>
<td> {$messages[i].timestamp|date_format:"%H:%M:%S"} </td>
<td> <pre>{$messages[i].msg|escape:"html"|wordwrap:90:"\n":true|replace:"\n":"<br>"}</pre> </td>
</tr>
{/section}
</table>