diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/sections.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/sections.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/sections.html b/ratatoeskr/templates/src/systemtemplates/sections.html index 8fd75bc..f842bcd 100644 --- a/ratatoeskr/templates/src/systemtemplates/sections.html +++ b/ratatoeskr/templates/src/systemtemplates/sections.html @@ -1,16 +1,9 @@ <ste:load name="master.html" /> <ste:load name="instant_select.tpl" /> <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 /> + <div class="dualcolumns"> <div class="column_left"> <h2><ste:get_translation for="new_section" /></h2> |