From a4f2dcbbc36e5bc1d90371eebab4920fb2b8078b 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. --- .../prog/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 14b584f..23e4082 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 %] -