jam-cloud/web/app/views/dialogs/_changeSearchLocationDialog...

25 lines
855 B
Plaintext

.dialog.dialog-overlay-sm layout='dialog' layout-id='change-search-location' id='change-search-location-dialog'
.content-head
h1 change search location
.dialog-inner
.hint
| Specify which location you want to search from.
form action='post'
.column
.field purpose="country"
label for="country" Country:
select name="country"
.field purpose="region"
label for="region" State/Province:
select name="region" disabled="disabled"
.field purpose="city"
label for="city" City:
select name="city" disabled="disabled"
a href="#" class="reset-location" Reset to my current location
br clear='all'
.buttons
.right
a.button-grey class='btnCancel' layout-action='cancel' CANCEL
a.button-orange class='btnSave' SAVE