moving pushover device help to tooltip
parent
7913fdaa8a
commit
1fd2fd7cb6
|
@ -57,8 +57,7 @@
|
|||
<div class="control-group">
|
||||
<label class="control-label" for="mobile">{{ label_pushover_device }}</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="pushover_device" name="pushover_device" value="{{ pushover_device }}" maxlength="255" />
|
||||
<p class="help-block">{{ label_pushover_device_description }}</p>
|
||||
<input type="text" id="pushover_device" name="pushover_device" value="{{ pushover_device }}" maxlength="255" data-toggle="tooltip" title="{{ label_pushover_device_description }}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -61,8 +61,7 @@
|
|||
<div class="control-group">
|
||||
<label class="control-label" for="mobile">{{ label_pushover_device }}</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="pushover_device" name="pushover_device" value="{{ edit_value_pushover_device }}" maxlength="255" />
|
||||
<p class="help-block">{{ label_pushover_device_description }}</p>
|
||||
<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>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
|
|
Loading…
Reference in New Issue