diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/templates.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/templates.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/templates.html b/ratatoeskr/templates/src/systemtemplates/templates.html index 1d15967..d70c6ba 100644 --- a/ratatoeskr/templates/src/systemtemplates/templates.html +++ b/ratatoeskr/templates/src/systemtemplates/templates.html @@ -1,15 +1,8 @@ <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 /> + <div class="dualcolumns"> <div class="column_left"> <form action="$rel_path_to_root/backend/design/templates" method="POST"> |