Esempio n. 1
0
</h2>
				<br/>
		    	<p class="well"><?php 
echo _('List');
?>
: <a href="<?php 
echo get_app_info('path');
?>
/subscribers?i=<?php 
echo get_app_info('app');
?>
&l=<?php 
echo $_GET['l'];
?>
" title=""><span class="label label-info"><?php 
echo get_lists_data('name', $_GET['l']);
?>
</span></a> | <a href="<?php 
echo get_app_info('path');
?>
/list?i=<?php 
echo get_app_info('app');
?>
" title=""><?php 
echo _('Back to lists');
?>
</a>
		    	</p><br/>
	    	</div>
	    </div>
	    
Esempio n. 2
0
</h2>
				<br/>
		    	<p class="well"><?php 
echo _('List');
?>
: <a href="<?php 
echo get_app_info('path');
?>
/subscribers?i=<?php 
echo get_app_info('app');
?>
&l=<?php 
echo $lid;
?>
" title=""><span class="label label-info"><?php 
echo get_lists_data('name', $lid);
?>
</span></a> | <a href="<?php 
echo get_app_info('path');
?>
/list?i=<?php 
echo get_app_info('app');
?>
" title=""><?php 
echo _('Back to lists');
?>
</a>
		    	</p><br/>
	    	</div>
	    </div>
	    
Esempio n. 3
0
">
		            </div>
		        </div>
			  
			  <label class="control-label" for="goodbye_message"><strong><?php 
echo _('Goodbye email message');
?>
</strong></label>
			  <div class="control-group">
			    	<div class="controls">
			          <textarea class="input-xlarge" id="goodbye_message" name="goodbye_message" rows="10" placeholder="<?php 
echo _('Email message');
?>
">
				          <?php 
echo get_lists_data('goodbye_message', $_GET['l']);
?>
			          </textarea>
			        </div>
			    </div>
			    
			    <input type="hidden" name="id" value="<?php 
echo $_GET['i'];
?>
">
		        <input type="hidden" name="list" value="<?php 
echo $_GET['l'];
?>
">
		        <input type="hidden" name="opt_in" id="opt_in" value="">
		        <input type="hidden" name="unsubscribe_all_list" id="unsubscribe_all_list" value="">