From ead4add87c120aa77eb3449231b002e3825d95f0 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 6 Feb 2012 11:23:44 -0500 Subject: [PATCH] User activity tracking : activity type admin UI Admin UI for managing user activit types. Access under Admin -> Server Admin -> User Activity Types. Signed-off-by: Bill Erickson --- .../conify/global/config/usr_activity_type.tt2 | 34 ++++++++++++++++++++++ Open-ILS/web/opac/locale/en-US/lang.dtd | 1 + .../xul/staff_client/chrome/content/main/menu.js | 4 +++ .../chrome/content/main/menu_frame_menus.xul | 4 +++ 4 files changed, 43 insertions(+) create mode 100644 Open-ILS/src/templates/conify/global/config/usr_activity_type.tt2 diff --git a/Open-ILS/src/templates/conify/global/config/usr_activity_type.tt2 b/Open-ILS/src/templates/conify/global/config/usr_activity_type.tt2 new file mode 100644 index 0000000000..539ae31a4f --- /dev/null +++ b/Open-ILS/src/templates/conify/global/config/usr_activity_type.tt2 @@ -0,0 +1,34 @@ +[% WRAPPER base.tt2 %] +[% ctx.page_title = l('User Activity Type') %] + + +
+
+
[% ctx.page_title %]
+
+ + +
+
+ +
+
+ +[% END %] + + diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index fc327f6f21..ec875e2038 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -745,6 +745,7 @@ + diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index 402acb0e3c..817603468d 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -810,6 +810,10 @@ main.menu.prototype = { ['oncommand'], function(event) { open_eg_web_page('conify/global/config/asset_sip_fields', null, event); } ], + 'cmd_server_admin_config_usr_activity_type' : [ + ['oncommand'], + function(event) { open_eg_web_page('conify/global/config/usr_activity_type', null, event); } + ], 'cmd_local_admin_external_text_editor' : [ ['oncommand'], function() { diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul index dd1f479cee..8e62bf4696 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul @@ -241,6 +241,9 @@ + @@ -536,6 +539,7 @@ + -- 2.11.0