From: Bill Erickson Date: Tue, 11 Dec 2012 20:50:56 +0000 (-0500) Subject: Remote Account Conify UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fberick%2Fremote-account-conify-UI;p=working%2FEvergreen.git Remote Account Conify UI Admin interface for config.remote_account. To date, remote accounts have been managed solely as EDI accounts, which have their own interface. If one wishes to add/manage non-EDI remote accounts, then this new UI is needed. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/conify/global/config/remote_account.tt2 b/Open-ILS/src/templates/conify/global/config/remote_account.tt2 new file mode 100644 index 0000000000..a63bedb246 --- /dev/null +++ b/Open-ILS/src/templates/conify/global/config/remote_account.tt2 @@ -0,0 +1,44 @@ +[% WRAPPER base.tt2 %] +[% ctx.page_title = l('Remote Accounts') | html %] +
+
[% 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 70063d8ae5..150d928570 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -780,6 +780,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 f94e9ed435..2c81ecc23b 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -1168,6 +1168,16 @@ main.menu.prototype = { ); } ], + 'cmd_server_admin_conify_remote_account' : [ + ['oncommand'], + function(event) { + open_eg_web_page( + "/eg/conify/global/config/remote_account", + "menu.cmd_server_admin_conify_remote_account.tab", + event + ); + } + ], 'cmd_reprint' : [ ['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 2e984d7102..76c4122308 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 @@ -258,6 +258,9 @@ + @@ -563,6 +566,7 @@ + diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties index 2405b95450..703e59d555 100644 --- a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties @@ -254,6 +254,7 @@ menu.cmd_booking_resource.tab=Resources menu.cmd_booking_reservation.tab=Reservations menu.cmd_booking_reservation_pickup.tab=Reservation Pickup menu.cmd_booking_reservation_return.tab=Reservation Return +menu.cmd_server_admin_conify_remote_account.tab=Remote Accounts menu.cmd_booking_pull_list.tab=Booking Pull List menu.cmd_booking_capture.tab=Booking Capture menu.cmd_authority_manage.tab=Manage Authorities