From 2844f4932032a1d6f13d62ff40afb5cacc2fae35 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 29 Sep 2015 21:57:40 -0400 Subject: [PATCH] webstaff: browser client: misc. new links field documentation group penalty threshold hold policies library settings edito noncat types action/trigger search filter group stat cats editor Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- .../src/templates/staff/admin/local/t_splash.tt2 | 54 ++++++++++++++++++++++ .../web/js/ui/default/staff/admin/local/app.js | 19 ++++++++ 2 files changed, 73 insertions(+) diff --git a/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 b/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 index 63c1d35396..cdd2c37a2a 100644 --- a/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 @@ -20,6 +20,12 @@ [% l('Copy Locations Editor') %] +
@@ -34,6 +40,12 @@ [% l('Copy Template Editor') %]
+
@@ -48,6 +60,12 @@ [% l('Auto-Print Settings') %]
+
@@ -56,6 +74,12 @@ [% l('Cash Reports') %]
+
@@ -64,6 +88,12 @@ [% l('Circ Limit Sets') %]
+
@@ -72,6 +102,12 @@ [% l('Circulation Policies') %]
+
@@ -80,6 +116,12 @@ [% l('Closed Dates Editor (pending)') %]
+
@@ -88,6 +130,12 @@ [% l('Copy Location Groups') %]
+
@@ -96,6 +144,12 @@ [% l('Copy Location Order') %]
+
diff --git a/Open-ILS/web/js/ui/default/staff/admin/local/app.js b/Open-ILS/web/js/ui/default/staff/admin/local/app.js index 8a520ddfa6..20b9647707 100644 --- a/Open-ILS/web/js/ui/default/staff/admin/local/app.js +++ b/Open-ILS/web/js/ui/default/staff/admin/local/app.js @@ -32,6 +32,25 @@ angular.module('egLocalAdmin', resolve : resolver }); + // non-conify routes come first + $routeProvider.when('/admin/local/asset/org_unit_settings', { + template: eframe_template, + controller: 'EmbedXHTMLCtl', // non-conify + resolve : resolver + }); + + $routeProvider.when('/admin/local/config/non_cat_types', { + template: eframe_template, + controller: 'EmbedXHTMLCtl', // non-conify + resolve : resolver + }); + + $routeProvider.when('/admin/local/asset/stat_cat_editor', { + template: eframe_template, + controller: 'EmbedXHTMLCtl', // non-conify + resolve : resolver + }); + // Conify page handler $routeProvider.when('/admin/local/:schema/:page', { template: eframe_template, -- 2.11.0