Follow the same indent rule as the 'inputMOTD' textarea
This will fix the indent errors
This commit is contained in:
parent
109b159c77
commit
055f178e22
@ -208,11 +208,9 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="inputBindHosts" class="col-sm-2 control-label">BindHosts:</label>
|
<label for="inputBindHosts" class="col-sm-2 control-label">BindHosts:</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<textarea type="text" class="form-control" id="inputBindHosts" name="bindhosts" rows="5">
|
<textarea type="text" class="form-control" id="inputBindHosts" name="bindhosts" rows="5"><? LOOP BindHostLoop ?><? VAR BindHost ?>
|
||||||
<? LOOP BindHostLoop ?>
|
<? ENDLOOP ?>
|
||||||
<? VAR BindHost ?>
|
</textarea>
|
||||||
<? ENDLOOP ?>
|
|
||||||
</textarea>
|
|
||||||
<div class="alert alert-info help-block">One host name or IP entry per line.</div>
|
<div class="alert alert-info help-block">One host name or IP entry per line.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -290,4 +288,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<? INC Footer.tmpl ?>
|
<? INC Footer.tmpl ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user