Add files via upload

pull/440/head
Kevin Siml 2017-04-06 11:06:56 +02:00 committed by GitHub
parent 8ccf12da9c
commit b6f2f7fcd9
1 changed files with 7 additions and 1 deletions

View File

@ -69,7 +69,13 @@
<div class="controls">
<input type="text" id="pushsafer_key" name="pushsafer_key" value="{{ pushsafer_key }}" maxlength="30" />
</div>
</div>
</div>
<div class="control-group">
<label class="control-label" for="mobile">{{ label_pushsafer_device }}</label>
<div class="controls">
<input type="text" id="pushsafer_device" name="pushsafer_device" value="{{ pushsafer_device }}" maxlength="255" data-toggle="tooltip" title="{{ label_pushsafer_device_description }}" />
</div>
</div>
</div>
</div>
<div class="row-fluid">