| Line 65... |
Line 65... |
| 65 |
</div>
|
65 |
</div>
|
| 66 |
<div class="form-group col-md-6">
|
66 |
<div class="form-group col-md-6">
|
| 67 |
<label for="address">Address</label>
|
67 |
<label for="address">Address</label>
|
| 68 |
<input type="text" class="form-control" id="address" name="inputAddress" placeholder="Address">
|
68 |
<input type="text" class="form-control" id="address" name="inputAddress" placeholder="Address">
|
| 69 |
</div>
|
69 |
</div>
|
| - |
|
70 |
<div class="form-group col-md-6">
|
| - |
|
71 |
<label for="sellerPin">Pin</label>
|
| - |
|
72 |
<input type="text" class="form-control" id="pin" name="inputSellerPin" placeholder="Address">
|
| 70 |
|
73 |
</div>
|
| 71 |
|
74 |
|
| 72 |
<div class="form-group col-md-2" style="padding:-3px;">
|
75 |
<div class="form-group col-md-2" style="padding:-3px;">
|
| 73 |
<button type="button" class="btn btn-primary" id="newSeller" data-dismiss="modal"
|
76 |
<button type="button" class="btn btn-primary" id="newSeller" data-dismiss="modal"
|
| 74 |
data-backdrop='static' data-keyboard='false'>submit
|
77 |
data-backdrop='static' data-keyboard='false'>submit
|
| 75 |
</button>
|
78 |
</button>
|
| Line 109... |
Line 112... |
| 109 |
<label for="address">Address</label>
|
112 |
<label for="address">Address</label>
|
| 110 |
<input type="text" class="form-control" id="newAddAddress" name="inputnewAddAddress" placeholder="Address">
|
113 |
<input type="text" class="form-control" id="newAddAddress" name="inputnewAddAddress" placeholder="Address">
|
| 111 |
</div>
|
114 |
</div>
|
| 112 |
<div class="form-group col-md-6">
|
115 |
<div class="form-group col-md-6">
|
| 113 |
<label for="state">State</label>
|
116 |
<label for="state">State</label>
|
| 114 |
<select class="form-control input-sm" id = "stateId" name="stateId" placeholder="State" style="height: 60px;">
|
117 |
<select class="form-control input-sm" id = "stateId" name="stateId" placeholder="State" style="height: 60px;">
|
| 115 |
<option value="" disabled selected>State</option>
|
118 |
<option value="" disabled selected>State</option>
|
| 116 |
#foreach($stateName in $state)
|
119 |
#foreach($stateName in $state)
|
| 117 |
<option value="$stateName.getId()">$stateName.getName()</option>
|
120 |
<option value="$stateName.getId()">$stateName.getName()</option>
|
| 118 |
#end
|
121 |
#end
|
| 119 |
</select>
|
122 |
</select>
|
| 120 |
</div>
|
123 |
</div>
|
| 121 |
|
124 |
|
| 122 |
|
- |
|
| 123 |
<div class="form-group col-md-6">
|
- |
|
| 124 |
<label for="pin">Pin</label>
|
- |
|
| 125 |
<input type="text" class="form-control" id="pin" name="inputPin" placeholder="Address">
|
- |
|
| 126 |
</div>
|
- |
|
| 127 |
|
125 |
|
| 128 |
<div class="form-group col-md-2" style="padding:-3px;">
|
126 |
<div class="form-group col-md-2" style="padding:-3px;">
|
| 129 |
<button type="button" class="btn btn-primary" id="newAddress" data-dismiss="modal" style="margin: 27px;"
|
127 |
<button type="button" class="btn btn-primary" id="newAddress" data-dismiss="modal" style="margin: 27px;"
|
| 130 |
data-backdrop='static' data-keyboard='false'>submit
|
128 |
data-backdrop='static' data-keyboard='false'>submit
|
| 131 |
</button>
|
129 |
</button>
|