Skip to content

Commit

Permalink
var
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-blackson committed Feb 5, 2024
1 parent a7e13fb commit 7367135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions admin/i18n/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Greece": "Greece",
"Hungary": "Hungary",
"Iceland": "Iceland",
"InstructionGeoCode": "3. Load Geocode for your position",
"InstructionGeoCode": "3. Load geocode for your position",
"Ireland": "Ireland",
"Israel": "Israel",
"Italy": "Italy",
Expand All @@ -43,7 +43,7 @@
"Poland": "Poland",
"Portugal": "Portugal",
"Romania": "Romania",
"SelectCountry": "1. Select Country",
"SelectCountry": "1. Select country",
"Serbia": "Serbia",
"SetPosition": "2. Define your position",
"Slovakia": "Slovakia",
Expand Down
7 changes: 3 additions & 4 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
.column {
float: left;
width: 40%;
/*padding-left: 0.5rem;*/

}

/* Clear floats after the columns */
Expand Down Expand Up @@ -540,7 +540,7 @@ <h6 class="title translate" data-lang="regionsetup">chooseAlarmLocation</h6>
<input type="text" id="lat" class="value" />
<label for="lat" class="translate">lattitude</label>
</div>
<div class="column">
<div class="col">
<input type="text" id="long" class="value" />
<label for="long" class="translate">longitude</label>
</div>
Expand All @@ -564,10 +564,9 @@ <h6 class="title translate" data-lang="regionsetup">chooseAlarmLocation</h6>

<div class="col">
<a id="loadLocationCode" class="waves-effect waves-light btn"><i class="material-icons left">map</i><span class="translate">LoadGeocode</span></a>

</div>

<div class="col">
<div class="col" style="width:20%">
<input type="text" id="geocode" class="value" readonly/>
</div>

Expand Down

0 comments on commit 7367135

Please sign in to comment.