{* smsmail modules managment*} {if $constant_managment}

{$smarty.const.STRING_TITLE_SMSMAIL_MODULE_SETTING} : {$ModuleObject->title}

<<{$smarty.const.STRING_SMSMAIL_MODULES}
{if $settings} {section name=i loop=$settings} {/section}
{$settings[i].settings_title} :
{$settings[i].settings_description}
{$controls[i]}

{else} < {$smarty.const.ADMIN_NO_SETTINGS} > {/if}
{else}

{$smarty.const.STRING_SMSMAIL}

{$smarty.const.STRING_SMS_GATEWAYS_DSCR}

{$smarty.const.STRING_ENABLE_SMS_NOTIFY} {if !$SMSNotifyEnabled}
{else}
{if $MSGInfo.status}
{$MSGInfo.message}
{/if}
{$smarty.const.STRING_SMS_MAIL_CHOOSE_SMSSENDER} {$ConfigIDHTML}
 
{$smarty.const.STRING_SMS_MAIL_SEND_PERIOD} {$SendPeriodHTML}
 
{$smarty.const.STRING_SMS_MAIL_PHONELIST} {$PhoneNumbersHTML}
 

{/if}{* if !$SMSNotifyEnabled *}

{$smarty.const.STRING_SMSMAIL_MODULES}

{section name=i loop=$ModuleObjects} {/section}
{$ModuleObjects[i]->title} {$ModuleObjects[i]->description} {if !$ModuleObjects[i]->is_installed()} {$smarty.const.STRING_MODULE_INSTALL} {/if}
{section name=i loop=$ModuleConfigs} {assign var="InstalledModuleConfigs" value=1} {/section} {if !$InstalledModuleConfigs} {/if}
{$ModuleConfigs[i].ConfigName} {$smarty.const.EDIT_BUTTON} {$smarty.const.DELETE_BUTTON}
{$smarty.const.ADMIN_NO_INSTALLED_MODULE_CONFS}

{/if}