/[drupal]/contributions/modules/simplenews/simplenews_handler_filter_newsletter_s_status.inc
ViewVC logotype

Contents of /contributions/modules/simplenews/simplenews_handler_filter_newsletter_s_status.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Fri Jan 2 12:01:17 2009 UTC (10 months, 3 weeks ago) by sutharsan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +6 -1 lines
File MIME type: text/x-php
Coder review.
1 <?php
2 // $Id: simplenews_handler_filter_newsletter_s_status.inc,v 1.2 2008/11/02 15:30:13 sutharsan Exp $
3
4 /**
5 * @file
6 * Views filter for simplenews sent status.
7 */
8
9 /**
10 * Filter bases on newsletter sent status.
11 */
12 class simplenews_handler_filter_newsletter_s_status extends views_handler_filter_in_operator {
13 function get_value_options() {
14 $this->value_options = array(
15 SIMPLENEWS_STATUS_SEND_NOT => t('Not sent'),
16 SIMPLENEWS_STATUS_SEND_PENDING => t('Pending'),
17 SIMPLENEWS_STATUS_SEND_READY => t('Sent'),
18 );
19 }
20 }

  ViewVC Help
Powered by ViewVC 1.1.2