34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <button type="button" class="close button-find-replace-dismiss">×</button>
 | ||
| <div class="form-inline">
 | ||
|     <div class="form-group">
 | ||
|         <label for="input-find-replace-search-for">Search for</label>
 | ||
|         <input class="form-control" id="input-find-replace-search-for" placeholder="Search for">
 | ||
|     </div>
 | ||
|     <div class="form-group">
 | ||
|         <label for="input-find-replace-replace-with">Replace with</label>
 | ||
|         <input class="form-control" id="input-find-replace-replace-with" placeholder="Replace with">
 | ||
|     </div>
 | ||
| </div>
 | ||
| <div class="pull-right">
 | ||
|     <div class="help-block text-right">
 | ||
|         <span class="found-counter">0</span> found
 | ||
|     </div>
 | ||
|     <div>
 | ||
|         <button type="button" class="btn btn-primary search-button">Search</button>
 | ||
|         <button type="button" class="btn btn-default replace-button">Replace</button>
 | ||
|         <button type="button" class="btn btn-default replace-all-button">All</button>
 | ||
|     </div>
 | ||
| </div>
 | ||
| <div class="pull-left">
 | ||
|     <div class="checkbox">
 | ||
|         <label>
 | ||
|             <input type="checkbox" class="checkbox-case-sensitive"> Case sensitive
 | ||
|         </label>
 | ||
|     </div>
 | ||
|     <div class="checkbox">
 | ||
|         <label>
 | ||
|             <input type="checkbox" class="checkbox-regexp"> Regular expression
 | ||
|         </label>
 | ||
|     </div>
 | ||
| </div>
 |