Added checkbox for Grid (tnx Andreas)
这个提交包含在:
		
							父节点
							
								
									4ec2a03c33
								
							
						
					
					
						当前提交
						391e9d084c
					
				
					共有  1 个文件被更改,包括 16 次插入 和 5 次删除
				
			
		|  | @ -1,6 +1,17 @@ | |||
| <form method="post" action="<?php echo site_url('labels/print/'.$stationid) ?>" class="form-inline"> | ||||
| 	<input class="form-control input-group-sm" type="checkbox" id="grid" name="grid" value="1"> | ||||
| 	Include Grid? | ||||
| <form method="post" class="col-md" action="<?php echo site_url('labels/print/'.$stationid) ?>"> | ||||
|     <div class="form-group row"> | ||||
|         <label class="my-1 mr-2 col-md-4" for="qsl">Include Grid?</label> | ||||
|         <div class="form-check-inline"> | ||||
|             <input class="form-check-input" type="checkbox" name="grid" id="grid"> | ||||
|         </div> | ||||
|     </div> | ||||
|     <div class="form-group row"> | ||||
|         <label class="my-1 mr-2 col-md-4" for="startat">Start printing at?</label> | ||||
|         <div class="form-inline"> | ||||
|             <input class="form-control input-group-sm" type="number" id="startat" name="startat" value="1"> | ||||
|         </div> | ||||
|     </div> | ||||
|     <div class="text-left"> | ||||
|         <button type="submit" id="button1id" name="button1id" class="btn btn-primary ld-ext-right">Print</button> | ||||
|     </div> | ||||
| </form> | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用