Author: rhirsch
Date: Tue Oct 20 08:55:33 2009
New Revision: 827005

URL: http://svn.apache.org/viewvc?rev=827005&view=rev
Log:
Fixed table sorter to include send date

Modified:
    incubator/esme/trunk/server/src/main/resources/ESMEUI.properties
    incubator/esme/trunk/server/src/main/webapp/info_view/users.html

Modified: incubator/esme/trunk/server/src/main/resources/ESMEUI.properties
URL: 
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/resources/ESMEUI.properties?rev=827005&r1=827004&r2=827005&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/resources/ESMEUI.properties (original)
+++ incubator/esme/trunk/server/src/main/resources/ESMEUI.properties Tue Oct 20 
08:55:33 2009
@@ -31,6 +31,7 @@
 ui_pool_title_details=Pool Details: 
 ui_pool_list_users=Users in Pool
 ui_pool_add_user=Add User to Pool
+ui_pool_add_actions=Actions
 
 ui_action_title=Manage Your Actions
 ui_action_table_name=Name
@@ -70,6 +71,7 @@
 ui_user_list_nickname=Nickname
 ui_user_list_name=Name
 ui_user_list_last_message=Last message
+ui_user_list_last_message_date=Send date
 
 ui_streams_filter=Set Filter
 ui_streams_author=Author

Modified: incubator/esme/trunk/server/src/main/webapp/info_view/users.html
URL: 
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/info_view/users.html?rev=827005&r1=827004&r2=827005&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/info_view/users.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/info_view/users.html Tue Oct 20 
08:55:33 2009
@@ -9,7 +9,7 @@
       <table id="esme-table" class="tablesorter">
       <thead>
       
-      
<tr><th></th><th><lift:loc>ui_user_list_nickname</lift:loc></th><th><lift:loc>ui_user_list_name</lift:loc></th><th
 colspan="2"><lift:loc>ui_user_list_last_message</lift:loc></th></tr>
+      
<tr><th></th><th><lift:loc>ui_user_list_nickname</lift:loc></th><th><lift:loc>ui_user_list_name</lift:loc></th><th><lift:loc>ui_user_list_last_message</lift:loc></th><th><lift:loc>ui_user_list_last_message_date</lift:loc></th></tr>
        </thead>
         <tbody>
           <lift:displayUsers>


Reply via email to