Note et description
This commit is contained in:
parent
982c48f3ee
commit
2e50088540
@ -68,7 +68,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td width="15%" valign="top">Description</td>
|
<td width="15%" valign="top">Description</td>
|
||||||
<td width="85%">
|
<td width="85%">
|
||||||
<textarea name="desc" rows="6" cols="70"></textarea>
|
<textarea name="desc" rows="6" cols="70">{$prod_description}</textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@ -76,7 +76,7 @@
|
|||||||
<td width="15%" valign="top">Note (non visible sur les factures, propals...)
|
<td width="15%" valign="top">Note (non visible sur les factures, propals...)
|
||||||
</td>
|
</td>
|
||||||
<td width="85%">
|
<td width="85%">
|
||||||
<textarea name="note" rows="4" cols="70"></textarea>
|
<textarea name="note" rows="4" cols="70">{$prod_note}</textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -85,17 +85,6 @@
|
|||||||
<input type="submit" class="button" name="cancel" value="Annuler">
|
<input type="submit" class="button" name="cancel" value="Annuler">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
<!-- CUT HERE -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- END SMARTY TEMPLATE -->
|
<!-- END SMARTY TEMPLATE -->
|
||||||
Loading…
Reference in New Issue
Block a user