Tonnes of updates to the site documentation and general processes
This commit is contained in:
@@ -79,6 +79,11 @@
|
||||
<label for="edit-location-email">Email</label>
|
||||
<input type="email" id="edit-location-email" name="Email">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="edit-location-phone">Phone Number</label>
|
||||
<input type="tel" id="edit-location-phone" name="Phone">
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
@@ -124,6 +129,11 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="edit-location-notes">Notes</label>
|
||||
<textarea id="edit-location-notes" name="Notes" rows="4"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
@@ -177,6 +187,12 @@
|
||||
<input type="email" id="location-email" name="Email"
|
||||
placeholder="Enter email address">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="location-phone">Phone Number</label>
|
||||
<input type="tel" id="location-phone" name="Phone"
|
||||
placeholder="Enter phone number">
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
@@ -224,6 +240,12 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="location-notes">Notes</label>
|
||||
<textarea id="location-notes" name="Notes" rows="4"
|
||||
placeholder="Enter additional details"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user