release: v2.11.2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="col-12 col-xl-7">
|
||||
<form id="weather-location-form" method="post" action="{{formAction}}" {{{formAttrs}}}>
|
||||
<div class="card card-outline card-primary admin-form-card">
|
||||
<div class="card-header"><h3 class="card-title">Weather location details</h3></div>
|
||||
<div class="card-header bg-body-tertiary"><h3 class="card-title">Weather location details</h3></div>
|
||||
<div class="card-body">
|
||||
<div class="mb-3"><label for="weather-name" class="form-label">Name</label><input id="weather-name" name="name" class="form-control" value="{{weatherLocation.name}}" maxlength="255" required /></div>
|
||||
<div class="mb-3 position-relative"><label for="weather-label" class="form-label">Location</label><input id="weather-label" name="location_label" class="form-control" value="{{weatherLocation.location_label}}" maxlength="255" placeholder="Start typing a town, city, or postcode" autocomplete="off" required /><div id="weather-location-results" class="list-group position-absolute w-100 d-none" style="z-index: 10;"></div><div class="form-text">Choose a result to fill the coordinates and timezone automatically.</div></div>
|
||||
|
||||
Reference in New Issue
Block a user