mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Works on product canvas and templates
This commit is contained in:
@@ -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%">
|
||||
|
||||
|
||||
@@ -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%">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user