stickychan 1.8.2
This commit is contained in:
		@@ -9,8 +9,8 @@
 | 
				
			|||||||
				<table class="table table-bordered table-hover">
 | 
									<table class="table table-bordered table-hover">
 | 
				
			||||||
					<thead>
 | 
										<thead>
 | 
				
			||||||
						<tr>
 | 
											<tr>
 | 
				
			||||||
							<td>Channel Name</td>
 | 
												<td><? FORMAT "Name" ?></td>
 | 
				
			||||||
							<td>Enable / Disable</td>
 | 
												<td><? FORMAT "Sticky" ?></td>
 | 
				
			||||||
						</tr>
 | 
											</tr>
 | 
				
			||||||
					</thead>
 | 
										</thead>
 | 
				
			||||||
					<tbody>
 | 
										<tbody>
 | 
				
			||||||
@@ -31,7 +31,7 @@
 | 
				
			|||||||
			<div class="panel-footer text-right">
 | 
								<div class="panel-footer text-right">
 | 
				
			||||||
				<input class="btn btn-danger" type="reset" value="Reset">
 | 
									<input class="btn btn-danger" type="reset" value="Reset">
 | 
				
			||||||
				<input type="hidden" name="submitted" value="1" />
 | 
									<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>
 | 
								</div>
 | 
				
			||||||
				</form>
 | 
									</form>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
<hr>
 | 
					<hr>
 | 
				
			||||||
<div class="form-group">
 | 
					<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="col-sm-10">
 | 
				
			||||||
			<div class="checkboxSwitch">
 | 
								<div class="checkboxSwitch">
 | 
				
			||||||
				<input type="hidden" name="embed_stickychan_presented" value="1">
 | 
									<input type="hidden" name="embed_stickychan_presented" value="1">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user