changes on student view, answerbookletsms
This commit is contained in:
parent
d25e88dc9e
commit
0c2a32690c
@ -393,7 +393,7 @@ $withoutspaceissue = preg_replace('/\s+/', '',$issuecheck);
|
||||
// $mesg = "Status Update : $cerNamtToMsg $getSemYearMsg - $statuToMsg $dateToMsg.";
|
||||
// $mesg = "$cerNamtToMsg Received - Dear $studentName, Your $getSemYearANDType had been received.";
|
||||
$mesg = "Answer booklet Received - Dear $studentName, Your answer booklet for $getSemYearANDType has been received.";
|
||||
$this->smssend($arr, $mesg);
|
||||
// $this->smssend($arr, $mesg);
|
||||
$this->mailsend($arr, $mesg, $cerNamtToMsg);
|
||||
$result['addStatus'] = true;
|
||||
$result['message'] = "Successfully Answer Booklet Status Updated";
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<!-- start: STUDENT TITLE -->
|
||||
start: STUDENT TITLE -->
|
||||
<section id="page-title">
|
||||
<div class="row">
|
||||
<div class="col-sm-8">
|
||||
@ -134,7 +134,7 @@
|
||||
<label for="form-field-select-2">Batch</label>
|
||||
<select ui-select2 class="form-control" tabindex="4" class="cs-select cs-skin-elastic" name="course" ng-model="searchData.Batch" ng-disabled="coursedropdownstatus" ng-change="getValueChange(searchData)">
|
||||
<option value="" selected>Select Batch</option>
|
||||
<option ng-repeat="item in batchData" value="{{item.BatchCode}}">{{item.BatchName}}<span ng-show="item.BatchCode != ''">(<strong>{{item.BatchCode}}</strong>)</span></option>
|
||||
<option ng-repeat="item in batchData" value="{{item.BatchCode}}"><!-- {{item.BatchName}} --><span ng-show="item.BatchCode != ''"><strong>{{item.BatchCode}}</strong></span></option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@ -1389,4 +1389,4 @@
|
||||
</tabset>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end: LIST GROUP -->
|
||||
<!-- end: LIST GROUP
|
||||
@ -172,7 +172,7 @@
|
||||
<label for="form-field-select-2">Batch</label>
|
||||
<select ui-select2 class="form-control" tabindex="4" class="cs-select cs-skin-elastic" name="course" ng-model="searchData.Batch" ng-disabled="coursedropdownstatus" ng-change="getValueChange(searchData)">
|
||||
<option value="" selected>Select Batch</option>
|
||||
<option ng-repeat="item in batchData" value="{{item.BatchCode}}">{{item.BatchName}}<span ng-show="item.BatchCode != ''">(<strong>{{item.BatchCode}}</strong>)</span></option>
|
||||
<option ng-repeat="item in batchData" value="{{item.BatchCode}}"><!-- {{item.BatchName}} --><span ng-show="item.BatchCode != ''"><strong>{{item.BatchCode}}</strong></span></option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user