[geeklog-cvs] geeklog-1.3/public_html/layout/clean/preferences privacyblock.thtml,NONE,1.1 displayprefs.thtml,1.1.1.1,1.2

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Jun 22 18:07:44 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/clean/preferences
In directory internal.geeklog.net:/tmp/cvs-serv17235/public_html/layout/clean/preferences

Modified Files:
	displayprefs.thtml 
Added Files:
	privacyblock.thtml 
Log Message:
Added a "Privacy Options" block to the Preferences which let the user chose not to receive emails (from Admins and/or other users) and show up in the Who's Online block.


--- NEW FILE: privacyblock.thtml ---
{start_block_privacy}
<table border="0" cellspacing="0" cellpadding="3">
  <tr valign="top">
    <td align="right"><b>{lang_emailfromuser}:</b><br>
      <small>{lang_emailfromuser_text}</small></td>
    <td><input type="checkbox" name="emailfromuser" {emailfromuser_checked}></td>
  </tr>
  <tr valign="top">
    <td align="right"><b>{lang_emailfromadmin}:</b><br>
      <small>{lang_emailfromadmin_text}</small></td>
    <td><input type="checkbox" name="emailfromadmin" {emailfromadmin_checked}></td>
  </tr>
  <tr valign="top">
    <td align="right"><b>{lang_showonline}:</b><br>
      <small>{lang_showonline_text}</small></td>
    <td><input type="checkbox" name="showonline" {showonline_checked}></td>
  </tr>
</table>
{end_block_privacy}

Index: displayprefs.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/clean/preferences/displayprefs.thtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** displayprefs.thtml	30 Apr 2003 20:41:38 -0000	1.1.1.1
--- displayprefs.thtml	22 Jun 2003 22:07:42 -0000	1.2
***************
*** 2,5 ****
--- 2,6 ----
    {display_block}
    {comment_block}
+   {privacy_block}
    {exclude_block}
    {digest_block}





More information about the geeklog-cvs mailing list