forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							20 lines
						
					
					
						
							791 B
						
					
					
				
			
		
		
	
	
							20 lines
						
					
					
						
							791 B
						
					
					
				| <!-- modal window -->
 | |
| <div class="modal fade" id="genericModalWindow" tabindex="-1" role="dialog" aria-hidden="true">
 | |
|     <div class="modal-dialog">
 | |
|         <div class="modal-content">
 | |
|             <div class="modal-header custom-modal-header bg-light lter">
 | |
| 
 | |
|                 <button ng-click="hide()" type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 | |
| 
 | |
|                 <h4 class="modal-title">{{title}}</h4>
 | |
| 
 | |
|             </div>
 | |
|             <div class="modal-body custom-modal-body">
 | |
|             </div>
 | |
|             <div class="modal-footer custom-modal-footer">
 | |
|                 <button ng-click="hide()" type="button" class="btn btn-sm btn-default" data-dismiss="modal">Sair</button>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </div>
 |