#556: auto fill promo with user promo
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 22 Nov 2006 22:18:00 +0000 (22:18 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 22 Nov 2006 22:18:00 +0000 (22:18 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1137 839d8a87-29fc-0310-9880-83ba4fa771e5

ChangeLog
templates/trombipromo.tpl

index 96de85a..8ab5ada 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,6 +62,7 @@ Bug/Wish:
         - #536: Can use login.promo as a valid user identifier.            -FRU
         - #539: Medals and deco need validation from admin.                -Car
         - #540: Profile of unregistered user redirects to marketing.       -FRU
+        - #556: Auto fill promo for trombi                                 -FRU
 
     * Xnet:
         - #511: Migrate ML subscription when changing email of a non-X.    -FRU
index 05c03d4..fbe68d6 100644 (file)
@@ -45,7 +45,7 @@ en validant peut 
         Promotion
       </td>
       <td>
-        <input type="text" name="xpromo" size="4" maxlength="4" />
+        <input type="text" name="xpromo" size="4" maxlength="4" value="{$smarty.session.promo}" />
         <input type="submit" value="Ok"
           onclick='this.form.action = this.form.action + this.form.xpromo.value' />
       </td>