Bugzilla – Attachment 21304 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]
Bug 5031 - followup to correct tabs
Bug-5031---followup-to-correct-tabs.patch (text/plain), 2.68 KB, created by
Bernardo Gonzalez Kriegel
on 2013-09-21 22:09:51 UTC
(
hide
)
Description:
Bug 5031 - followup to correct tabs
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-09-21 22:09:51 UTC
Size:
2.68 KB
patch
obsolete
>From a2759865ef2ece605d3de5cc43fff74ac5a12d63 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] Bug 5031 - followup to correct tabs > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > .../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.7.9.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 5031
:
20966
|
21303
|
21304
|
23257
|
23258