|
From: Paul S. O. <ps...@us...> - 2001-12-11 02:55:02
|
Update of /cvsroot/phpbb/phpBB2/templates/Euclid
In directory usw-pr-cvs1:/tmp/cvs-serv2732/templates/Euclid
Modified Files:
error_body.tpl
Log Message:
Updates?
Index: error_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/error_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** error_body.tpl 2001/12/10 13:14:25 1.2
--- error_body.tpl 2001/12/11 02:54:59 1.3
***************
*** 1,10 ****
! <table width="98%" cellpadding="0" cellspacing="1" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
! <td class="row1" width="100%" align="center"><span class="gen">{ERROR_MESSAGE}</span></td>
</tr>
</table></td>
</tr>
</table>
--- 1,12 ----
! <table width="98%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
! <td class="row1" height="30" align="center"><span class="gen"><b>{ERROR_MESSAGE}</b></span></td>
</tr>
</table></td>
</tr>
</table>
+
+ <br clear="all" />
|