subject master changes done
This commit is contained in:
parent
c1cea26f51
commit
4116dbae81
@ -18,7 +18,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Subject Code"
|
||||
autofocus tabindex="7" class="form-control" name="SubjectCode"
|
||||
autofocus tabindex="1" disallow-spaces="" class="form-control" name="SubjectCode"
|
||||
ng-model="p.SubjectCode" ng-pattern="" required />
|
||||
<span class="error text-small block"
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter SubjectName"
|
||||
tabindex="6" class="form-control" name="SubjectName"
|
||||
tabindex="2" class="form-control" name="SubjectName"
|
||||
ng-model="p.SubjectName" ng-pattern="" required />
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.SubjectName.$dirty && Form.SubjectName.$error.required">Subject name is required</span>
|
||||
@ -64,11 +64,11 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="pull-right">
|
||||
<button type="submit" tabindex="9" class="btn btn-wide btn-success" data-style="zoom-in" ng-click="updateSubject(p,Form,'zoom-in')">
|
||||
<button type="submit" tabindex="3" class="btn btn-wide btn-success" data-style="zoom-in" ng-click="updateSubject(p,Form,'zoom-in')">
|
||||
Save
|
||||
</button>
|
||||
|
||||
<input type="button" class="btn btn-warning btn-wide" tabindex="10" value="Cancel"
|
||||
<input type="button" class="btn btn-warning btn-wide" tabindex="4" value="Cancel"
|
||||
ng-click="cancel();">
|
||||
|
||||
</input>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user