Ignore:
Timestamp:
09/28/12 08:08:47 (12 years ago)
Author:
nanardon
Message:

fix conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/nethosts/default.tt

    r1081 r1162  
    6262[% END %] 
    6363 
    64 [% IF c.model('Accounts').db.check_acl('nethost', '@DELETE', 'w') %] 
    65 <script LANGUAGE="JavaScript"> 
    66 <!-- 
    67 function confirmSubmit() 
    68 { 
    69 var agree=confirm("Supprimer l'hÃŽte [% nethost.id %] ?"); 
    70 if (agree) 
    71     return true ; 
    72 else 
    73     return false ; 
    74 } 
    75 // --> 
    76 </script> 
    77 <fieldset> 
    78 <legend>Supprimer cet hÃŽte</legend> 
    79 <form action="[% c.uri_for(nethostname) %]" method="POST" onsubmit="return confirmSubmit()"> 
    80 <input type="image" name="delete" value="Supprimer" title="Supprimer" alt="effacer" src="[% 
    81 c.uri_for('/static', 'images', 'edit-delete.png') %]"> 
    82 <input type="hidden" name="delete" value="Supprimer"> 
    83 </form> 
    84 </fieldset> 
    85 [% END %] 
    86  
    8764</td></tr> 
    8865</table> 
Note: See TracChangeset for help on using the changeset viewer.