Bug 7302 tiny follow-up removing </td><td>
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 24 Jul 2012 16:34:52 +0000 (18:34 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 24 Jul 2012 16:34:52 +0000 (18:34 +0200)
to have the Export as CSV in the same cell as other buttons

koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt

index 3f898c8..d02202c 100644 (file)
@@ -314,9 +314,7 @@ function yuiToolbar() {
                                        <td>
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="reopen" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Reopen" /></form>
                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="print" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Print" /></form>
-                                               </td>
-                    <td>
-                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="export" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Export as CSV" /></form>
+                                                        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="export" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Export as CSV" /></form>
                     </td>
                                </tr>
                                [% END %]