diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/plugininstall.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/plugininstall.html | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/plugininstall.html b/ratatoeskr/templates/src/systemtemplates/plugininstall.html index 2bee9d5..7b5c586 100644 --- a/ratatoeskr/templates/src/systemtemplates/plugininstall.html +++ b/ratatoeskr/templates/src/systemtemplates/plugininstall.html @@ -1,15 +1,7 @@ <ste:load name="master.html" /> <ste:block name="content"> - <ste:if>$success - <ste:then> - <div class="success"><ste:escape>$success</ste:escape></div> - </ste:then> - </ste:if> - <ste:if>$error - <ste:then> - <div class="error"><ste:escape>$error</ste:escape></div> - </ste:then> - </ste:if> + <ste:default_error /> + <ste:default_success /> <h2><ste:get_translation for="install_from_package" /></h2> <form action="$rel_path_to_root/backend/plugin/install" method="POST" accept-charset="UTF-8" enctype="multipart/form-data"> |