From: Eloi G. <ada...@us...> - 2004-09-15 20:22:27
|
Update of /cvsroot/phpwsbb/phpwsbb/templates/threads In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28397/templates/threads Modified Files: row.tpl Log Message: Code allows PHPWS_MAN_ITEMS to work without the brackets which breaks the link in e-mail messages, so now theyr'e out wherever users usually copy & paste links. Index: row.tpl =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/templates/threads/row.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** row.tpl 29 Mar 2004 04:40:54 -0000 1.3 --- row.tpl 15 Sep 2004 20:22:18 -0000 1.4 *************** *** 4,8 **** <!-- END SELECT --> <td class="smalltext"> ! <a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS[]={ID}">{LABEL}</a></td> <!-- <td class="smalltext">{OWNER}</td> --- 4,8 ---- <!-- END SELECT --> <td class="smalltext"> ! <a href="./index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS={ID}">{LABEL}</a></td> <!-- <td class="smalltext">{OWNER}</td> |