diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-02-18 01:34:25 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-02-18 01:34:25 +0100 |
commit | 7e04592b5c86352425906bb754c38a8fbea53b09 (patch) | |
tree | efa0caab141a7ad3d72256ffad5378c36c56e51a /ratatoeskr/templates/src/systemtemplates/pluginlist.html | |
parent | 0861240931fca9e2124703cda8b1a815a838465d (diff) | |
download | ratatoeskr-cms-7e04592b5c86352425906bb754c38a8fbea53b09.tar.gz ratatoeskr-cms-7e04592b5c86352425906bb754c38a8fbea53b09.tar.bz2 ratatoeskr-cms-7e04592b5c86352425906bb754c38a8fbea53b09.zip |
Incompatible plugins will now get disabled.
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/pluginlist.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/pluginlist.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/pluginlist.html b/ratatoeskr/templates/src/systemtemplates/pluginlist.html index 056ba96..5d88fb4 100644 --- a/ratatoeskr/templates/src/systemtemplates/pluginlist.html +++ b/ratatoeskr/templates/src/systemtemplates/pluginlist.html @@ -1,6 +1,7 @@ <ste:load name="master.html" /> <ste:block name="content"> - <ste:default_error /> + <ste:default_error noescape="y" /> + <ste:default_notice noescape="y" /> <ste:default_success /> <form action="$rel_path_to_root/backend/plugin/list" method="post"> |