stickychan 1.8.2

This commit is contained in:
Casper 2021-06-17 12:32:04 +02:00
parent e0854f684c
commit 3d18dc8d6a
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
<table class="table table-bordered table-hover">
<thead>
<tr>
<td>Channel Name</td>
<td>Enable / Disable</td>
<td><? FORMAT "Name" ?></td>
<td><? FORMAT "Sticky" ?></td>
</tr>
</thead>
<tbody>
@ -31,7 +31,7 @@
<div class="panel-footer text-right">
<input class="btn btn-danger" type="reset" value="Reset">
<input type="hidden" name="submitted" value="1" />
<input class="btn btn-success" type="submit" value="Save" />
<input class="btn btn-success" type="submit" value="<? FORMAT "Save" ?>" />
</div>
</form>
</div>

View File

@ -1,6 +1,6 @@
<hr>
<div class="form-group">
<label for="inputenableDisable" class="col-sm-2 control-label">Channel is sticky:</label>
<label for="inputenableDisable" class="col-sm-2 control-label"><? FORMAT "Channel is sticky" ?></label>
<div class="col-sm-10">
<div class="checkboxSwitch">
<input type="hidden" name="embed_stickychan_presented" value="1">