Third commit

This commit is contained in:
RamkrishnaMondal
2016-04-26 19:27:44 +05:30
parent 0d759ddd4e
commit d330472158
3 changed files with 3 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>