diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/users.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/users.html | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/users.html b/ratatoeskr/templates/src/systemtemplates/users.html index ade4f34..9463eaf 100644 --- a/ratatoeskr/templates/src/systemtemplates/users.html +++ b/ratatoeskr/templates/src/systemtemplates/users.html @@ -1,15 +1,7 @@ <ste:load name="master.html" /> <ste:block name="content"> - <ste:if>$error - <ste:then> - <div class="error"><ste:escape>$error</ste:escape></div> - </ste:then> - </ste:if> - <ste:if>$success - <ste:then> - <div class="success"><ste:escape>$success</ste:escape></div> - </ste:then> - </ste:if> + <ste:default_error /> + <ste:default_success /> <div class="dualcolumns"> <div class="column_left"> |