|
|
@@ -5,6 +5,13 @@
|
|
|
* Customized ny thurdata
|
|
|
**********************************************************
|
|
|
*}
|
|
|
+{if $modulechangepwresult}
|
|
|
+ {if $modulechangepwresult == "success"}
|
|
|
+ {include file="$template/includes/alert.tpl" type="success" msg=$modulechangepasswordmessage textcenter=true}
|
|
|
+ {elseif $modulechangepwresult == "error"}
|
|
|
+ {include file="$template/includes/alert.tpl" type="error" msg=$modulechangepasswordmessage|strip_tags textcenter=true}
|
|
|
+ {/if}
|
|
|
+{/if}
|
|
|
|
|
|
{if $modulecustombuttonresult}
|
|
|
{if $modulecustombuttonresult == "success"}
|