Rev | Line | |
---|
[6] | 1 | <h2>Dons et achats</h2> |
---|
| 2 | <div class="bloc_content"> |
---|
| 3 | <form name="news_form" action="<?= $env->url(array("e" => "set_dons_achats")) ?>" method="post"> |
---|
| 4 | <table class="admin"> |
---|
| 5 | <tr> |
---|
| 6 | <th>Identifiant Paypal</th> |
---|
| 7 | <td> |
---|
| 8 | <input type="text" name="identifiant_paypal" style="width: 500px" value="<?= $env->out["config"]["identifiant_paypal"] ?>" /> |
---|
| 9 | </td> |
---|
| 10 | </tr> |
---|
| 11 | <tr> |
---|
| 12 | <th>URL boutique en ligne</th> |
---|
| 13 | <td><input type="text" name="lien_boutique" style="width: 500px" value="<?= $env->out["config"]["lien_boutique"] ?>" /></td> |
---|
| 14 | </tr> |
---|
| 15 | </table> |
---|
| 16 | <table class="admin"> |
---|
| 17 | <tr> |
---|
| 18 | <td align="center"><input type="submit" value="Enregistrer" /></td> |
---|
| 19 | </tr> |
---|
| 20 | </table> |
---|
| 21 | </form> |
---|
| 22 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.