Works on canvas capability

Works on custom list
This commit is contained in:
Regis Houssin 2010-03-25 16:56:22 +00:00
parent 3bc4dadc7f
commit 08fef48350

View File

@ -32,7 +32,12 @@
</tr>
</table>
<form action="<?php echo $_SERVER["PHP_SELF"];?>?canvas=default" method="post" name="formulaire">
<form action="<?php echo $_SERVER["PHP_SELF"]; ?>?canvas=default" method="post" name="formulaire">
<input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>">
<input type="hidden" name="action" value="list">
<input type="hidden" name="sortfield" value="<?php echo $sortfield; ?>">
<input type="hidden" name="sortorder" value="<?php echo $sortorder; ?>">
<input type="hidden" name="type" value="<?php echo $type; ?>">
<table class="liste" width="100%">