Update of /cvsroot/phpwebapp/top10/templates/preference_list
In directory sc8-pr-cvs1:/tmp/cvs-serv4736/templates/preference_list
Modified Files:
preference_list.php preference_list.html
Log Message:
Index: preference_list.php
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/preference_list/preference_list.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** preference_list.php 25 Sep 2003 06:51:26 -0000 1.2
--- preference_list.php 26 Sep 2003 15:32:21 -0000 1.3
***************
*** 84,88 ****
//send a confirmation request e-mail
$username = WebApp::getSVar("username");
! $to = $username."@users.sourceforge.net";
$subject = "Top10: Confirmation Required";
$message = $this->get_message_body($request_id);
--- 84,89 ----
//send a confirmation request e-mail
$username = WebApp::getSVar("username");
! //$to = $username."@users.sourceforge.net";
! $to = "dasho";
$subject = "Top10: Confirmation Required";
$message = $this->get_message_body($request_id);
Index: preference_list.html
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/preference_list/preference_list.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** preference_list.html 23 Sep 2003 14:04:14 -0000 1.1.1.1
--- preference_list.html 26 Sep 2003 15:32:21 -0000 1.2
***************
*** 16,20 ****
</Header>
<RepeatBody>
! <Var name="bgcolor">({{CurrentRecNr}} % 2 ? "#eeeee6" : "#f8f8ff")</Var>
<tr bgcolor="{{bgcolor}}">
<td width="2%" align="center">
--- 16,20 ----
</Header>
<RepeatBody>
! <Var name="bgcolor">({{CurrentRowNr}} % 2 ? "#eeeee6" : "#f8f8ff")</Var>
<tr bgcolor="{{bgcolor}}">
<td width="2%" align="center">
|