diff options
author | Steven Barth <steven@midlink.org> | 2008-08-14 19:19:05 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-14 19:19:05 +0000 |
commit | 1616d5a81ef58270911b0f3f350f1ef838896b23 (patch) | |
tree | bd71dff1c6f4e2df966b2a050f070dd9761f0a7a /libs/cbi/luasrc/view | |
parent | 15e2e16c6d81633d0dede30e7411e6b224998029 (diff) |
Enable more sanity checks for Password Changing page
Diffstat (limited to 'libs/cbi/luasrc/view')
-rw-r--r-- | libs/cbi/luasrc/view/cbi/simpleform.htm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/cbi/luasrc/view/cbi/simpleform.htm b/libs/cbi/luasrc/view/cbi/simpleform.htm index 68c8cc916..d2ae401c9 100644 --- a/libs/cbi/luasrc/view/cbi/simpleform.htm +++ b/libs/cbi/luasrc/view/cbi/simpleform.htm @@ -29,6 +29,12 @@ $Id$ </fieldset> <br /> </div> +<%- if self.message then %> + <div><%=self.message%></div> +<%- end %> +<%- if self.errmessage then %> + <div class="error"><%=self.errmessage%></div> +<%- end %> <div> <%- if self.submit ~= false then %> <input class="cbi-button-save" type="submit" value=" |