FIle - /trunk/views/html/admin/communicate/broadcast_sms.html
/trunk/views/html/admin/communicate/broadcast_sms.html
|
|
767 bytes
|
|
January 20, 2025 at 08:22
|
|
<h1>Send Broadcast SMS</h1>
<s:form>
<s:box>
<s:box_header title="Filter Criteria">
<p>You may select which subset of users to send a SMS message to by selecting the desired criteria below. If all fields are left blank, all users within the database will be e-mailed.</p>
</s:box_header>
<s:function alias="display_form" form="users.broadcast-criteria">
</s:box>
<s:box>
<s:box_header title="Message Details">
<p>Enter the contents of the SMS message you would like to send to all users below.</p>
</s:box_header>
<s:form_table>
<s:ft_label label="Sender" value="~sender~">
<s:ft_textarea name="message">
<s:ft_submit value="send" label="Broadcast SMS Message">
</s:form_table>
</s:box>