From efb484acd7908e27f0db84891eda9ac07beaf305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sat, 18 Feb 2017 17:15:06 +0100 Subject: [PATCH] Bug 13968 - Branch email hints are misleading This patch replaces missleading notes with Reply-To and Return-Path fields to reflect indicate falback values if they are empty (ReplyToDefault and ReturnpathDefault system prefs). To test: - Apply patch - In Home > Administration > Libraties and Groups, endit a library - Verify that hints display for fields Reply-To and Return-Path, indicating their default values. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 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 1a156de..537befe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -186,8 +186,9 @@ tinyMCE.init({
  • -
  • -
  • +

  • Default: ReplyToDefault system preference
  • + +

  • Default: ReturnpathDefault system preference
  • Can be entered as a single IP, or a subnet such as 192.168.1.*
  • -- 2.1.4