Update to support the new stable release of ZNC v1.6
This commit is contained in:
parent
1267bdc3c1
commit
5a661a0a4f
@ -305,6 +305,7 @@
|
|||||||
<label for="inputtimeFormat" class="col-sm-2 control-label">Timestamp Format:</label>
|
<label for="inputtimeFormat" class="col-sm-2 control-label">Timestamp Format:</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="text" class="form-control" id="inputtimeFormat" name="timestampformat" value="<? VAR TimestampFormat ?>" placeholder="The format for the timestamps used in buffers, for example [%H:%M:%S]." />
|
<input type="text" class="form-control" id="inputtimeFormat" name="timestampformat" value="<? VAR TimestampFormat ?>" placeholder="The format for the timestamps used in buffers, for example [%H:%M:%S]." />
|
||||||
|
<div class="alert alert-info help-block">This setting is ignored in new IRC clients, which use server-time. If your client supports server-time, change timestamp format in client settings instead.</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -184,6 +184,17 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="inputprotectWeb" class="col-sm-2 control-label">Hide ZNC Version:</label>
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<div class="switch">
|
||||||
|
<input type="checkbox" name="hideversion" id="hideversion_checkbox" class="cmn-toggle cmn-toggle-round-flat"<? IF HideVersion ?> checked="checked"<? ENDIF ?> />
|
||||||
|
<label for="protectwebsessions_checkbox"></label>
|
||||||
|
<div class="alert alert-info help-block">Hide version number from non-ZNC users</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="inputMOTD" class="col-sm-2 control-label">MOTD:</label>
|
<label for="inputMOTD" class="col-sm-2 control-label">MOTD:</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user