From: Chris W. <la...@us...> - 2004-10-05 03:11:57
|
Update of /cvsroot/openinteract/OpenInteract2/sample/website/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21485/sample/website/template Modified Files: error_object_inactive Log Message: OIN-65: fix typos, applied patch from Salve Index: error_object_inactive =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/sample/website/template/error_object_inactive,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** error_object_inactive 10 Feb 2004 03:04:31 -0000 1.3 --- error_object_inactive 5 Oct 2004 03:11:47 -0000 1.4 *************** *** 4,12 **** <div align="center"> ! <h1>[% MSG( error_inactive.title, object_name ) %]</h1> <table width="50%" border="0" cellpadding="5" cellspacing="0"> <tr><td align="left"> ! [% MSG( error_inactive.summary ) %] </td></tr> </table> --- 4,12 ---- <div align="center"> ! <h1>[% MSG( 'error_inactive.title', object_name ) %]</h1> <table width="50%" border="0" cellpadding="5" cellspacing="0"> <tr><td align="left"> ! [% MSG( 'error_inactive.summary' ) %] </td></tr> </table> |