Merge pull request #62 from danieldupriest/CreateTitleBox
Create the title text area in new report page
This commit is contained in:
		
						commit
						0ac8e5419e
					
				
					 1 changed files with 16 additions and 3 deletions
				
			
		|  | @ -36,8 +36,21 @@ | ||||||
|         </div> |         </div> | ||||||
|     </nav> |     </nav> | ||||||
|     <div class="container pt-3"> |     <div class="container pt-3"> | ||||||
|         <p>Create a new report</p> |         <div class="row"> | ||||||
|     </div> |             <div class="col-sm-6 mx-auto"> | ||||||
|     <script src="js/logout.js"></script> |                 <div class="card bg-light text-dark"> | ||||||
|  |                     <div class="card-header"> | ||||||
|  |                         <h3>Create a new report</h3> | ||||||
|  |                         <div class="form-group"> | ||||||
|  |                             <label for="title">Report title:</label> | ||||||
|  |                             <input type="text" class="form-control" id="title"> | ||||||
|  |                         </div> | ||||||
|  |                         <button type="button" class="btn btn-primary" herf="#Create">Create</button> | ||||||
|  |                    </div> | ||||||
|  |                </div> | ||||||
|  |            </div> | ||||||
|  |        </div> | ||||||
|  |    </div> | ||||||
|  |    <script src="js/logout.js"></script> | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 ppdom
						ppdom