ax.png -> user_gray
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 23 Jul 2006 16:24:26 +0000 (16:24 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 23 Jul 2006 16:24:26 +0000 (16:24 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@599 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs.net/images/ax.png [deleted symlink]
htdocs/images/ax.png [deleted file]
htdocs/images/icons/user_gray.gif [new file with mode: 0644]
templates/include/minifiche.tpl
templates/marketing/promo.tpl

diff --git a/htdocs.net/images/ax.png b/htdocs.net/images/ax.png
deleted file mode 120000 (symlink)
index 58562a4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../htdocs/images/ax.png
\ No newline at end of file
diff --git a/htdocs/images/ax.png b/htdocs/images/ax.png
deleted file mode 100644 (file)
index 2062553..0000000
Binary files a/htdocs/images/ax.png and /dev/null differ
diff --git a/htdocs/images/icons/user_gray.gif b/htdocs/images/icons/user_gray.gif
new file mode 100644 (file)
index 0000000..adaf88d
Binary files /dev/null and b/htdocs/images/icons/user_gray.gif differ
index 12c7cf1..70ffde7 100644 (file)
 
     {if $smarty.session.perms eq admin}
       {if !$c.wasinscrit && !$c.dcd}
-        <a href="marketing/private/{$c.user_id}">{*
+        [<a href="marketing/private/{$c.user_id}">{*
           *}{icon name=wrench title="marketter user"}</a>
       {elseif $c.wasinscrit}
-        <a href="admin/utilisateurs.php?login={$c.forlife}">{*
+        [<a href="admin/utilisateurs.php?login={$c.forlife}">{*
           *}{icon name=wrench title="administrer user"}</a>
       {/if}
       <a href="http://www.polytechniciens.com/index.php?page=AX_FICHE_ANCIEN&amp;anc_id={$c.matricule_ax}">{*
-      *}<img src="images/ax.png" alt='AX' title="fiche AX" /></a>
+      *}{icon name=user_gray title="fiche AX"}</a>]
     {/if}
   </div>
 
index f2d2446..787c221 100644 (file)
@@ -68,7 +68,7 @@
       <td class="center">
         <a href="marketing/private/{$it.user_id}">{icon name=wrench title="Marketing"}</a>
         <a href="http://www.polytechniciens.com/index.php?page=AX_FICHE_ANCIEN&amp;anc_id={$it.matricule_ax}">{*
-          *}<img src="images/ax.png" alt='AX' title="fiche AX" /></a>
+          *}{icon name=user_gray title="fiche AX"}</a>
       </td>
     </tr>
     {/iterate}