center master changes done
This commit is contained in:
parent
c194d43498
commit
5d32ba91e1
@ -138,7 +138,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Center Code"
|
||||
tabindex="1" class="form-control" name="centerCode"
|
||||
tabindex="1" disallow-spaces="" class="form-control" name="centerCode"
|
||||
ng-model="myModel.centerCode" ng-pattern="" required/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.centerCode.$dirty && Form.centerCode.$error.required">Center code is required</span>
|
||||
@ -171,7 +171,7 @@
|
||||
<label>
|
||||
Address <span class="symbol required"></span>
|
||||
</label>
|
||||
<textarea placeholder="Enter Address" tabindex="6" class="form-control textdsc" name="Address" ng-model="myModel.Address" required></textarea>
|
||||
<textarea placeholder="Enter Address" tabindex="3" class="form-control textdsc" name="Address" ng-model="myModel.Address" required></textarea>
|
||||
<span class="error text-small block" ng-if="Form.Address.$dirty && Form.Address.$invalid">Address is required</span>
|
||||
</div>
|
||||
|
||||
@ -179,7 +179,7 @@
|
||||
<label>
|
||||
Comments
|
||||
</label>
|
||||
<textarea placeholder="Enter Comment" tabindex="15" class="form-control textdsc" name="Comment" ng-model="myModel.Comment"></textarea>
|
||||
<textarea placeholder="Enter Comment" tabindex="4" class="form-control textdsc" name="Comment" ng-model="myModel.Comment"></textarea>
|
||||
<span class="error text-small block" ng-if="Form.Comments.$dirty && Form.Comments.$invalid">Comments is required</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -208,11 +208,11 @@
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="pull-right">
|
||||
<button type="submit" tabindex="9" class="btn btn-wide btn-success" data-style="zoom-in">
|
||||
<button type="submit" tabindex="5" class="btn btn-wide btn-success" data-style="zoom-in">
|
||||
Submit
|
||||
</button>
|
||||
|
||||
<button type="reset" class="btn btn-warning btn-wide" tabindex="10"
|
||||
<button type="reset" class="btn btn-warning btn-wide" tabindex="6"
|
||||
ng-click="centerForm.reset(Form)">
|
||||
Reset
|
||||
</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user