Bugzilla – Attachment 3199 Details for
Bug 5799
language inconsistency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0002-Bug-5799-make-language-on-circ-history-consistent.patch (text/plain), 2.24 KB, created by
Nicole C. Engard
on 2011-02-23 13:50:54 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-02-23 13:50:54 UTC
Size:
2.24 KB
patch
obsolete
>From bc973421eaeac618de109d45a7b6b7a5c6fc7f6b Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Sat, 19 Feb 2011 17:02:07 -0500 >Subject: [PATCH 2/2] Bug 5799 make language on circ history consistent > >--- > .../prog/en/modules/members/readingrec.tmpl | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl >index 6d65063..480f2e9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl >@@ -1,5 +1,5 @@ > <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> >-<title>Reading Record for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></title> >+<title>Circulation History for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></title> > <!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> > <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.tablesorter.min.js"></script> > <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.tablesorter.pager.js"></script> >@@ -21,7 +21,7 @@ > <!-- TMPL_INCLUDE NAME="header.inc" --> > <!-- TMPL_INCLUDE NAME="patron-search.inc" --> > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Reading Record for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Circulation History for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></div> > > <div id="doc3" class="yui-t2"> > >@@ -29,7 +29,7 @@ > <div id="yui-main"> > <div class="yui-b"> > <!-- TMPL_INCLUDE NAME="circ-toolbar.inc" --> >-<h1>Reading Record</h1> >+<h1>Circulation History</h1> > <form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input type="hidden" name="borrowernumber" id="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /></form> > > <span id="pagertable_readingrec" class="pager"> >-- >1.7.2.3 >
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 5799
: 3199