From: Jason Etheridge Date: Tue, 5 Jan 2016 16:23:36 +0000 (-0500) Subject: webstaff: links f/ Surveys, Transit List, Work Log X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fec641f05a1b040b1c4ad3ca588b71a801eaf240;p=working%2FEvergreen.git webstaff: links f/ Surveys, Transit List, Work Log under Administration -> Local Administration implementation in separate commits for Transit List and Work Log linking to existing Surveys interface Signed-off-by: Jason Etheridge --- 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 8dcb28fa6e..9649078ec0 100644 --- a/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/t_splash.tt2 @@ -31,6 +31,9 @@ ,[ l('Search Filter Groups'), "./admin/local/actor/search_filter_group" ] ,[ l('Standing Penalties'), "./admin/local/config/standing_penalty" ] ,[ l('Statistical Categories Editor'), "./admin/local/asset/stat_cat_editor" ] + ,[ l('Surveys'), "./admin/local/action/survey" ] + ,[ l('Transit List'), "./circ/transits/list" ] + ,[ l('Work Log'), "./admin/workstation/log" ] ]; USE table(interfaces, rows=9);