Fixed as per issue #7 reported by NeXxGeN
This commit is contained in:
		@@ -142,8 +142,15 @@
 | 
				
			|||||||
				<tbody>
 | 
									<tbody>
 | 
				
			||||||
					<? LOOP ChannelLoop SORTASC=Name ?>
 | 
										<? LOOP ChannelLoop SORTASC=Name ?>
 | 
				
			||||||
					<tr>
 | 
										<tr>
 | 
				
			||||||
						<td><input type="hidden" name="channel" value="<? VAR Name ?>" /> <a href="editchan?user=<? VAR Username ESC=URL ?>&network=<? VAR Network ESC=URL ?>&name=<? VAR Name ESC=URL ?>" class="btn btn-warning btn-xs">Edit</a> <a href="delchan?user=<? VAR Username ESC=URL ?>&network=<? VAR Network ESC=URL ?>&name=<? VAR Name ESC=URL ?>" class="btn btn-danger btn-xs">Del</a> </td>
 | 
											<td>
 | 
				
			||||||
						<td><input type="checkbox" name="save_<? VAR Name ?>"<? IF InConfig ?> checked="checked"<? ENDIF ?> /></td>
 | 
												<input type="hidden" name="channel" value="<? VAR Name ?>" /> <a href="editchan?user=<? VAR Username ESC=URL ?>&network=<? VAR Network ESC=URL ?>&name=<? VAR Name ESC=URL ?>" class="btn btn-warning btn-xs">Edit</a> <a href="delchan?user=<? VAR Username ESC=URL ?>&network=<? VAR Network ESC=URL ?>&name=<? VAR Name ESC=URL ?>" class="btn btn-danger btn-xs">Del</a> 
 | 
				
			||||||
 | 
											</td>
 | 
				
			||||||
 | 
											<td>
 | 
				
			||||||
 | 
												<div class="checkboxSwitchMini">
 | 
				
			||||||
 | 
													<input type="checkbox" name="save_<? VAR Name ?>"<? IF InConfig ?> checked="checked"<? ENDIF ?> />
 | 
				
			||||||
 | 
													<label for="save_<? VAR Name ?>"></label>
 | 
				
			||||||
 | 
												</div>
 | 
				
			||||||
 | 
											</td>
 | 
				
			||||||
						<td><? VAR Name ?></td>
 | 
											<td><? VAR Name ?></td>
 | 
				
			||||||
						<td><? VAR CurModes ?></td>
 | 
											<td><? VAR CurModes ?></td>
 | 
				
			||||||
						<td><? VAR DefModes ?></td>
 | 
											<td><? VAR DefModes ?></td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user