Bug 9545 - Followup Fix import MARC bibliographic framework text label
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 14 Feb 2013 14:23:01 +0000 (15:23 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 15 Feb 2013 13:27:40 +0000 (08:27 -0500)
The export action for the default framework did not work.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt

index bebeb2f..b87ec20 100644 (file)
@@ -207,7 +207,7 @@ $(document).ready(function() {
                         <li><label for="sql_type_export_[% frameworkcode %]">Export to SQL</label><input type="radio" name="type_export_[% frameworkcode %]" value="sql" id="sql_type_export_[% frameworkcode %]" /></li>
                     </ol>
                     </fieldset>
-                    <fieldset class="action"><input type="button" href="#" value="Export" title="Export to a spreadsheet" /> <a href="#" class="import_export_close cancel">Cancel</a> </fieldset>
+                    <fieldset class="action"><input type="submit" href="#" value="Export" title="Export to a spreadsheet" /> <a href="#" class="import_export_close cancel">Cancel</a> </fieldset>
                 </form>
             </div>
             </div>