Update admin template

master
Loic Blot 2017-03-01 16:48:24 +01:00
parent b50c4e3f72
commit 6afe8d16e0
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,10 @@
<form id="weather"> <div id="weather" class="section">
<div class="section"> <h2><?php p($l->t('Weather')) ?></h2>
<h2><?php p($l->t('Weather')) ?></h2> <p>
</div> <label>
</form> <span><?php p($l->t('OpenWeatherMap API Key')) ?></span>
<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')); ?>"/>
</p>
</div>