Better admin template
parent
6afe8d16e0
commit
fd8d1b2576
|
@ -1,10 +1,10 @@
|
||||||
<div id="weather" class="section">
|
<div id="weather" class="section">
|
||||||
<h2><?php p($l->t('Weather')) ?></h2>
|
<h2><?php p($l->t('Weather')) ?></h2>
|
||||||
<p>
|
<p>
|
||||||
<label>
|
<label for="openweathermap-api-key"><?php p($l->t('OpenWeatherMap API Key')) ?></label>
|
||||||
<span><?php p($l->t('OpenWeatherMap API Key')) ?></span>
|
<br />
|
||||||
<input id="openweathermap-api-key" type="text" value="<?php p($_['openweathermap_api_key']) ?>" />
|
<input id="openweathermap-api-key" type="text" value="<?php p($_['openweathermap_api_key']) ?>" />
|
||||||
</label>
|
|
||||||
<input type="submit" id="submitOWMKey" value="<?php p($l->t('Save')); ?>"/>
|
<input type="submit" id="submitOWMKey" value="<?php p($l->t('Save')); ?>"/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue