-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.3.1
- Loading branch information
Showing
11 changed files
with
75 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,11 @@ | |
font-weight: 600; | ||
|
||
} | ||
|
||
#commentSubmit { | ||
margin-right: 5px; | ||
} | ||
|
||
#commentClose { | ||
margin-left: 5px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
<div class="modal-dialog modal-lg"role="document"><div class="modal-content"><div class="modal-header"><h5 class="modal-title">Add Missing Business</h5><button type="button"class="close"data-dismiss="modal"aria-label="Close"><span aria-hidden="true">× | ||
</span></button></div><div class="modal-body"><form class="needs-validation"novalidate id="newBusinessForm"><div class="form-group"><label for="BusinessName">Business Name <span class="redAsterisk">*</span></label><input required name="BusinessName"type="BusinessName"class="form-control form-control-sm"/></div><div class="form-group"><label for="BusinessAddress">Business Address</label><input name="BusinessAddress"type="BusinessAddress"class="form-control form-control-sm"/></div><div class="form-group"><label for="Category">Category</label><input name="Category"type="Category"class="form-control form-control-sm"/></div><div class="form-group"><label for="iconFile">Business Icon</label><input type="file"class="form-control-file"id="iconFile"></div><div class="form-group"><label for="BusinessWebsite">Website</label><input name="BusinessWebsite"type="BusinessWebsite"class="form-control form-control-sm"/></div><div class="form-group"><label for="BusinessPhone">Phone</label><input name="BusinessPhone"type="BusinessPhone"class="form-control form-control-sm"maxlength="100"class="form-control form-control-sm"type="text"data-mask="(999) 000-0000"/></div><div class="form-check form-check-inline"><input class="form-check-input"type="checkbox"id="takeOutCbox"value="Take Out"/><label class="form-check-label"for="takeOutCbox">Take Out</label></div><div class="form-check form-check-inline"><input class="form-check-input"type="checkbox"id="deliveryCheckBox"value="option2"/><label class="form-check-label"for="deliveryCheckBox">Delivery</label></div><div class="form-check form-check-inline"><input class="form-check-input"type="checkbox"id="dineInCbox"value="option3"/><label class="form-check-label"for="dineInCbox">Dine In</label></div><div class="form-check form-check-inline"><input class="form-check-input"type="checkbox"id="mobileApp"value="option4"/><label class="form-check-label"for="mobileApp">Mobile App</label></div><div class="form-check form-check-inline"><input class="form-check-input"type="checkbox"id="OptOutCbox"value="option5"/><label class="form-check-label redLable"for="OptOutCbox">Opt Out</label></div><hr /><div class="form-group"><label for="NAME">Name <span class="redAsterisk">*</span></label><input required name="NAME"type="NAME"class="form-control form-control-sm"/></div><div class="form-group"><label for="EMAIL">Email Address <span class="redAsterisk">*</span></label><input required name="EMAIL"type="EMAIL"class="form-control form-control-sm"placeholder="name@example.com"/><div class="invalid-tooltip">Please enter a vaild email address. </div></div><button id="commentSubmit"type="submit"class="btn btn-primary">Submit </button><button id="commentClose"type="button"class="btn btn-secondary"data-dismiss="modal">Close </button></form></div></div></div> | ||
<div class="modal-dialog modal-lg" role="document"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h5 class="modal-title">Add Missing Business</h5><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">× | ||
</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<form class="needs-validation" novalidate id="newBusinessForm"> | ||
<div class="form-group"><label for="BusinessName">Business Name <span class="redAsterisk">*</span></label><input required name="BusinessName" type="BusinessName" class="form-control form-control-sm" /></div> | ||
<div class="form-group"><label for="BusinessAddress">Business Address</label><input name="BusinessAddress" type="BusinessAddress" class="form-control form-control-sm" /></div> | ||
<div class="form-group"><label for="BusinessLicense">Business License Number <span class="redAsterisk">*</span></label><input required name="BusinessLicense" type="BusinessLicense" class="form-control form-control-sm" /></div> | ||
<div class="form-group"><label for="Category">Category</label><input name="Category" type="Category" class="form-control form-control-sm" /></div> | ||
<div class="form-group"><label for="iconFile">Business Icon</label><input type="file" class="form-control-file" id="iconFile"></div> | ||
<div class="form-group"><label for="BusinessWebsite">Website</label><input name="BusinessWebsite" type="BusinessWebsite" class="form-control form-control-sm" /></div> | ||
<div class="form-group"><label for="BusinessPhone">Phone</label><input name="BusinessPhone" type="BusinessPhone" class="form-control form-control-sm" maxlength="100" class="form-control form-control-sm" type="text" data-mask="(999) 000-0000" /></div> | ||
<div class="form-check form-check-inline"><input class="form-check-input" type="checkbox" id="takeOutCbox" value="Take Out" /><label class="form-check-label" for="takeOutCbox">Take Out</label></div> | ||
<div class="form-check form-check-inline"><input class="form-check-input" type="checkbox" id="deliveryCheckBox" value="option2" /><label class="form-check-label" for="deliveryCheckBox">Delivery</label></div> | ||
<div class="form-check form-check-inline"><input class="form-check-input" type="checkbox" id="dineInCbox" value="option3" /><label class="form-check-label" for="dineInCbox">Dine In</label></div> | ||
<div class="form-check form-check-inline"><input class="form-check-input" type="checkbox" id="mobileApp" value="option4" /><label class="form-check-label" for="mobileApp">Mobile App</label></div> | ||
<div class="form-check form-check-inline"><input class="form-check-input" type="checkbox" id="OptOutCbox" value="option5" /><label class="form-check-label redLable" for="OptOutCbox">Opt Out</label></div> | ||
<hr /> | ||
<div class="form-group"><label for="NAME">Name <span class="redAsterisk">*</span></label><input required name="NAME" type="NAME" class="form-control form-control-sm" /></div> | ||
<div class="form-group"><label for="EMAIL">Email Address <span class="redAsterisk">*</span></label><input required name="EMAIL" type="EMAIL" class="form-control form-control-sm" placeholder="name@example.com" /> | ||
<div class="invalid-tooltip">Please enter a vaild email address. </div> | ||
</div><button id="commentSubmit" type="submit" class="btn btn-primary">Submit </button><button id="commentClose" type="button" class="btn btn-secondary" data-dismiss="modal">Close </button> | ||
</form> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters