diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-02-01 21:49:39 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-02-01 21:49:39 +0100 |
commit | 2c2b3c89f8b69b42220c19a811feb6a7b85e989f (patch) | |
tree | 578738860d8a61188919ece43b2f0805aa30bd9b /ratatoeskr/templates/src/systemtemplates | |
parent | e4e0bf836669b5419a0e2c86409c46898beef5b4 (diff) | |
download | ratatoeskr-cms-2c2b3c89f8b69b42220c19a811feb6a7b85e989f.tar.gz ratatoeskr-cms-2c2b3c89f8b69b42220c19a811feb6a7b85e989f.tar.bz2 ratatoeskr-cms-2c2b3c89f8b69b42220c19a811feb6a7b85e989f.zip |
Plugin deletion can now be enforced.
This will skip the RatatoeskrPlugin::delete() part and will not load the
plugin before deletion, so you can delete a plugin if it contained
syntax errors without disabling plugins in config.php
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/pluginlist.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/pluginlist.html b/ratatoeskr/templates/src/systemtemplates/pluginlist.html index 9c64ed1..e51c769 100644 --- a/ratatoeskr/templates/src/systemtemplates/pluginlist.html +++ b/ratatoeskr/templates/src/systemtemplates/pluginlist.html @@ -46,6 +46,7 @@ <select name="really_delete"> <option value="no" selected="selected"><ste:get_translation for="no" /></option> <option value="yes"><ste:get_translation for="yes" /></option> + <option value="force"><ste:get_translation for="enforce" /></option> </select> | <input type="submit" name="update" value="<ste:get_translation for='plugin_update' />" /> |