[Themes] Fixed form in the view
这个提交包含在:
		
							父节点
							
								
									9576f576d9
								
							
						
					
					
						当前提交
						53e825d885
					
				
					共有  1 个文件被更改,包括 2 次插入 和 3 次删除
				
			
		|  | @ -19,7 +19,7 @@ | ||||||
| 
 | 
 | ||||||
| 	<?php echo validation_errors(); ?>
 | 	<?php echo validation_errors(); ?>
 | ||||||
| 
 | 
 | ||||||
| 	<form method="post" name="create_profile"> | 	<form> | ||||||
| 		<div class="form-group"> | 		<div class="form-group"> | ||||||
| 			<label for="nameInput">Theme Name</label> | 			<label for="nameInput">Theme Name</label> | ||||||
| 			<input type="text" class="form-control" name="name" id="nameInput" aria-describedby="nameInputHelp" required> | 			<input type="text" class="form-control" name="name" id="nameInput" aria-describedby="nameInputHelp" required> | ||||||
|  | @ -32,7 +32,6 @@ | ||||||
| 			<small id="foldernameInputHelp" class="form-text text-muted">This is the name of the folder where your CSS-files are placed under assets/css.</small> | 			<small id="foldernameInputHelp" class="form-text text-muted">This is the name of the folder where your CSS-files are placed under assets/css.</small> | ||||||
| 		</div> | 		</div> | ||||||
| 
 | 
 | ||||||
| 		<button onclick="addTheme(this.form);" class="btn btn-primary"><i class="fas fa-plus-square"></i> Add theme</button> | 		<button type="button" onclick="addTheme(this.form);" class="btn btn-primary"><i class="fas fa-plus-square"></i> Add theme</button> | ||||||
| 
 |  | ||||||
| 	</form> | 	</form> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用