From 430f227c2a7587c7f134b1176804aacdce340f50 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 2acf0c759f..72b36c314e 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -746,6 +746,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 bc1e8342c6..96a03291a2 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -818,6 +818,10 @@ main.menu.prototype = { ['oncommand'], function(event) { open_eg_web_page('conify/global/config/circ_limit_group', 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 3b37a625b9..b139005e1e 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 @@ -246,6 +246,9 @@ + @@ -543,6 +546,7 @@ + -- 2.11.0