Bug: 4124 - Submit button in csv-profile.tmpl floats to the right.
authorGarry Collum <gcollum@gmail.com>
Fri, 5 Feb 2010 23:54:47 +0000 (18:54 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Sat, 6 Feb 2010 00:00:23 +0000 (19:00 -0500)
Typo - class='actin' should be class='action' in the <form> tag.

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

index 982f991..7ca532f 100644 (file)
@@ -108,7 +108,7 @@ function reloadPage(p) {
                                                    </li>
                                                    </ol>
                                                </fieldset>
-                                               <fieldset class="actin"><input type="hidden" name="action" value="create" />
+                                               <fieldset class="action"><input type="hidden" name="action" value="create" />
                                                <input type="submit" value="Submit" /></fieldset>
                                            </form>
                                            <br style="clear:both;" />