Do not show X.org login form when the user doesn't have javascript activated
[platal.git] / templates / xnet / admin.tpl
index 34d4a8e..0ebaf66 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -51,7 +51,7 @@
 <table cellspacing="0" cellpadding="0" class='large'>
   {foreach from=$assos item=a key=i name=all}
   {if $i is even}<tr>{/if}
-    <td><a href='admin?del={$a.diminutif}'><img src='images/del.png' alt='delete' /></a></td>
+    <td><a href='admin?del={$a.diminutif}'>{icon name=delete title='delete'}</a></td>
     <td><a href='{$a.diminutif}/edit'>{$a.nom}</a></td>
     {if $i is odd || $smarty.foreach.all.last}</tr>{/if}
   {/foreach}