Bugzilla – Attachment 48512 Details for
Bug 15941
The template for cloning circulation and fine rules says "issuing rules"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15941 - The template for cloning circulation and fine rules says "issuing rules"
Bug-15941---The-template-for-cloning-circulation-a.patch (text/plain), 3.46 KB, created by
Owen Leonard
on 2016-03-01 14:17:19 UTC
(
hide
)
Description:
Bug 15941 - The template for cloning circulation and fine rules says "issuing rules"
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-03-01 14:17:19 UTC
Size:
3.46 KB
patch
obsolete
>From d564a32944fd20ebb312b1052bb1c60b39bb541a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 29 Feb 2016 14:39:30 -0500 >Subject: [PATCH] Bug 15941 - The template for cloning circulation and fine > rules says "issuing rules" >Content-Type: text/plain; charset="utf-8" > >The template for cloning circulation and fine rules should use the >phrase "circulation and fine rules" instead of "issuing rules." > >Also changed: Added "Cancel" link to return the user to the circulation >and fine rules page. > >To test, navigate directly to /cgi-bin/koha/admin/clone-rules.pl. > >The page title, breadcrumbs, and heading should all use the phrase >"circulation and fine rules." >--- > .../intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >index a9268cb..38104ef 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >@@ -1,19 +1,19 @@ > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Administration › Issuing rules › Clone issuing rules</title> >+<title>Koha › Administration › Circulation and fine rules › Clone circulation and fine rules</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="admin_clone-rules" class="admin"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'cat-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/smart-rules.pl">Issuing rules</a> › Clone issuing rules</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fine rules</a> › Clone circulation and fine rules</div> > > <div id="doc3" class="yui-t1"> > > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> >- <h2>Cloning issuing rules >+ <h2>Cloning circulation and fine rules > [% IF ( frombranchname || tobranchname ) %] > [% IF ( frombranchname ) %] from "[% frombranchname %]"[% END %] > [% IF ( tobranchname ) %] to "[% tobranchname %]"[% END %] >@@ -22,14 +22,14 @@ > > [% IF ( result ) %] > [% IF ( error ) %] >- <div class="dialog alert">Cloning of issuing rules failed!</div> >+ <div class="dialog alert">Cloning of circulation and fine rules failed!</div> > [% ELSE %] > <div class="dialog message"><p>The rules have been cloned.</p></div> > [% END %] >- <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to issuing rules</a> >+ <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to circulation and fine rules</a> > [% ELSE %] > >- <p class="help">Use carefully! If the destination library already has issuing rules, they will be deleted without warning!</p> >+ <p class="help">Use carefully! If the destination library already has circulation and fine rules, they will be deleted without warning!</p> > <form action="/cgi-bin/koha/admin/clone-rules.pl" method="post"> > [% UNLESS ( frombranch ) %] > <fieldset> >@@ -67,6 +67,7 @@ > </fieldset> > [% END %] > <input type="submit" value="Submit" /> >+ <a href="/cgi-bin/koha/admin/smart-rules.pl" class="cancel">Cancel</a> > </form> > > [% END %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15941
:
48512
|
48604
|
48610