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> | ||||
|     </nav> | ||||
|     <div class="container pt-3"> | ||||
|         <p>Create a new report</p> | ||||
|     </div> | ||||
|     <script src="js/logout.js"></script> | ||||
|         <div class="row"> | ||||
|             <div class="col-sm-6 mx-auto"> | ||||
|                 <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> | ||||
| </html> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 ppdom
						ppdom