wibble
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sat, 15 Jan 2005 01:31:48 +0000 (01:31 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:35 +0000 (23:27 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-326

templates/carnet/notifs.tpl

index 1872137..6f998d6 100644 (file)
  ***************************************************************************}
 
 
-<h1>Notifications automatiques</h1>
+<h1 id='top'>Notifications automatiques</h1>
 
 <p>Les mails sont hebdomadaires (pour éviter une trop grosse charge du serveur de mails et de ta boite mail).
 S'il n'y a rien à te signaler le mail ne t'est pas envoyé.</p>
 
-<form action="{$smarty.server.PHP_SELF}" method="post">
+<form action="#top" method="post">
   <fieldset>
     <legend>Mail</legend>
     <input type='checkbox' name='mail' onclick="this.form.submit();" {if $watch->watch_mail}checked="checked"{/if} />
@@ -48,11 +48,11 @@ S'il n'y a rien 
   </div>
 </form>
 
-<h1>Qui/Que surveiller ?</h1>
+<h1 id='middle'>Qui/Que surveiller ?</h1>
 
 <h2>Surveiller ses contacts</h2>
 
-<form action="{$smarty.server.PHP_SELF}" method="post">
+<form action="#middle" method="post">
   <fieldset>
     <legend>Contacts</legend>
     <input type='checkbox' name='contacts' onclick="this.form.submit();" {if $watch->watch_contacts}checked="checked"{/if} /> Surveiller mes contacts<br />