<!-- begin global_list_sending_picker_widget.tmpl --> 

<!-- tmpl_if can_use_global_list_sending --> 
	
	<!-- Just because it's on, doesn't mean it's supported by the backend... --> 
	<!-- tmpl_if GLOBAL_LIST_SENDING -->
		 
		 <p class="positive">
		  * Global List Sending has been enabled.
		 </p>
		 <p>
		  Also send a copy of this message to subscribers of the following lists:
		  <br/>
		  <em>
		   (subscribers of more than one list will only receive one copy of the message)
		  </em>
		 </p>
		 
		 <div class="simplebox" style="width:95%;height:150px;overflow:auto;">
		  <p>
		   <a href="#" onclick="SetListChecked(1);return false;">
		    check all 
		   </a>
		   :: 
		   <a href="#" onclick="SetListChecked(0);return false;">
		    uncheck all
		   </a>
		  </p>
		  <p>
		   <!-- DEV: This is sort of odd - this should be replaced 
		             with a tmpl_loop for greater flexibility
		        -js
		        --> 
		   <!-- tmpl_var global_list_sending_widget -->
		  </p>
		  <p>
		   <a href="#" onclick="SetListChecked(1);return false;">
		    check all 
		   </a>
		   :: 
		   <a href="#" onclick="SetListChecked(0);return false;">
		    uncheck all
		   </a>
		  </p>
		 </div>
		 
	<!--/tmpl_if-->
 
<!--/tmpl_if-->

<!-- end global_list_sending_picker_widget.tmpl -->
