[geeklog-cvs] geeklog-1.3/public_html/layout/Smooth_Blue/preferences commentblock.thtml,NONE,1.1 displayblock.thtml,1.1,1.2 displayprefs.thtml,1.1,1.2

dhaun at geeklog.net dhaun at geeklog.net
Sat Jan 18 13:07:14 EST 2003


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

Modified Files:
	displayblock.thtml displayprefs.thtml 
Added Files:
	commentblock.thtml 
Log Message:
Merged the Display and Comment Preferences (and moved hard-coded HTML from
Comment Preferences to template files).


--- NEW FILE: commentblock.thtml ---
{start_block_comment}
<table border="0" cellspacing="0" cellpadding="3">
  <tr valign="top">
    <td align="right"><b>{lang_displaymode}</b><br>
      <small>{lang_displaymode_text}</small></td>
    <td>{displaymode_selector}</td>
  </tr>
  <tr valign="top">
    <td align="right"><b>{lang_sortorder}</b><br>
      <small>{lang_sortorder_text}</small></td>
    <td>{sortorder_selector}</td>
  </tr>
  <tr valign="top">
    <td align="right"><b>{lang_commentlimit}</b><br>
      <small>{lang_commentlimit_text}</small></td>
    <td><input type="text" size="5" maxlength="5" name="commentlimit"
      value="{commentlimit_value}"></td>
  </tr>
</table>
{end_block}

Index: displayblock.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/preferences/displayblock.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** displayblock.thtml	17 Jan 2003 15:42:57 -0000	1.1
--- displayblock.thtml	18 Jan 2003 18:07:12 -0000	1.2
***************
*** 21,25 ****
    <tr valign="top">
      <td align="right"><b>{lang_dateformat}:</b></td>
!     <td>{dateformat_selection}</td>
    </tr>
  </table>
--- 21,25 ----
    <tr valign="top">
      <td align="right"><b>{lang_dateformat}:</b></td>
!     <td>{dateformat_selector}</td>
    </tr>
  </table>

Index: displayprefs.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Smooth_Blue/preferences/displayprefs.thtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** displayprefs.thtml	17 Jan 2003 15:42:57 -0000	1.1
--- displayprefs.thtml	18 Jan 2003 18:07:12 -0000	1.2
***************
*** 1,4 ****
--- 1,5 ----
  <form action="{site_url}/usersettings.php" method="POST">
    {display_block}
+   {comment_block}
    {exclude_block}
    {digest_block}





More information about the geeklog-cvs mailing list