Note et description

This commit is contained in:
Rodolphe Quiedeville 2006-12-05 12:56:44 +00:00
parent 982c48f3ee
commit 2e50088540

View File

@ -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 -->