[Koha-patches] [PATCH] Bug: 4124 - Submit button in csv-profile.tmpl floats to the right.

Garry Collum gcollum at gmail.com
Sat Feb 6 00:54:47 CET 2010


Typo - class='actin' should be class='action' in the <form> tag.
---
 .../prog/en/modules/tools/csv-profiles.tmpl        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl
index 982f991..7ca532f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl
@@ -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;" />
-- 
1.5.6.5




More information about the Koha-patches mailing list