center master changes done
This commit is contained in:
parent
5d32ba91e1
commit
5857fd8903
@ -15,7 +15,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="p.CenterCode" ng-pattern="" required/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.centercode.$dirty && Form.centercode.$error.required">Center code is required</span>
|
||||
@ -32,7 +32,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter center name"
|
||||
tabindex="1" class="form-control" name="centerName"
|
||||
tabindex="2" class="form-control" name="centerName"
|
||||
ng-model="p.CenterName" required/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.centerName.$dirty && Form.centerName.$error.required">Center name is required</span>
|
||||
@ -45,7 +45,7 @@
|
||||
<label>
|
||||
Address <span class="symbol required"></span>
|
||||
</label>
|
||||
<textarea placeholder="Enter Address" tabindex="6" class="form-control textdsc" name="Address" ng-model="p.CenterAddress" required></textarea>
|
||||
<textarea placeholder="Enter Address" tabindex="3" class="form-control textdsc" name="Address" ng-model="p.CenterAddress" required></textarea>
|
||||
<span class="error text-small block" ng-if="Form.Address.$dirty && Form.Address.$invalid">Address is required</span>
|
||||
</div>
|
||||
<div class="col-md-3 form-group" ng-class="{'has-error':Form.Comments.$dirty && Form.Comments.$invalid}">
|
||||
@ -79,11 +79,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="updateCenter(p,Form,'zoom-in')">
|
||||
<button type="submit" tabindex="4" class="btn btn-wide btn-success" data-style="zoom-in" ng-click="updateCenter(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="5" value="Cancel"
|
||||
ng-click="cancel();">
|
||||
|
||||
</input>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user