Files
CRM/layouts/vlayout/modules/Settings/SMSNotifier/TextAnyWhereEditField.tpl
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

32 lines
1.3 KiB
Smarty

{************************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*************************************************************************************}
{strip}
{include file="ProviderEditFields.tpl"|@vtemplate_path:$QUALIFIED_MODULE_NAME}
<div class="alert-info alert">
<div>
In the Originator field, enter one of the following:<br /><br />
1. The 11 characters to be sent with each SMS<br />
2. The mobile number to be sent with each SMS<br />
3. The email address to which any SMS replies will be sent<br />
</div>
<br>
<div class="row-fluid">
<div class="span3">
<a href="http://www.textanywhere.net/static/Products/VTiger_Capabilities.aspx" target="_blank">Help</a>
</div>
<div class="span3">
<a href="https://www.textapp.net/web/textanywhere/" target="_blank">Account Login</a>
</div>
<div class="span3">
<a href="https://www.textapp.net/web/textanywhere/Register/Register.aspx" target="_blank">Create Account</a>
</div>
</div>
</div>
{/strip}