Translates peremption to expiration.
[platal.git] / templates / include / form.valid.edit-evts.tpl
index c97eec6..e39cc50 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 <br />
 <textarea rows="10" cols="60" name="texte">{$valid->texte}</textarea>
 <br />
-<strong>PĂ©remption&nbsp;:</strong> <input type="text" name="peremption" size="10" value="{$valid->peremption}" />
+<strong>PĂ©remption&nbsp;:</strong> <input type="text" name="expiration" size="10" value="{$valid->expiration}" />
 <strong>Promos&nbsp;:&nbsp;</strong>
 min <input type="text" name="promo_min" size="4" maxlength="4" value="{$valid->pmin}" />
-&nbsp;->&nbsp;max <input type="text" name="promo_max" size="4" maxlength="4" value="{$valid->pmax}" />
+&nbsp;->&nbsp;max <input type="text" name="promo_max" size="4" maxlength="4" value="{$valid->pmax}" /><br />
+<strong>Illustration&nbsp;:</strong> <input type="file" name="image" />
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}