Commit 929e5887fb4af46eb25ba352202073488043fe22

Authored by Anchit Jindal
1 parent d1cfbe8968
Exists in master

minor fixes

app/views/updateAllFBO/updateAllFBO.html
... ... @@ -4,10 +4,13 @@
4 4 <!-- <h2 ng-click="editName()" ng-show="showCompany" style="cursor: pointer;">{{user.companyName}}</h2> -->
5 5 <div style="margin-top: 20px;"><input type="text" placeholder="Enter Company Name" ng-model="user.companyName" class="form-control"></div>
6 6 </div>
  7 + <div class="col-lg-2">
  8 + <div style="margin-top: 20px;"><input type="text" placeholder="Enter ICAO" ng-model="user.icao" class="form-control"></div>
  9 + </div>
7 10 <div class="col-lg-3" style="margin-top: 20px;">
8 11 <button type="button" class="btn btn-w-m btn-danger" ng-click="deleteData()">Delete Account</button>
9 12 </div>
10   - <div class="col-lg-6" style="margin-top: 20px; text-align: right;">
  13 + <div class="col-lg-4" style="margin-top: 20px; text-align: right;">
11 14 <button type="button" class="btn btn-default btn-sm" ui-sref="index.fboAdmin">Cancel</button>
12 15 <button type="button" class="btn btn-primary btn-sm" ng-click="userData()">Save Changes</button>
13 16 </div>
... ...
app/views/updateFBODept/updateFBODept.html
... ... @@ -4,13 +4,10 @@
4 4 <!-- <h2 ng-click="editName()" ng-show="showCompany" style="cursor: pointer;">{{user.companyName}}</h2> -->
5 5 <div style="margin-top: 20px;"><input type="text" placeholder="Enter Company Name" ng-model="user.companyName" class="form-control"></div>
6 6 </div>
7   - <div class="col-lg-2">
8   - <div style="margin-top: 20px;"><input type="text" placeholder="Enter ICAO" ng-model="user.icao" class="form-control"></div>
9   - </div>
10 7 <div class="col-lg-3" style="margin-top: 20px;">
11 8 <button type="button" class="btn btn-w-m btn-danger" ng-click="deleteData()">Delete Account</button>
12 9 </div>
13   - <div class="col-lg-4" style="margin-top: 20px; text-align: right;">
  10 + <div class="col-lg-6" style="margin-top: 20px; text-align: right;">
14 11 <button type="button" class="btn btn-default btn-sm" ui-sref="index.flightDept">Cancel</button>
15 12 <button type="button" class="btn btn-primary btn-sm" ng-click="userData()">Save Changes</button>
16 13 </div>
... ...