Index: category_list.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/category_list.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- category_list.html  11 Apr 2002 00:56:17 -0000      1.31
+++ category_list.html  27 Apr 2002 00:20:45 -0000      1.32
@@ -83,7 +83,7 @@
         <a name="<%cat_id%>"></a>
           <%header_font%>
             <%if cat_depth%><img src="<%image_url%>/clear_shim.gif" height=1 width="<%cat_depth * 25%>"><%endif%><a href="gforum.cgi?category=<%cat_id%>;<%hidden_query%>"><%cat_name%></a>
-            <%if current_user_id and cat_show_forums and main_page%><a href="gforum.cgi?<%if cat_hidden%>un<%endif%>hide_cat=<%cat_id%>;<%hidden_query%>"><small><%if cat_hidden%>[+]<%else%>[-]<%endif%></small></a><%endif%>
+            <%if current_user_id and cat_show_forums and main_page%><a href="gforum.cgi?<%if cat_hidden%>un<%endif%>hide_cat=<%cat_id%>;<%hidden_query%>" title="<%if cat_hidden%>Expand<%else%>Collapse<%endif%> this category"><small><%if cat_hidden%>[+]<%else%>[-]<%endif%></small></a><%endif%>
             <%if cat_desc%> - <%cat_desc%><%endif%>
           <%/header_font%>
          </td>
Index: message.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/message.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- message.html        11 Jan 2002 23:18:57 -0000      1.16
+++ message.html        5 May 2002 20:52:39 -0000       1.17
@@ -57,7 +57,11 @@
   </tr>
   <tr>
     <td colspan="2" align="left">
+<%  if user_username%>
       <%body_font%><font color="red">No such user: <%nbsp user_username%></font><%/body_font%><br>
+<%  else%>
+      <%body_font%><font color="red">No recipient entered!</font><%/body_font%><br>
+<%  endif%>
 <%elsif user_no_privmsg%>
     </td>
   </tr>
Index: post_reply_write.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/post_reply_write.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- post_reply_write.html       10 Jan 2002 09:00:31 -0000      1.25
+++ post_reply_write.html       7 May 2002 00:52:26 -0000       1.26
@@ -25,8 +25,8 @@
     <td valign="bottom">
       <%hidden_form%>
       <%title_font%>
-        <%include include_title_cat_forum.html%>
-        Reply to post
+        <%include include_title_cat_forum.html%><br>
+        Reply to: <a href="gforum.cgi?post=<%parent_post_id%>"><%title_font%><%parent_post_subject%><%/title_font%></a>
       <%/title_font%>
     </td>
     <td align="right">
Index: post_view_flat.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/post_view_flat.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- post_view_flat.html 21 Mar 2002 04:56:45 -0000      1.27
+++ post_view_flat.html 16 May 2002 00:49:09 -0000      1.28
@@ -26,7 +26,7 @@

 <%if is_ie and ie_version >= 4%>
 function postShortcut(post_id) {
-  document.all.post_shortcut.value = '<%cgi_root_url%>/gforum.cgi?post=' + post_id;
+  document.all.post_shortcut.value = '<%cgi_root_url%>/gforum.cgi?post=' + post_id + '#' + post_id;
   document.all.post_shortcut.createTextRange().execCommand("Copy");
 }
 <%endif%>
Index: post_view_threaded.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/post_view_threaded.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- post_view_threaded.html     21 Mar 2002 04:56:45 -0000      1.28
+++ post_view_threaded.html     16 May 2002 00:49:09 -0000      1.29
@@ -26,7 +26,7 @@

 <%if is_ie and ie_version >= 4%>
 function postShortcut(post_id) {
-  document.all.post_shortcut.value = '<%cgi_root_url%>/gforum.cgi?post=' + post_id;
+  document.all.post_shortcut.value = '<%cgi_root_url%>/gforum.cgi?post=' + post_id + '#' + post_id;
   document.all.post_shortcut.createTextRange().execCommand("Copy");
 }
 <%endif%>
Index: user_profile_basic.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/user_profile_basic.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- user_profile_basic.html     18 Dec 2001 01:47:04 -0000      1.31
+++ user_profile_basic.html     7 May 2002 00:52:40 -0000       1.32
@@ -167,7 +167,7 @@
            </select>
          </td>
        </tr>
-<%-- The following section of code should be uncommented if you want users to be able to select icons. Be sure to delete the ending comment if you delete this one, 42 lines down
+<%-- The following section of code should be uncommented if you want users to be able to select icons. Be sure to delete the ending comment if you delete this one, 41 lines down
 <%GForum::User::icons('with blank')%>
        <tr>
          <td align=right valign=top>
@@ -177,7 +177,6 @@
            <table border=0 cellspacing=0 cellpadding=5 width="100%">
              <tr valign=middle align=center>
 <%set icon_cols = 4%>
-<%-- The first iteration of this loop is empty - it is used for a "none" option --%>
 <%loop icons%>
                <td>
                  <table border=0 cellspacing=0 cellpadding=0>
Index: user_view.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/user_view.html,v
retrieving revision 1.31
retrieving revision 1.33
diff -u -r1.31 -r1.33
--- user_view.html      12 Apr 2002 23:42:09 -0000      1.31
+++ user_view.html      17 May 2002 19:53:19 -0000      1.33
@@ -115,9 +115,20 @@
            <%body_font%><b>Location:</b><%/body_font%>
          </td>
          <td bgcolor="<%odd_color%>" valign=top>
-           <%body_font%><%if user_location%><%user_location%><%else%>No location entered.<%endif%>
+           <%body_font%><%if user_location%><%user_location%><%else%>No location entered.<%endif%><%/body_font%>
          </td>
        </tr>
+
+<%if not user_invisible or current_user_status == 3%>
+       <tr>
+         <td width="20%" align=right valign=top bgcolor="<%light_beige%>" style="border-right:1px solid <%dark_beige%>">
+           <%body_font%><b>Local Time:</b><%/body_font%>
+         </td>
+         <td bgcolor="<%odd_color%>" valign=top>
+           <%body_font%><%user_localdate%><%/body_font%>
+         </td>
+       </tr>
+<%endif%>

 <%if user_occupation%>
        <tr>
Index: whos_online.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/whos_online.html,v
retrieving revision 1.17
retrieving revision 1.20
diff -u -r1.17 -r1.20
--- whos_online.html    4 Mar 2002 03:52:16 -0000       1.17
+++ whos_online.html    17 May 2002 01:50:20 -0000      1.20
@@ -88,7 +88,7 @@
          </td>
 <%    endif%>
          <td>
-           <%body_font%><%online_date%><%/body_font%>
+           <%body_font%><%online_date%><%if user_time_offset != $current_user_time_offset%> (<%GT::Date::date_get($user_localtime, '%h%:%MM% %tt%')%>)<%endif%><%/body_font%>
          </td>
        </tr>
 <%  endloop%>