From: <cl...@us...> - 2004-10-26 19:12:42
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7868/templates/default Modified Files: error.tpl Log Message: Added titles Index: error.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/error.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** error.tpl 25 Oct 2004 02:21:27 -0000 1.3 --- error.tpl 26 Oct 2004 19:12:31 -0000 1.4 *************** *** 21,25 **** <tr> <td align="center" valign="top" class="V12"> ! {ERROR_MSG} <br /> <br /> --- 21,26 ---- <tr> <td align="center" valign="top" class="V12"> ! {ERROR_MSG}<br /> ! [<span class="G10"><a href="http://phpicalendar.net/documentation/index.php?title=Error_message_meanings">What does this mean?</a></span>] <br /> <br /> *************** *** 29,32 **** --- 30,34 ---- {L_ERROR_BACK} <br /> + </td> </tr> |