From: Bill Erickson Date: Mon, 6 Feb 2012 16:23:44 +0000 (-0500) Subject: User activity tracking : activity type admin UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=56e3da24d3c1c4663526e578dc7d342bd4145b09;p=evergreen%2Ftadl.git 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 Signed-off-by: Thomas Berezansky --- 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 6c6aa19b32..1fa3359561 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -744,6 +744,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 65d93b5398..b9f5a2a246 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -811,6 +811,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 de03fa603b..220c91ef6c 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 @@ +