login page

This commit is contained in:
rajasekar 2019-03-27 10:49:38 +05:30
parent e4817da7eb
commit e38511ff64
3 changed files with 6 additions and 4 deletions

View File

@ -472,7 +472,7 @@ class Login_model extends CI_Model
$htmlContent ='Name'.' '.$firstname.'<br>'. 'ContactNumber'.' '. $primaryPhone .'<br> '.'EmailID' .' '.$emailId .'<br>'.'Comments'.' '.$Comments;
$this->email->to('rajasamy1991@gmail.com');
$this->email->to('vipnagarajan@gmail.com');
$this->email->from($emailId);
$subj = 'Student Enquiry';
$this->email->subject($subj);

View File

@ -453,7 +453,7 @@ $scope.mailto = function(data){
if((firstname == undefined)||(primaryPhone =="")||(emailId == undefined)||(Comments == undefined))
{
swal("Please Enter all the Fields");
// swal("Please Enter all the Fields");
}
else{
// swal("submit");

View File

@ -667,6 +667,7 @@
}
#reg{border-color: #076ae4;
box-shadow: 0 0 28px #69a9e0 inset;}
</style>
</head>
@ -1160,14 +1161,15 @@ List of universities that have authorized Apollo college to function as the cent
<label>
Comments
</label>
<textarea Style="color:block" maxlength="100" placeholder="Enter Comments" tabindex="26" class="form-control textdsc" name="Comments" ng-model="myModel.Comments" ></textarea>
<textarea Style="color:black" maxlength="100" placeholder="Enter Comments" tabindex="26" class="form-control textdsc" name="Comments" ng-model="myModel.Comments" ></textarea>
<span class="text-small block"></span>
<!--<span class="error text-small block" ng-if="Form.DeactiveComments.$dirty && Form.DeactiveComments.$invalid">De-Active Comments is required</span>-->
</div>
<div class="row">
</br>
<div class="col-md-4">
</br>
<div class="form-group">
<!-- <br> <br> -->
<!-- <div class="pull-right"> -->