Private GIT

Skip to content
Snippets Groups Projects
Commit c53f608b authored by X O's avatar X O
Browse files

Merge pull request #428 from OmgImAlexis/fix-massupdate-buttons

move form to fix buttons not working
parents 0c2d6994 c21ae79b
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<%block name="content"> <%block name="content">
<%namespace file="/inc_defs.mako" import="renderQualityPill"/> <%namespace file="/inc_defs.mako" import="renderQualityPill"/>
<form name="massUpdateForm" method="post" action="massUpdate">
<table style="width: 100%;" class="home-header"> <table style="width: 100%;" class="home-header">
<tr> <tr>
<td nowrap> <td nowrap>
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
</tr> </tr>
</table> </table>
<form name="massUpdateForm" method="post" action="massUpdate">
<table id="massUpdateTable" class="tablesorter" cellspacing="1" border="0" cellpadding="0"> <table id="massUpdateTable" class="tablesorter" cellspacing="1" border="0" cellpadding="0">
<thead> <thead>
<tr> <tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment