https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13968 --- Comment #2 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 60432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60432 Bug 13968 - Branch email hints are misleading Review of attachment 60432: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13968&attachment=60432) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ +186,5 @@
<li><label for="branchphone">Phone: </label><input type="text" name="branchphone" id="branchphone" size="60" value="[% library.branchphone |html %]" /></li> <li><label for="branchfax">Fax: </label><input type="text" name="branchfax" id="branchfax" size="60" value="[% library.branchfax |html %]" /></li> <li><label for="branchemail">Email: </label><input type="text" name="branchemail" id="branchemail" class="email" size="80" value="[% library.branchemail |html %]" /></li> + <li><label for="branchreplyto">Reply-To: </label> <input type="text" name="branchreplyto" id="branchreplyto" class="email" size="80" value="[% library.branchreplyto |html %]" /><br /><span class="hint"></hint>Default: ReplyToDefault system preference</li> +</li>
Extra </li>? -- You are receiving this mail because: You are watching all bug changes.