<!ENTITY staff.patron.info.notes.accesskey "N">
<!ENTITY staff.patron.info.triggered_events.label "Triggered Events">
<!ENTITY staff.patron.info.triggered_events.accesskey "v">
+<!ENTITY staff.patron.message_center.label "Message Center">
+<!ENTITY staff.patron.message_center.accesskey "r">
<!ENTITY staff.patron.info.stat_cats.label "Statistical Categories">
<!ENTITY staff.patron.info.stat_cats.accesskey "S">
<!ENTITY staff.patron.info.surveys.label "Surveys">
'SERIAL_PRINT_ROUTING_LIST_USERS' : 'oils://remote/eg/serial/print_routing_list_users',
'XUL_SERIAL_BATCH_RECEIVE': 'oils://remote/xul/server/serial/batch_receive.xul',
'EG_TRIGGER_EVENTS' : 'oils://remote/eg/actor/user/event_log',
+ 'EG_PATRON_MESSAGE_CENTER' : 'oils://remote/eg/actor/user/message',
'XUL_SEARCH_PREFS' : 'chrome://open_ils_staff_client/content/main/search_prefs.xul',
'XUL_SERVER_ADDONS' : 'oils://remote/xul/server/addon/addons.xul'
}
);
}
],
+ 'cmd_patron_message_center' : [
+ ['command'],
+ function(ev) {
+ obj.right_deck.set_iframe(
+ xulG.url_prefix(urls.XUL_REMOTE_BROWSER),
+ {},
+ {
+ 'url': urls.EG_PATRON_MESSAGE_CENTER + "/" + obj.patron.id(),
+ 'show_print_button': false,
+ 'show_nav_buttons': false
+ }
+ );
+ }
+ ],
'cmd_patron_info_stats' : [
['command'],
function(ev) {
<command id="cmd_patron_edit" />
<command id="cmd_patron_info_notes" />
<command id="cmd_patron_info_triggered_events" />
+ <command id="cmd_patron_message_center" />
<command id="cmd_patron_info_stats" />
<command id="cmd_patron_info_surveys" />
<command id="cmd_patron_info_acq_requests" />
<command id="cmd_patron_edit" />
<command id="cmd_patron_info_notes" />
<command id="cmd_patron_info_triggered_events" />
+ <command id="cmd_patron_message_center" />
<command id="cmd_patron_info_stats" />
<command id="cmd_patron_info_surveys" />
<command id="cmd_patron_info_acq_requests" />
<menuitem label="&staff.patron_navbar.alert;" accesskey="&staff.patron_navbar.alert.accesskey;" command="cmd_patron_alert"/>
<menuitem label="&staff.patron.info.notes.label;" accesskey="&staff.patron.info.notes.accesskey;" command="cmd_patron_info_notes"/>
<menuitem label="&staff.patron.info.triggered_events.label;" accesskey="&staff.patron.info.triggered_events.accesskey;" command="cmd_patron_info_triggered_events"/>
+ <menuitem label="&staff.patron.message_center.label;" accesskey="&staff.patron.message_center.accesskey;" command="cmd_patron_message_center"/>
<menuitem label="&staff.patron.info.stat_cats.label;" accesskey="&staff.patron.info.stat_cats.accesskey;" command="cmd_patron_info_stats"/>
<menu id="PatronNavBar_other_booking" label="&staff.main.menu.booking.label;" accesskey="&staff.main.menu.booking.accesskey;">
<menupopup id="PatronNavBar_other_booking_popup">
<menuitem label="&staff.patron_navbar.alert;" accesskey="&staff.patron_navbar.alert.accesskey;" command="cmd_patron_alert"/>
<menuitem label="&staff.patron.info.notes.label;" accesskey="&staff.patron.info.notes.accesskey;" command="cmd_patron_info_notes"/>
<menuitem label="&staff.patron.info.triggered_events.label;" accesskey="&staff.patron.info.triggered_events.accesskey;" command="cmd_patron_info_triggered_events"/>
+ <menuitem label="&staff.patron.message_center.label;" accesskey="&staff.patron.message_center.accesskey;" command="cmd_patron_message_center"/>
<menuitem label="&staff.patron.info.stat_cats.label;" accesskey="&staff.patron.info.stat_cats.accesskey;" command="cmd_patron_info_stats"/>
<menu id="PatronNavBar_other_booking" label="&staff.main.menu.booking.label;" accesskey="&staff.main.menu.booking.accesskey;">
<menupopup id="PatronNavBar_other_booking_popup">