Bug 9016: (follow-up) standardize case of message transport type columns

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-05-02 21:17:49 +00:00
parent f3681addc3
commit e50bccb9fb
2 changed files with 10 additions and 10 deletions

View file

@ -323,15 +323,15 @@ $(document).ready(function() {
<legend>
[% SWITCH letter.message_transport_type %]
[% CASE 'email' %]
email
Email
[% CASE 'print' %]
print
Print
[% CASE 'sms' %]
sms
SMS
[% CASE 'feed' %]
feed
Feed
[% CASE 'phone' %]
phone
Phone
[% CASE %]
[% letter.message_transport_type %]
[% END %]

View file

@ -96,15 +96,15 @@ $(document).ready(function() {
<th scpre="col">
[% SWITCH mtt %]
[% CASE 'email' %]
email
Email
[% CASE 'print' %]
print
Print
[% CASE 'sms' %]
sms
SMS
[% CASE 'feed' %]
feed
Feed
[% CASE 'phone' %]
phone
Phone
[% CASE %]
[% mtt %]
[% END %]