|
From: Greg M. <bli...@us...> - 2008-07-12 02:45:11
|
Update of /cvsroot/phpwebsite-comm/modules/poll/templates/poll In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9517/templates/poll Modified Files: list.tpl Log Message: Now using mod_rewrite, added cacheQueries and addSortHeader, and saving a poll now sets manage tab. Index: list.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/poll/templates/poll/list.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** list.tpl 20 Feb 2007 05:09:45 -0000 1.1 --- list.tpl 12 Jul 2008 02:45:18 -0000 1.2 *************** *** 1,10 **** <table cellpadding="4" cellspacing="1" width="100%"> <tr> ! <th>{TITLE} {TITLE_SORT}</th> ! <th>{QUESTION} {QUESTION_SORT}</th> ! <th>{CREATED} {CREATED_SORT}</th> ! <th>{USERS_ONLY} {USERS_ONLY_SORT}</th> ! <th>{ALLOW_COMMENTS} {ALLOW_COMMENTS_SORT}</th> ! <th>{ACTIVE} {ACTIVE_SORT}</th> <th>{ACTION}</th> </tr> --- 1,10 ---- <table cellpadding="4" cellspacing="1" width="100%"> <tr> ! <th>{TITLE_SORT}</th> ! <th>{QUESTION_SORT}</th> ! <th>{CREATED_SORT}</th> ! <th>{USERS_ONLY_SORT}</th> ! <th>{ALLOW_COMMENTS_SORT}</th> ! <th>{ACTIVE_SORT}</th> <th>{ACTION}</th> </tr> |