Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv630/public_html/templates/en/default
Modified Files:
pollList.tpl pollMoreLink.tpl
Log Message:
Poll Cleanups
Index: pollList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/pollList.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pollList.tpl 8 Jun 2001 21:30:00 -0000 1.4
--- pollList.tpl 28 Apr 2002 01:55:08 -0000 1.5
***************
*** 10,14 ****
<!-- BEGIN row -->
<li>
! <a href="{ROOTDIR}/poll.php3?submit=viewbooth&question_id={QUESTION_ID}">{QUESTION}</a> {POLLDATE}
<!-- BEGIN admin -->
(<A href="{ADMIN_URL}?submit=edit&question_id={QUESTION_ID}">Edit</A> ||
--- 10,14 ----
<!-- BEGIN row -->
<li>
! <a href="{ROOTURL}/poll.php3?submit=viewbooth&question_id={QUESTION_ID}">{QUESTION}</a> {POLLDATE}
<!-- BEGIN admin -->
(<A href="{ADMIN_URL}?submit=edit&question_id={QUESTION_ID}">Edit</A> ||
***************
*** 21,25 ****
<p>
<!-- BEGIN morelink -->
! <font size=4><b><a href="{ROOTDIR}/poll.php3?min={ID}">More Polls</a></b></font>
<!-- END morelink -->
--- 21,25 ----
<p>
<!-- BEGIN morelink -->
! <font size=4><b><a href="{ROOTURL}/poll.php3?min={ID}">More Polls</a></b></font>
<!-- END morelink -->
Index: pollMoreLink.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/pollMoreLink.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pollMoreLink.tpl 17 May 2001 06:48:49 -0000 1.2
--- pollMoreLink.tpl 28 Apr 2002 01:55:08 -0000 1.3
***************
*** 1,2 ****
<p>
! <font size=4><b><a href="{ROOTDIR}/poll.php3?min={ID}">More Polls</a></b></font>
--- 1,2 ----
<p>
! <font size=4><b><a href="{ROOTURL}/poll.php3?min={ID}">More Polls</a></b></font>
|