Moving submit button inside form tag where it might do some good.
authoroleonard <oleonard>
Thu, 20 Jan 2005 21:30:20 +0000 (21:30 +0000)
committeroleonard <oleonard>
Thu, 20 Jan 2005 21:30:20 +0000 (21:30 +0000)
koha-tmpl/intranet-tmpl/npl/en/suggestion/acceptorreject.tmpl

index c684a45..b69656a 100644 (file)
@@ -34,9 +34,9 @@
                                </td>
                        </tr>
                <!-- /TMPL_LOOP -->
-               </table></form>
+               </table>
                <p><input type="submit" class="submit" value="Change Status"></p>
-
+</form>
        
 <!-- /TMPL_IF -->
 </div>