Index: default/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 -b -u -r1.31 -r1.32
--- default/category_list.html  11 Apr 2002 00:56:17 -0000      1.31
+++ default/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: default/message.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/default/message.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -u -r1.16 -r1.17
--- default/message.html        11 Jan 2002 23:18:57 -0000      1.16
+++ default/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: default/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 -b -u -r1.25 -r1.26
--- default/post_reply_write.html       10 Jan 2002 09:00:31 -0000      1.25
+++ default/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: default/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 -b -u -r1.27 -r1.28
--- default/post_view_flat.html 21 Mar 2002 04:56:45 -0000      1.27
+++ default/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: default/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 -b -u -r1.28 -r1.29
--- default/post_view_threaded.html     21 Mar 2002 04:56:45 -0000      1.28
+++ default/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: default/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 -b -u -r1.31 -r1.32
--- default/user_profile_basic.html     18 Dec 2001 01:47:04 -0000      1.31
+++ default/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: default/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 -b -u -r1.31 -r1.33
--- default/user_view.html      12 Apr 2002 23:42:09 -0000      1.31
+++ default/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: default/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 -b -u -r1.17 -r1.20
--- default/whos_online.html    4 Mar 2002 03:52:16 -0000       1.17
+++ default/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%>
Index: admin/setup_users.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/admin/setup_users.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -r1.14 -r1.15
--- admin/setup_users.html      21 Apr 2002 01:11:19 -0000      1.14
+++ admin/setup_users.html      27 May 2002 19:42:31 -0000      1.15
@@ -80,7 +80,7 @@
     <tr>
       <td width="16%"><b><font size="2" face="Tahoma,Arial,Helvetica">user_private_fields</font></b></td>
       <td width="84%">
-        <input type="text" size="40" value="<%cfg_user_private_fields%>">
+        <input type="text" name="user_private_fields" size="40" value="<%cfg_user_private_fields%>">
       </td>
     </tr>
     <tr>
@@ -89,7 +89,7 @@
     <tr>
       <td width="16%"><b><font size="2" face="Tahoma,Arial,Helvetica">user_search_allowed</font></b></td>
       <td width="84%">
-        <input type="text" size="40" value="<%cfg_user_search_allowed%>">
+        <input type="text" name="user_search_allowed" size="40" value="<%cfg_user_search_allowed%>">
       </td>
     </tr>
     <tr>
Index: admin/templates_globals.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/admin/templates_globals.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -r1.6 -r1.7
--- admin/templates_globals.html        4 Mar 2002 19:00:15 -0000       1.6
+++ admin/templates_globals.html        12 May 2002 01:07:03 -0000      1.7
@@ -44,6 +44,7 @@
         <%loop dir_select%>
           <option value="<%directory%>"<%if dir_selected%> selected<%endif%>><%directory%></option>
         <%endloop%>
+        </select>
         <input type="submit" value="Change" name="change"></font></p>

        <p><%global_table%></p>
Index: common/editor.js
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/common/editor.js,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -r1.7 -r1.8
--- common/editor.js    11 Jan 2002 23:18:19 -0000      1.7
+++ common/editor.js    15 May 2002 02:03:36 -0000      1.8
@@ -2,7 +2,7 @@
  * =================================================================
  * HTML Editor - A wysiwyg web based editor for IE5.5+
  *    Website  : http://gossamer-threads.com/
- *    Revision : $Id: editor.js,v 1.7 2002/01/11 23:18:19 jagerman Exp $
+ *    Revision : $Id: editor.js,v 1.8 2002/05/15 02:03:36 jagerman Exp $
  *
  * Copyright (c) 2002 Gossamer Threads Inc. All Rights Reserved.
  * Redistribution in part or in whole strictly prohibited. Please
@@ -15,7 +15,8 @@

 /* -- Javascript needed to write a post -- */

-var url = window.location.protocol + '//' + window.location.hostname + window.location.pathname + '?<%hidden_query%>';
+var port = (window.location.port == 0) ? '' : ':' + window.location.port;
+var url = window.location.protocol + '//' + window.location.hostname + port + window.location.pathname + '?<%hidden_query%>';

 var image_url = '<%escape_js image_url%>';

Index: common/editor_font.html
===================================================================
RCS file: /usr/local/gossamer/gforum/cgi/admin/templates/common/editor_font.html,v
retrieving revision 1.3
retrieving revision 1.5
diff -b -u -r1.3 -r1.5
--- common/editor_font.html     11 Jan 2002 23:18:19 -0000      1.3
+++ common/editor_font.html     1 May 2002 22:01:39 -0000       1.5
@@ -184,20 +184,20 @@
   <div style="position: absolute; top: 233px; left: 25px">Color:</div>
   <select id="colorList" size="1" style="font-face: 8pt; width: 80; position: absolute; top: 253px; left: 25px" onchange="setColor(this.value)">
     <option value="black">Black</option>
-    <option value="gray">Gray</option>
+    <option value="#808080">Gray</option>
     <option value="silver">Silver</option>
     <option value="white">White</option>
-    <option value="lime">Lime</option>
+    <option value="#00FF00">Lime</option>
     <option value="green">Green</option>
     <option value="yellow">Yellow</option>
-    <option value="olive">Olive</option>
+    <option value="#808000">Olive</option>
     <option value="red">Red</option>
-    <option value="maroon">Maroon</option>
-    <option value="fuchsia">Fuchsia</option>
+    <option value="#800000">Maroon</option>
+    <option value="#FF00FF">Fuchsia</option>
     <option value="purple">Purple</option>
-    <option value="aqua">Aqua</option>
-    <option value="teal">Teal</option>
-    <option value="navy">Navy</option>
+    <option value="#00FFFF">Aqua</option>
+    <option value="#008080">Teal</option>
+    <option value="#000080">Navy</option>
     <option value="blue">Blue</option>
     <option value="">Custom</option>
   </select>