Skip to content

Commit

Permalink
Merge pull request #86 from RandyInVictoria/mmtihookup
Browse files Browse the repository at this point in the history
MEM-483 Added temporary disabled checkbox (display on mines.nrs)
  • Loading branch information
marklise authored Sep 13, 2017
2 parents e945919 + 5247b90 commit 7ee5610
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ <h1>Edit Project &nbsp;&rsaquo;&nbsp; {{project.name}}<span class="placeholder-v
<input class="form-control" id="longitude" name="longitude" type="number" step="any"
ng-model="project.lon" required />
</div>
<!-- temporary display for major mines -->
<div class="col-md-2 form-group">
<label class="control-label" for="isMajorMine">Show on mines.nrs</label>
<input style="font-size:16px; margin-top: 10px" type="checkbox" ng-model="project.isMajorMine" id="isMajorMine" name="isMajorMine" disabled/>
</div>
</div>
</fieldset>
<!-- PROJECT INFORMATION -->
Expand Down

0 comments on commit 7ee5610

Please sign in to comment.