subject master changes done
This commit is contained in:
parent
4116dbae81
commit
1daa3a1f97
@ -137,7 +137,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="myModel.SubjectCode" ng-pattern="" required />
|
||||
<span class="error text-small block"
|
||||
|
||||
@ -155,7 +155,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter SubjectName"
|
||||
tabindex="6" class="form-control" name="SubjectName"
|
||||
tabindex="2" class="form-control" name="SubjectName"
|
||||
ng-model="myModel.SubjectName" ng-pattern="" required />
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.SubjectName.$dirty && Form.SubjectName.$error.required"> Subject name is required</span>
|
||||
@ -191,10 +191,10 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="pull-right">
|
||||
<button type="submit" ng-disabled="disableButton" tabindex="30" class="btn btn-wide btn-success"
|
||||
<button type="submit" ng-disabled="disableButton" tabindex="3" class="btn btn-wide btn-success"
|
||||
data-style="zoom-in"> Submit </button>
|
||||
|
||||
<button type="reset" class="btn btn-warning btn-wide" tabindex="14" ng-click="subjectFORM.reset(Form);">
|
||||
<button type="reset" class="btn btn-warning btn-wide" tabindex="4" ng-click="subjectFORM.reset(Form);">
|
||||
|
||||
Reset
|
||||
</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user