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