From f3931174b5257fa1574b298c3608839bdcddaf12 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 5 Jan 2016 11:23:36 -0500 Subject: [PATCH] webstaff: links to Surveys, Transit List, Work Log Under Administration -> Local Administration Links to the existing Surveys interface; following commits implement the new Transit List and Work Log interfaces. Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/admin/local/t_splash.tt2 | 3 +++ 1 file changed, 3 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 f6b7da32c4..aba2290f5a 100644 --- a/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 @@ -32,6 +32,9 @@ ,[ 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('Work Log'), "./admin/workstation/log" ] ]; USE table(interfaces, rows=9); -- 2.11.0