Works on product canvas and templates

This commit is contained in:
Regis Houssin
2010-05-03 07:03:05 +00:00
parent 8aed2328cf
commit fafb199bda
2 changed files with 6 additions and 4 deletions

View File

@@ -32,12 +32,13 @@
</tr>
</table>
<form action="<?php echo $_SERVER["PHP_SELF"]; ?>?canvas=default" method="post" name="formulaire">
<form action="<?php echo $_SERVER["PHP_SELF"]; ?>" 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; ?>">
<input type="hidden" name="canvas" value="default">
<input type="hidden" name="type" value="0">
<table class="liste" width="100%">

View File

@@ -32,12 +32,13 @@
</tr>
</table>
<form action="<?php echo $_SERVER["PHP_SELF"]; ?>?canvas=default" method="post" name="formulaire">
<form action="<?php echo $_SERVER["PHP_SELF"]; ?>" 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; ?>">
<input type="hidden" name="canvas" value="service">
<input type="hidden" name="type" value="1">
<table class="liste" width="100%">