|
From: Eloi G. <ada...@us...> - 2008-08-21 23:41:00
|
Update of /cvsroot/phpwebsite-comm/modules/article/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18530/templates Modified Files: config.tpl mail_form.tpl Log Message: Corrected minor typographical errors Index: config.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/config.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** config.tpl 21 Aug 2008 20:17:22 -0000 1.9 --- config.tpl 21 Aug 2008 23:40:37 -0000 1.10 *************** *** 70,74 **** <caption>{CATEGORY_INDEX_LABEL}</caption> <tbody> ! <t> <th><b>{CATEGORY_INDEX_TITLE_1}</b></th> <th><b>{CATEGORY_INDEX_TITLE_2}</b></th> --- 70,74 ---- <caption>{CATEGORY_INDEX_LABEL}</caption> <tbody> ! <tr> <th><b>{CATEGORY_INDEX_TITLE_1}</b></th> <th><b>{CATEGORY_INDEX_TITLE_2}</b></th> Index: mail_form.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/mail_form.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mail_form.tpl 2 Jul 2007 07:45:12 -0000 1.4 --- mail_form.tpl 21 Aug 2008 23:40:37 -0000 1.5 *************** *** 59,63 **** <div style="text-align: center;"> {SEND} !          {CANCEL} </div> --- 59,63 ---- <div style="text-align: center;"> {SEND} ! {CANCEL} </div> |