nc-weather/templates/admin.php

11 lines
371 B
PHP
Raw Normal View History

2017-03-01 15:48:24 +00:00
<div id="weather" class="section">
<h2><?php p($l->t('Weather')) ?></h2>
<p>
2017-03-01 16:20:21 +00:00
<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']) ?>" />
2017-03-01 15:48:24 +00:00
<input type="submit" id="submitOWMKey" value="<?php p($l->t('Save')); ?>"/>
</p>
</div>
2017-03-01 16:20:21 +00:00