mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 01:37:59 -05:00
Third commit
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php echo form_open('config/save_message/', array('id'=>'message_config_form', 'enctype'=>'multipart/form-data', 'class'=>'form-horizontal')); ?>
|
||||
<div id="config_wrapper" style="background-color :#ffffff;">
|
||||
<div id="config_wrapper">
|
||||
<fieldset id="config_info">
|
||||
|
||||
<h4 style="text-align:center;">Message settings</h4>
|
||||
<h5 style="text-align:center; color: red;">Note : If you wish to use SMS template, save your message here. Otherwise keep the 'Saved Text Message' box blank.</h5>
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
<label for="textArea" class="col-lg-2 control-label">Message:</label>
|
||||
<div class="col-lg-10">
|
||||
<textarea class="form-control" rows="3" name="msg"><?php echo $this->config->item('msg_msg'); ?></textarea>
|
||||
<span class="help-block"style="text-align: center;">(Maximum 140 characters)</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="form-group">
|
||||
<label for="inputPhone" class="col-lg-2 control-label">Mobile:</label>
|
||||
<div class="col-lg-10">
|
||||
<input class="form-control", type="text", name="phone", placeholder="Put Mobile No Here !"></input>
|
||||
<input class="form-control", type="text", name="phone", placeholder="Put Mobile No(s) Here !"></input>
|
||||
<span class="help-block" style="text-align:center;">( In case of multiple recipients, enter mobile numbers separated with comma )</span>
|
||||
</div>
|
||||
</div></br>
|
||||
|
||||
Reference in New Issue
Block a user