Explorar el Código

clientareafunctions

andre hace 3 años
padre
commit
96c7960634
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      clientarea.tpl

+ 0 - 7
clientarea.tpl

@@ -13,13 +13,6 @@
   {/if}
 {/if}
 
-{if $modulecustombuttonresult}
-  {if $modulecustombuttonresult == "success"}
-    {include file="$template/includes/alert.tpl" type="success" msg=$LANG.moduleactionsuccess textcenter=true idname="alertModuleCustomButtonSuccess"}
-  {else}
-    {include file="$template/includes/alert.tpl" type="error" msg=$LANG.moduleactionfailed|cat:' ':$modulecustombuttonresult textcenter=true idname="alertModuleCustomButtonFailed"}
-  {/if}
-{/if}
 {if $pendingcancellation}
   {include file="$template/includes/alert.tpl" type="error" msg=$LANG.cancellationrequestedexplanation textcenter=true idname="alertPendingCancellation"}
 {/if}