perform 1.8.2
This commit is contained in:
		@@ -1,23 +1,24 @@
 | 
				
			|||||||
 | 
					<? I18N znc-perform ?>
 | 
				
			||||||
<? INC Header.tmpl ?>
 | 
					<? INC Header.tmpl ?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="container col-md-10 col-md-offset-1">
 | 
					<div class="container col-md-10 col-md-offset-1">
 | 
				
			||||||
	<div class="panel panel-default">
 | 
						<div class="panel panel-default">
 | 
				
			||||||
		<div class="panel-heading">Perform · Add a Command</div>
 | 
							<div class="panel-heading"><? FORMAT "Perform" ?></div>
 | 
				
			||||||
			<div class="panel-body">
 | 
								<div class="panel-body">
 | 
				
			||||||
				<form method="post" action="<? VAR URIPrefix TOP ?><? VAR ModPath ?>">
 | 
									<form method="post" action="<? VAR URIPrefix TOP ?><? VAR ModPath ?>">
 | 
				
			||||||
				<? INC _csrf_check.tmpl ?>
 | 
									<? INC _csrf_check.tmpl ?>
 | 
				
			||||||
				
 | 
									
 | 
				
			||||||
				<div class="form-group">
 | 
									<div class="form-group">
 | 
				
			||||||
					<label for="inputperformCommands" class="col-sm-2 control-label">Commands:</label>
 | 
										<label for="inputperformCommands" class="col-sm-2 control-label"><? FORMAT "Perform commands:" ?></label>
 | 
				
			||||||
						<div class="col-sm-10">
 | 
											<div class="col-sm-10">
 | 
				
			||||||
							<textarea type="text" class="form-control" id="inputperformCommands" name="perform" cols="70" rows="5" class="monospace"><? LOOP PerformLoop ?><? VAR Perform ?><? ENDLOOP ?></textarea>
 | 
												<textarea type="text" class="form-control" id="inputperformCommands" name="perform" cols="70" rows="5" class="monospace"><? LOOP PerformLoop ?><? VAR Perform ?><? ENDLOOP ?></textarea>
 | 
				
			||||||
							<div class="alert alert-info help-block">Commands sent to the IRC server on connect, one per line.</div>
 | 
												<div class="alert alert-info help-block"><? FORMAT "Commands sent to the IRC server on connect, one per line." ?></div>
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<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 class="btn btn-success" type="submit" name="save" value="Save" />
 | 
									<input class="btn btn-success" type="submit" name="save" value="<? FORMAT "Save" ?>" />
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
				</form>
 | 
									</form>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user