Better admin template

master
Loic Blot 2017-03-01 17:20:21 +01:00
parent 6afe8d16e0
commit fd8d1b2576
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<div id="weather" class="section">
<h2><?php p($l->t('Weather')) ?></h2>
<p>
<label>
<span><?php p($l->t('OpenWeatherMap API Key')) ?></span>
<input id="openweathermap-api-key" type="text" value="<?php p($_['openweathermap_api_key']) ?>" />
</label>
<label for="openweathermap-api-key"><?php p($l->t('OpenWeatherMap API Key')) ?></label>
<br />
<input id="openweathermap-api-key" type="text" value="<?php p($_['openweathermap_api_key']) ?>" />
<input type="submit" id="submitOWMKey" value="<?php p($l->t('Save')); ?>"/>
</p>
</div>