staff student add
This commit is contained in:
parent
012f01649d
commit
67513a8a05
@ -75,7 +75,7 @@
|
|||||||
"MAIN": "STUDENTS",
|
"MAIN": "STUDENTS",
|
||||||
"LISTING": "STUDENTS LISTING",
|
"LISTING": "STUDENTS LISTING",
|
||||||
"ENROLLMENT": "STUDENT ENROLLMENT",
|
"ENROLLMENT": "STUDENT ENROLLMENT",
|
||||||
"STUDENTDETAILS": "STUDENT DETAILS",
|
"STUDENTDETAILS": "MANAGE STUDENT DETAILS",
|
||||||
"STUDENTDETAILSADDEDIT": "MANAGE DETAILS",
|
"STUDENTDETAILSADDEDIT": "MANAGE DETAILS",
|
||||||
"status" : {
|
"status" : {
|
||||||
"MAIN": "UPDATE STATUS ",
|
"MAIN": "UPDATE STATUS ",
|
||||||
|
|||||||
@ -222,9 +222,9 @@ app.config(['$stateProvider', '$urlRouterProvider', '$controllerProvider', '$com
|
|||||||
url: '/studentDetails',
|
url: '/studentDetails',
|
||||||
templateUrl: "assets/views/student/student_details.html",
|
templateUrl: "assets/views/student/student_details.html",
|
||||||
resolve: loadSequence('ui.select','spin', 'ui.mask', 'ladda', 'angular-ladda', 'studentCtrl', 'ngTable'),
|
resolve: loadSequence('ui.select','spin', 'ui.mask', 'ladda', 'angular-ladda', 'studentCtrl', 'ngTable'),
|
||||||
title: 'Student Details',
|
title: 'Manage Student Details',
|
||||||
ncyBreadcrumb: {
|
ncyBreadcrumb: {
|
||||||
label: 'Student Details'
|
label: 'Manage Student Details'
|
||||||
}
|
}
|
||||||
}).state('app.student.studentDetailsSuperAdmin', {
|
}).state('app.student.studentDetailsSuperAdmin', {
|
||||||
url: '/studentDetailsAddEdit',
|
url: '/studentDetailsAddEdit',
|
||||||
|
|||||||
@ -2,7 +2,8 @@
|
|||||||
<section id="page-title">
|
<section id="page-title">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<h1 class="mainTitle" translate="Student Details">{{ mainTitle }}</h1>
|
<h1 class="mainTitle" translate="Manage Student Details">{{ mainTitle }}</h1>
|
||||||
|
<span class="mainDescription">Add/Edit student details. </span>
|
||||||
</div>
|
</div>
|
||||||
<div ncy-breadcrumb></div>
|
<div ncy-breadcrumb></div>
|
||||||
</div>
|
</div>
|
||||||
@ -704,7 +705,7 @@
|
|||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<button type="submit" ng-disabled="disableButton" tabindex="30" ladda="ldloading1.zoom_in" class="btn btn-wide btn-success"
|
<button type="submit" ng-disabled="disableButton" tabindex="30" ladda="ldloading1.zoom_in" class="btn btn-wide btn-success"
|
||||||
data-style="zoom-in">
|
data-style="zoom-in">
|
||||||
Submit
|
Add
|
||||||
</button>
|
</button>
|
||||||
<button type="reset" tabindex="31" class="btn btn-warning btn-wide" tabindex="9" ng-click="studentFORM.reset(Form)">
|
<button type="reset" tabindex="31" class="btn btn-warning btn-wide" tabindex="9" ng-click="studentFORM.reset(Form)">
|
||||||
Reset
|
Reset
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user