From 08330ec05b8854df61bb28c2498b6ef0a727589e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 19 Aug 2013 14:48:00 -0400 Subject: [PATCH] Bug 10130: widen input fields for library configuration Most input fields in the library entry form (admin/branches.pl) have no explicit width, so they display with a browser-default width. This patch gives explicit widths to those fields, giving more room for entry. Other fields have been given an explicit width and/or maxwidth according to the database table structure. To test, add or edit a library in Administration -> Libraries and Groups. Form fields should be more comfortable for entry, and add/edit actions should complete correctly. Signed-off-by: Campbell Reid-Tait Signed-off-by: Katrin Fischer Template changes only, works nicely. Tested editing and adding libraries in administration. Signed-off-by: Galen Charlton --- .../prog/en/modules/admin/branches.tt | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 86fb8cea2d..5bf9567bce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -92,7 +92,7 @@ tinyMCE.init({ Required [% ELSE %] - + Library code: [% branchcode %] [% END %] @@ -119,19 +119,19 @@ tinyMCE.init({ [% END %]
    -
  1. -
  2. -
  3. -
  4. -
  5. -
  6. -
  7. -
  8. -
  9. -
  10. -
  11. +
  12. +
  13. +
  14. +
  15. +
  16. +
  17. +
  18. +
  19. +
  20. +
  21. +
  22. -
  23. Can be entered as a single IP, or a subnet such as 192.168.1.*
  24. +
  25. Can be entered as a single IP, or a subnet such as 192.168.1.*
  26. -
  27. +
Cancel
-- 2.11.0