22 lines
		
	
	
		
			787 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			787 B
		
	
	
	
		
			HTML
		
	
	
	
| <div data-control="toolbar">
 | |
|     <a
 | |
|         href="<?= Backend::url('zoomyboy/event/participant/create') ?>"
 | |
|         class="btn btn-primary oc-icon-plus">
 | |
|         New Participant
 | |
|     </a>
 | |
| 
 | |
|     <button
 | |
|         class="btn btn-danger oc-icon-trash-o"
 | |
|         disabled="disabled"
 | |
|         onclick="$(this).data('request-data', { checked: $('.control-list').listWidget('getChecked') })"
 | |
|         data-request="onDelete"
 | |
|         data-request-confirm="Are you sure you want to delete the selected Participants?"
 | |
|         data-trigger-action="enable"
 | |
|         data-trigger=".control-list input[type=checkbox]"
 | |
|         data-trigger-condition="checked"
 | |
|         data-request-success="$(this).prop('disabled', 'disabled')"
 | |
|         data-stripe-load-indicator>
 | |
|         Delete selected
 | |
|     </button>
 | |
| </div>
 |