Bugzilla – Attachment 23258 Details for
Bug 5031
CSV export profile form doesn't indicate that profile marcfields are required
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 5031 - followup to correct tabs
PASSED-QA-Bug-5031---followup-to-correct-tabs.patch (text/plain), 2.82 KB, created by
Katrin Fischer
on 2013-12-03 11:46:02 UTC
(
hide
)
Description:
[PASSED QA] Bug 5031 - followup to correct tabs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-12-03 11:46:02 UTC
Size:
2.82 KB
patch
obsolete
>From 62ca7dfef69fc47b572c760833cb76e4c9e31544 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sat, 21 Sep 2013 19:04:02 -0300 >Subject: [PATCH] [PASSED QA] Bug 5031 - followup to correct tabs > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Tiny QA follow-up corrcting whitespace to match coding >guidelines. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >index c556e15..f3356de 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >@@ -88,7 +88,7 @@ function reloadPage(p) { > <fieldset class="rows"> > <ol> > <li><label for="profile_name" class="required">Profile name: </label> >- <input type="text" id="profile_name" name="profile_name" required="required" /></li> >+ <input type="text" id="profile_name" name="profile_name" required="required" /></li> > > <li> > <label for="profile_type" class="required">Profile type: </label> >@@ -153,7 +153,7 @@ function reloadPage(p) { > > > <li class="marc_specific"><label for="new_profile_marc_content" class="required">Profile MARC fields: </label> >- <textarea cols="50" rows="2" name="profile_marc_content" id="new_profile_marc_content"></textarea> >+ <textarea cols="50" rows="2" name="profile_marc_content" id="new_profile_marc_content"></textarea> > <p>You have to define which fields or subfields you want to export, separated by pipes.</p> > <p>You can also use your own headers (instead of the ones from Koha) by prefixing the field number with an header, followed by the equal sign.</p> > <p>Example: Personal name=200|Entry element=210$a|300|009</p> >@@ -353,7 +353,7 @@ function reloadPage(p) { > </select></li> > > <li class="marc_specific"><label for="modify_profile_marc_content" class="required">Profile MARC fields: </label> >- <textarea cols="50" rows="2" name="profile_marc_content" id="modify_profile_marc_content">[% selected_profile_content %]</textarea></li> >+ <textarea cols="50" rows="2" name="profile_marc_content" id="modify_profile_marc_content">[% selected_profile_content %]</textarea></li> > > <li class="sql_specific"> > <label for="modify_profile_sql_content" class="required">Profile SQL fields: </label> >-- >1.8.3.2
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 5031
:
20966
|
21303
|
21304
|
23257
| 23258