Skip to content

Commit

Permalink
move form tags out of the table
Browse files Browse the repository at this point in the history
  • Loading branch information
keywan-ghadami-oxid authored and oxidci committed Oct 19, 2016
1 parent 80facb7 commit c34ea9c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/application/views/admin/tpl/order_downloads.tpl
Expand Up @@ -12,13 +12,13 @@
<input type="hidden" name="cl" value="order_downloads">
</form>

<table cellspacing="0" cellpadding="0" border="0" width="98%">
<form name="search" id="search" action="[{ $oViewConf->getSelfLink() }]" method="post">
[{ $oViewConf->getHiddenSid() }]
<input type="hidden" name="cl" value="order_downloads">
<input type="hidden" name="oxid" value="[{ $oxid }]">
<input type="hidden" name="fnc" value="resetDownloadLink">
<input type="hidden" name="oxorderfileid" value="[{ $oxid }]">
<table cellspacing="0" cellpadding="0" border="0" width="98%">
<tr>
[{block name="admin_order_downloads_header"}]
<td class="listheader" height="15">&nbsp;&nbsp;&nbsp;[{ oxmultilang ident="GENERAL_ITEMNR" }]</td>
Expand Down Expand Up @@ -58,9 +58,8 @@
[{assign var="blWhite" value="2"}]
[{/if}]
[{/foreach}]
</form>
</table>

</form>
[{include file="bottomnaviitem.tpl"}]

[{include file="bottomitem.tpl"}]

0 comments on commit c34ea9c

Please sign in to comment.