Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv19072/public_html/templates/en/default
Modified Files:
mailinglistMessageForm.tpl
Log Message:
Fix: [ #405903 ] Mailing List Descriptions
Index: mailinglistMessageForm.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/mailinglistMessageForm.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mailinglistMessageForm.tpl 2000/12/03 21:32:35 1.2
--- mailinglistMessageForm.tpl 2001/11/23 17:43:55 1.3
***************
*** 49,53 ****
<tr align="center">
<td colspan = "2">
! Check here to override frequency
<input type ="checkbox" name ="freqoverride" value ="true">
</td>
--- 49,53 ----
<tr align="center">
<td colspan = "2">
! Check here to override frequency (will send to all list recpients regardless of what day they requested to have headlines sent to them)
<input type ="checkbox" name ="freqoverride" value ="true">
</td>
***************
*** 55,59 ****
<tr align="center">
<td colspan = "2">
! Check here to override dates
<input type ="checkbox" name ="dateoverride" value ="true" checked>
</td>
--- 55,59 ----
<tr align="center">
<td colspan = "2">
! Check here to override the rage of dates sent in the news letter
<input type ="checkbox" name ="dateoverride" value ="true" checked>
</td>
|