Update update.tpl.html

Fixed for attributes pushover_key and pushover_device.
decryptus 2017-05-01 16:44:25 +02:00 committed by Tim
parent 5824668005
commit faf5c5d117
1 changed files with 3 additions and 3 deletions

View File

@ -55,13 +55,13 @@
<div class="controls">{{ label_pushover_description|raw }} </div>
</div>
<div class="control-group">
<label class="control-label" for="mobile">{{ label_pushover_key }}</label>
<label class="control-label" for="pushover_key">{{ label_pushover_key }}</label>
<div class="controls">
<input type="text" id="pushover_key" name="pushover_key" value="{{ edit_value_pushover_key }}" maxlength="255" />
</div>
</div>
<div class="control-group">
<label class="control-label" for="mobile">{{ label_pushover_device }}</label>
<label class="control-label" for="pushover_device">{{ label_pushover_device }}</label>
<div class="controls">
<input type="text" id="pushover_device" name="pushover_device" value="{{ edit_value_pushover_device }}" maxlength="255" data-toggle="tooltip" title="{{ label_pushover_device_description }}" />
</div>
@ -81,4 +81,4 @@
<button class="btn" onclick="history.back();return false;" >{{ label_go_back }}</button>
</div>
</fieldset>
</form>
</form>