Ignore:
Timestamp:
Apr 6, 2011, 12:30:06 PM (13 years ago)
Author:
patdenice
Message:

feature:2250
Deactivate and uninstall obsolete plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/plugins_list.tpl

    r10098 r10100  
    5959          | <a href="{$plugin.U_ACTION}&amp;action=delete" onclick="return confirm('{'Are you sure you want to delete this plugin?'|@translate|@escape:'javascript'}');">{'Delete'|@translate}</a>
    6060
    61     {elseif $plugin_state == 'missing' or $plugin_state == 'merged'}
     61    {elseif $plugin_state == 'missing'}
    6262          <a href="{$plugin.U_ACTION}&amp;action=uninstall" onclick="return confirm('{'Are you sure?'|@translate|@escape:'javascript'}');">{'Uninstall'|@translate}</a>
    6363
     64    {elseif $plugin_state == 'merged'}
     65          <a href="{$plugin.U_ACTION}&amp;action=delete">{'Delete'|@translate}</a>
    6466    {/if}
    6567        </td>
Note: See TracChangeset for help on using the changeset viewer.