Bugzilla – Attachment 1948 Details for
Bug 4248
Cities Town Pull Down Missing Zip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow-up patch with markup corrections
0001-Markup-corrections-to-fix-for-Bug-4248.patch (text/plain), 1.74 KB, created by
Chris Cormack
on 2010-04-30 16:50:00 UTC
(
hide
)
Description:
Follow-up patch with markup corrections
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-04-30 16:50:00 UTC
Size:
1.74 KB
patch
obsolete
>From cf739a5502721b8841d4c970197c122c6ede8a64 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 30 Apr 2010 12:46:19 -0400 >Subject: [PATCH] Markup corrections to fix for Bug 4248 > >- Missing "=" in attribute >- TMPL_IF nested in HTML tag, which breaks translation script >--- > .../prog/en/modules/members/memberentrygen.tmpl | 9 ++++++--- > 1 files changed, 6 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl >index 811b622..b21d35a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl >@@ -404,10 +404,13 @@ > > <input type="text" id="city" name="city" size="20" value="<!-- TMPL_VAR NAME="city" -->" /> > <!-- TMPL_IF NAME="city_cgipopup" -->or <strong>choose</strong> >- <select id="select_city" name "select_city"> >+ <select id="select_city" name="select_city"> > <!-- TMPL_LOOP NAME="city_loop" --> >- <option value="<!-- TMPL_VAR NAME='city_zipcode'-->|<!-- TMPL_VAR NAME='city_name' -->" >- <!-- TMPL_IF NAME="selected" --> selected="1" <!-- /TMPL_IF --> > >+ <!-- TMPL_IF NAME="selected" --> >+ <option value="<!-- TMPL_VAR NAME="city_zipcode"-->|<!-- TMPL_VAR NAME="city_name" -->" selected="selected"> >+ <!-- TMPL_ELSE --> >+ <option value="<!-- TMPL_VAR NAME="city_zipcode"-->|<!-- TMPL_VAR NAME="city_name" -->"> >+ <!-- /TMPL_IF --> > <!-- TMPL_VAR NAME="city_name" --> <!-- TMPL_VAR NAME="city_zipcode" --> > </option> > <!-- /TMPL_LOOP --> >-- >1.6.3.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 4248
:
1944
|
1945
|
1946
|
1947
| 1948