Bugzilla – Attachment 1559 Details for
Bug 3765
Road Types and Street Numbers on Patron Rec Inconsistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0113-bug-3765-move-road-type-after-address.patch (text/plain), 2.20 KB, created by
Chris Cormack
on 2009-12-28 22:41:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-12-28 22:41:00 UTC
Size:
2.20 KB
patch
obsolete
>From 2288fc42a47f07db84a2fe7bba9ae064145e4c91 Mon Sep 17 00:00:00 2001 >From: Nicole Engard <nengard@gmail.com> >Date: Sun, 27 Dec 2009 23:25:17 -0500 >Subject: [PATCH] bug 3765: move road type after address >Content-Type: text/plain; charset="utf-8" > >I have fixed 2 road type issues. >--- > .../intranet-tmpl/prog/en/includes/circ-menu.inc | 3 +++ > .../prog/en/modules/members/moremember.tmpl | 6 +++--- > 2 files changed, 6 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index 56dd2f2..443e12b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -14,6 +14,9 @@ > <!-- /TMPL_IF --> > <li><!-- TMPL_IF NAME="address"--> > <!-- TMPL_VAR NAME="address" --> >+ <!--TMPL_IF NAME="roaddetails"--> >+ <!-- TMPL_VAR NAME="roaddetails" --> >+ <!-- /TMPL_IF --> > <!-- TMPL_ELSE --> > <span class="empty">No address stored.</span> > <!-- /TMPL_IF --></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl >index 240e75e..f5e8f1b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl >@@ -163,10 +163,10 @@ if (nodename =="barcodes[]"){ > <!-- TMPL_UNLESS NAME="I" --><!-- TMPL_IF NAME="othernames" -->“<!-- TMPL_VAR NAME="othernames" -->”<!-- /TMPL_IF --> > > <p class="address"><!-- TMPL_VAR NAME="streetnumber" --> >+ <!-- TMPL_VAR NAME="address" --> > <!--TMPL_IF NAME="roaddetails"--> >- <!-- TMPL_VAR NAME="roaddetails" -->, >- <!-- /TMPL_IF --> >- <!-- TMPL_VAR NAME="address" --><br /> >+ <!-- TMPL_VAR NAME="roaddetails" --> >+ <!-- /TMPL_IF --><br /> > <!-- TMPL_IF NAME="address2" --><!-- TMPL_VAR NAME="address2"--><br /><!-- /TMPL_IF --> > <!-- TMPL_IF NAME="city" --><!-- TMPL_VAR NAME="city" --><!-- /TMPL_IF --> > <!-- TMPL_IF NAME="zipcode" --><!-- TMPL_VAR NAME="zipcode" --><br /><!-- /TMPL_IF --> >-- >1.5.6.5 >
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 3765
:
1557
|
1558
|
1559
|
1560