Ignore:
Timestamp:
12/12/09 19:40:32 (15 years ago)
Author:
nanardon
Message:
  • allow to delete ballot after poll (then keeping only results in DB)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/includes/admin_menu.tt

    r267 r269  
    1414:: <a href="[% c.uri_for('/admin', poll.uid, 'validate') %]">Validation</a> 
    1515[% END %] 
     16[% IF poll.status != 'RUNNING' %] 
     17:: <a href="[% c.uri_for('/admin', poll.uid, 'delete') %]">Effacer</a> 
     18[% END %] 
    1619</div> 
Note: See TracChangeset for help on using the changeset viewer.