Lines 88-94
function reloadPage(p) {
Link Here
|
88 |
<fieldset class="rows"> |
88 |
<fieldset class="rows"> |
89 |
<ol> |
89 |
<ol> |
90 |
<li><label for="profile_name" class="required">Profile name: </label> |
90 |
<li><label for="profile_name" class="required">Profile name: </label> |
91 |
<input type="text" id="profile_name" name="profile_name" required="required" /></li> |
91 |
<input type="text" id="profile_name" name="profile_name" required="required" /></li> |
92 |
|
92 |
|
93 |
<li> |
93 |
<li> |
94 |
<label for="profile_type" class="required">Profile type: </label> |
94 |
<label for="profile_type" class="required">Profile type: </label> |
Lines 153-159
function reloadPage(p) {
Link Here
|
153 |
|
153 |
|
154 |
|
154 |
|
155 |
<li class="marc_specific"><label for="new_profile_marc_content" class="required">Profile MARC fields: </label> |
155 |
<li class="marc_specific"><label for="new_profile_marc_content" class="required">Profile MARC fields: </label> |
156 |
<textarea cols="50" rows="2" name="profile_marc_content" id="new_profile_marc_content"></textarea> |
156 |
<textarea cols="50" rows="2" name="profile_marc_content" id="new_profile_marc_content"></textarea> |
157 |
<p>You have to define which fields or subfields you want to export, separated by pipes.</p> |
157 |
<p>You have to define which fields or subfields you want to export, separated by pipes.</p> |
158 |
<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> |
158 |
<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> |
159 |
<p>Example: Personal name=200|Entry element=210$a|300|009</p> |
159 |
<p>Example: Personal name=200|Entry element=210$a|300|009</p> |
Lines 353-359
function reloadPage(p) {
Link Here
|
353 |
</select></li> |
353 |
</select></li> |
354 |
|
354 |
|
355 |
<li class="marc_specific"><label for="modify_profile_marc_content" class="required">Profile MARC fields: </label> |
355 |
<li class="marc_specific"><label for="modify_profile_marc_content" class="required">Profile MARC fields: </label> |
356 |
<textarea cols="50" rows="2" name="profile_marc_content" id="modify_profile_marc_content">[% selected_profile_content %]</textarea></li> |
356 |
<textarea cols="50" rows="2" name="profile_marc_content" id="modify_profile_marc_content">[% selected_profile_content %]</textarea></li> |
357 |
|
357 |
|
358 |
<li class="sql_specific"> |
358 |
<li class="sql_specific"> |
359 |
<label for="modify_profile_sql_content" class="required">Profile SQL fields: </label> |
359 |
<label for="modify_profile_sql_content" class="required">Profile SQL fields: </label> |
360 |
- |
|
|