From c3ea45c7c08fa9bde9009774d403eedac08824d5 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 1 Sep 2015 16:30:32 +0000 Subject: [PATCH] webstaff: tweak headings chooser to take less vertical space Signed-off-by: Galen Charlton --- .../staff/cat/share/t_authority_browser.tt2 | 24 +++++++++++----------- .../js/ui/default/staff/cat/services/marcedit.js | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/share/t_authority_browser.tt2 b/Open-ILS/src/templates/staff/cat/share/t_authority_browser.tt2 index f7f2043c29..ec7428cab6 100644 --- a/Open-ILS/src/templates/staff/cat/share/t_authority_browser.tt2 +++ b/Open-ILS/src/templates/staff/cat/share/t_authority_browser.tt2 @@ -2,36 +2,36 @@
  • - {{main.heading}} -
    +
    - + {{main.heading}} + ( ‡{{sf.0}} {{sf.1}} - + )
    • - [% l('See from: [_1]', '{{seefrom.heading}}') %] -
      +
      - + [% l('See from: [_1]', '{{seefrom.heading}}') %] + ( ‡{{sf.0}} {{sf.1}} - + )
    • - [% l('See also: [_1]', '{{seealso.heading}}') %] -
      +
      - + [% l('See also: [_1]', '{{seealso.heading}}') %] + ( ‡{{sf.0}} {{sf.1}} - + )
    diff --git a/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js b/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js index 97574ccac9..415f32dc45 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js +++ b/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js @@ -397,7 +397,7 @@ angular.module('egMarcMod', ['egCoreMod', 'ui.bootstrap']) var args = { changed : false }; $modal.open({ templateUrl: './cat/share/t_authority_link_dialog', - size: 'md', + size: 'lg', controller: ['$scope', '$modalInstance', function($scope, $modalInstance) { $scope.controlSet = cs; $scope.bibField = fieldCopy; @@ -1306,7 +1306,7 @@ angular.module('egMarcMod', ['egCoreMod', 'ui.bootstrap']) function ($scope , $http) { $scope.page = 0; - $scope.limit = 10; + $scope.limit = 5; $scope.main_headings = []; function getHeadingString(headingField) { -- 2.11.0