[freeside-commits] freeside/httemplate/search cust_msg.html, 1.2, 1.3
Mark Wells
mark at wavetail.420.am
Thu Jun 30 22:33:57 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv17932/httemplate/search
Modified Files:
cust_msg.html
Log Message:
send email from customer view, #13444
Index: cust_msg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_msg.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- cust_msg.html 20 May 2011 20:19:44 -0000 1.2
+++ cust_msg.html 1 Jul 2011 05:33:55 -0000 1.3
@@ -16,7 +16,9 @@
$date ? time2str('%Y-%m-%d %T',$_[0]->_date) : ''
},
'msgname',
- 'env_to',
+ sub {
+ join('<BR>', split(/,\s*/, $_[0]->env_to) )
+ },
'status',
sub { encode_entities($_[0]->error) },
],
@@ -83,7 +85,6 @@
};
my %color = (
- 'prepared' => '0000FF',
'failed' => 'FF0000',
'sent' => '',
);
@@ -104,11 +105,10 @@
include('/elements/select.html',
'field' => 'status',
'curr_value' => $cgi->param('status') || '',
- 'options' => [ '', 'failed', 'sent', 'prepared' ],
+ 'options' => [ '', 'failed', 'sent', ],
'labels' => { '' => '(any)',
'failed' => 'failed',
- 'sent' => 'sent',
- 'prepared'=> 'prepared' },
+ 'sent' => 'sent', },
) .
'</TD>
<TD><INPUT type="submit" value="Search"></TD></TR>
More information about the freeside-commits
mailing list