From 55b1824766d7d4066a393a448bf0c8c7ac39f629 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 18 May 2016 09:24:21 -0400 Subject: [PATCH] Bug 21803: Redesign authorized values interface This patch redesigns the authorized values management interface. The primary change is that the initial view of authorized values is now a table listing all authorized values categories and their descriptions. Descriptions have been added or updated according to the text of the manual. To test, apply the patch and go to Administration -> Authorized values. - You should see a table of authorized values displayed in a DataTables-formatted table. - Click a category. You should be taken to the list of authorized values for that category. If there are none defined you should see a message saying so, including a button to add one. - Click the "Add" button next to an authorized value category. It should take you to the form for adding an authorized value to that category. Signed-off-by: Pierre-Marc Thibault Signed-off-by: Martin Renvoize --- .../en/modules/admin/authorised_values.tt | 337 ++++++++++++------ 1 file changed, 220 insertions(+), 117 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 14b584f355..23e4082856 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -10,10 +10,9 @@ [% END %] [% INCLUDE 'doc-head-close.inc' %] - [% Asset.css("css/datatables.css") | $raw %] -