From 8d13d28c054f92dc8aacc48d3dbd652418411375 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 4 Nov 2016 13:17:24 -0400 Subject: [PATCH] implement item attributes editor AKA volume/copy template editor Add a specialization of the volume/copy editor that is restricted just to managing volume/copy templates; this can be accessed at the path /eg/staff/cat/volcopy/edit_templates. A link is added to the local administration splash page with the label "Volume/Copy Template Editor" In attempt to improve terminology, on the local administration page, the previous "Copy Template Editor" is now called "Serial Copy Template Editor". Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/admin/local/t_splash.tt2 | 3 ++- Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 | 2 +- Open-ILS/src/templates/staff/cat/volcopy/t_view.tt2 | 14 +++++++++++--- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 13 +++++++++++-- 4 files changed, 25 insertions(+), 7 deletions(-) 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 aba2290f5a..58bc231913 100644 --- a/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 @@ -20,7 +20,6 @@ ,[ l('Copy Location Groups'), "./admin/local/asset/copy_location_group" ] ,[ l('Copy Location Order'), "./admin/local/asset/copy_location_order" ] ,[ l('Copy Locations Editor'), "./admin/local/asset/copy_locations" ] - ,[ l('Copy Template Editor'), "./admin/local/asset/copy_template" ] ,[ l('Field Documentation'), "./admin/local/config/idl_field_doc" ] ,[ l('Group Penalty Thresholds'), "./admin/local/permission/grp_penalty_threshold" ] ,[ l('Hold Policies'), "./admin/local/config/hold_matrix_matchpoint" ] @@ -29,11 +28,13 @@ ,[ l('Notifications / Action Triggers'), "./admin/local/action_trigger/event_definition" ] ,[ l('Patrons with Negative Balances'), "./admin/local/circ/neg_balance_users" ] ,[ l('Search Filter Groups'), "./admin/local/actor/search_filter_group" ] + ,[ l('Serial Copy Template Editor'), "./admin/local/asset/copy_template" ] ,[ l('Standing Penalties'), "./admin/local/config/standing_penalty" ] ,[ l('Statistical Categories Editor'), "./admin/local/asset/stat_cat_editor" ] ,[ l('Statistical Popularity Badges'), "./admin/local/rating/badge" ] ,[ l('Surveys'), "./admin/local/action/survey" ] ,[ l('Transit List'), "./circ/transits/list" ] + ,[ l('Volume/Copy Template Editor'), "./cat/volcopy/edit_templates" ] ,[ l('Work Log'), "./admin/workstation/log" ] ]; diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 index 38dde8fe86..f17be8655a 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 @@ -6,7 +6,7 @@
-
+
diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_view.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_view.tt2 index 1cfa4e059d..38ebb53ccb 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_view.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_view.tt2 @@ -7,12 +7,12 @@ eg-navbar { } - -