| Line | |
|---|
| 1 | <TMPL_INCLUDE NAME="header.tmpl"> |
|---|
| 2 | |
|---|
| 3 | <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>plugins/PluginManager/js/app.js"></script> |
|---|
| 4 | |
|---|
| 5 | <h2><MT_TRANS phrase="Plugin Manager">: <span class="title-highlight"><MT_TRANS phrase="Uninstall"> <TMPL_VAR NAME=PLUGIN_NAME></span></h2> |
|---|
| 6 | |
|---|
| 7 | <div id="uninstall-wrapper"> |
|---|
| 8 | <p> |
|---|
| 9 | <MT_TRANS phrase="Uninstalling a plugin has the potential of performing destructive, irreversible actions. Therefore, prior to performing these actions they are previewed below. In order to make these changes, please click the 'Continue' button below."> |
|---|
| 10 | </p> |
|---|
| 11 | <ul> |
|---|
| 12 | <TMPL_LOOP NAME=PREVIEW_LOOP> |
|---|
| 13 | <li><TMPL_VAR NAME=TEXT></li> |
|---|
| 14 | </TMPL_LOOP> |
|---|
| 15 | </ul> |
|---|
| 16 | <form method="post"> |
|---|
| 17 | <input type="hidden" name="__mode" value="uninstall" /> |
|---|
| 18 | <input type="hidden" name="id" value="<TMPL_VAR NAME=PLUGIN_ID>" /> |
|---|
| 19 | <input type="submit" name="commit" value="<MT_TRANS phrase="Uninstall Plugin">" /> |
|---|
| 20 | <input type="submit" name="cancel" value="<MT_TRANS phrase="Cancel">" /> |
|---|
| 21 | </form> |
|---|
| 22 | |
|---|
| 23 | </div> |
|---|
| 24 | |
|---|
| 25 | <div id="sidebar-promo"> |
|---|
| 26 | <MT_TRANS phrase="Please support free software,"> <a href="http://www.majordojo.com/projects/PluginManager/downloads/"><MT_TRANS phrase="donate to Plugin Manager"></a>. |
|---|
| 27 | </div> |
|---|
| 28 | |
|---|
| 29 | </div> |
|---|
| 30 | |
|---|
| 31 | <TMPL_INCLUDE NAME="footer.tmpl"> |
|---|