replace old email icon
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 23 Jul 2006 16:54:41 +0000 (16:54 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 23 Jul 2006 16:54:41 +0000 (16:54 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@604 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs.net/images/mail.png [deleted symlink]
htdocs/images/icons/email.gif [new file with mode: 0644]
htdocs/images/mail.png [deleted file]
templates/xnet/groupe/annuaire.tpl
templates/xnet/groupe/membres-edit.tpl
templates/xnet/groupe/telepaiement.tpl
templates/xnetevents/admin.tpl
templates/xnetlists/index.tpl

diff --git a/htdocs.net/images/mail.png b/htdocs.net/images/mail.png
deleted file mode 120000 (symlink)
index 9e9a9fb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../htdocs/images/mail.png
\ No newline at end of file
diff --git a/htdocs/images/icons/email.gif b/htdocs/images/icons/email.gif
new file mode 100644 (file)
index 0000000..81eee6a
Binary files /dev/null and b/htdocs/images/icons/email.gif differ
diff --git a/htdocs/images/mail.png b/htdocs/images/mail.png
deleted file mode 100644 (file)
index d7110f7..0000000
Binary files a/htdocs/images/mail.png and /dev/null differ
index 2218d9a..af48343 100644 (file)
@@ -65,9 +65,9 @@ Fonctionnalit
       {if $m.x}
       <a href="https://www.polytechnique.org/profile/{$m.email}">{icon name=user_suit title="fiche"}</a>
       <a href="https://www.polytechnique.org/vcard/{$m.email}.vcf">{icon name=vcard title="[vcard]"}</a>
-      <a href="mailto:{$m.email}@polytechnique.org"><img src="images/mail.png" alt="mail" /></a>
+      <a href="mailto:{$m.email}@polytechnique.org">{icon name=email title="mail"}</a>
       {else}
-      <a href="mailto:{$m.email}"><img src="images/mail.png" alt="mail" /></a>
+      <a href="mailto:{$m.email}">{icon name=email title="mail"}</a>
       {/if}
     </td>
     {if $admin}
index 64cc26b..9124c80 100644 (file)
@@ -33,7 +33,7 @@
   <a href="https://www.polytechnique.org/profile/{$user.alias}">{icon name=user_suit title="fiche"}</a>
   {/if}
   <a href="{$platal->ns}member/del/{$user.email}"><img src="images/del.png" alt="Suppression du compte" /></a>
-  <a href="mailto:{$user.email}"><img src="images/mail.png" alt="Ecrire un mail" /></a>
+  <a href="mailto:{$user.email}">{icon name=email title="mail"}</a>
 </h2>
 
 <form method="post" action="{$platal->ns}member/{$platal->argv[1]}">
index 0c3c696..27ef20d 100644 (file)
@@ -52,7 +52,7 @@ Voici la liste des paiements en ligne possible pour le groupe {$asso.nom}
         <td>
           {$p.prenom} {$p.nom}
           <a href="https://www.polytechnique.org/profile/{$p.alias}">{icon name=user_suit title="fiche"}</a>
-          <a href="mailto:{$p.alias}@polytechnique.org"><img alt="[mail]" title="Lui envoyer un mail" src="images/mail.png"/></a>
+          <a href="mailto:{$p.alias}@polytechnique.org">{icon name=email title="mail"}</a>
         </td>
         <td class="center">X {$p.promo}</td>
         <td class="right">{$p.montant}</td>
index 4908aad..d8e7868 100644 (file)
@@ -86,7 +86,7 @@ Ils ont pay
     <td>
       <a href="https://www.polytechnique.org/profile/{$m.email}">{icon name=user_suit title="fiche"}</a>
       <a href="https://www.polytechnique.org/vcard/{$m.email}.vcf">{icon name=vcard title="vcard"}</a>
-      <a href="mailto:{$m.email}@polytechnique.org"><img src="images/mail.png" alt="mail" /></a>
+      <a href="mailto:{$m.email}@polytechnique.org">{icon name=email title="mail"}</a>
     </td>
     <td>{$m.montant}</td>
   </tr>
@@ -131,9 +131,9 @@ Ils ont pay
       {if $m.x}
       <a href="https://www.polytechnique.org/profile/{$m.email}">{icon name=user_suit title="fiche"}</a>
       <a href="https://www.polytechnique.org/vcard/{$m.email}.vcf">{icon name=vcard title="vcard"}</a>
-      <a href="mailto:{$m.email}@polytechnique.org"><img src="images/mail.png" alt="mail" /></a>
+      <a href="mailto:{$m.email}@polytechnique.org">{icon name=email title="mail"}</a>
       {else}
-      <a href="mailto:{$m.email}"><img src="images/mail.png" alt="mail"></a>
+      <a href="mailto:{$m.email}">{icon name=email title="mail"}</a>
       {/if}
     </td>
     {if $tout}
index 00f7bfb..3e34e12 100644 (file)
@@ -61,7 +61,7 @@ croix verte te permet de t'inscrire, apr
   {foreach from=$listes item=l}
   <tr>
     <td>
-      <a href="mailto:{$l.list}@{$asso.mail_domain}"><img src="images/mail.png" alt='[mail]' /></a>
+      <a href="mailto:{$l.list}@{$asso.mail_domain}">{icon name=email title="mail"}</a>
       <a href='{$platal->ns}lists/members/{$l.list}'>{$l.list} {if $l.priv}<sup>#</sup>{/if}{if $l.own}<sup>o</sup>{/if}</a>
     </td>
     <td>{$l.desc}</td>
@@ -101,11 +101,11 @@ t'emp
   {iterate from=$alias item=a}
   <tr>
     {if $may_update}
-    <td class="center"><a href='mailto:{$a.alias}'><img src='images/mail.png' alt='[mail]' /></a></td>
+    <td class="center"><a href='mailto:{$a.alias}'>{icon name=email title="mail"}</a></td>
     <td><a href="{$platal->ns}alias/admin/{$a.alias}">{$a.alias}</a></td>
     <td class="center"><a href="{$platal->ns}lists?del_alias={$a.alias}"><img src='images/del.png' alt='[supprimer]' /></a></td>
     {else}
-    <td><a href='mailto:{$a.alias}'><img src='images/mail.png' alt='[mail]' /> {$a.alias}</a></td>
+    <td><a href='mailto:{$a.alias}'>{icon name=email title="mail"} {$a.alias}</a></td>
     {/if}
   </tr>
   {/iterate}