Bug 5031: (follow-up) correct tabs
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sat, 21 Sep 2013 22:04:02 +0000 (19:04 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 3 Dec 2013 17:02:23 +0000 (17:02 +0000)
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.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt

index c556e15..f3356de 100644 (file)
@@ -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>