diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-13 17:37:08 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-13 17:37:08 +0100 |
commit | 1f8533ded93beac340daa2f8672b9f3d5c7e8414 (patch) | |
tree | b000f526c358a4cf1d836b44421c58d4996dc5f2 /ratatoeskr/templates/src/systemtemplates/plugininstall.html | |
parent | f570dab1ebfda9d80dca0d1dcffe4c195b8932be (diff) | |
download | ratatoeskr-cms-1f8533ded93beac340daa2f8672b9f3d5c7e8414.tar.gz ratatoeskr-cms-1f8533ded93beac340daa2f8672b9f3d5c7e8414.tar.bz2 ratatoeskr-cms-1f8533ded93beac340daa2f8672b9f3d5c7e8414.zip |
created ste:default_error / ste:default_success tags.
Will make it easier for plugin authors to get an consistentlook and feel.
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"> |