View | Details | Raw Unified | Return to bug 11879
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-14 / +18 lines)
Lines 181-199 Link Here
181
            [% END %]
181
            [% END %]
182
        </li>
182
        </li>
183
    [% END %]
183
    [% END %]
184
    [% SWITCH primary_contact_method %]
184
    [% IF ( primary_contact_method ) %]
185
    [% CASE 'phone' %]
185
       <li>
186
    <li><span class="label">Main contact method: </span>Phone</li>
186
            <span class="label">Main contact method: </span>
187
    [% CASE 'phonepro' %]
187
            [% SWITCH primary_contact_method %]
188
    <li><span class="label">Main contact method: </span>Secondary phone</li>
188
                [% CASE 'phone' %]
189
    [% CASE 'mobile' %]
189
                    Primary phone
190
    <li><span class="label">Main contact method: </span>Other Phone</li>
190
                [% CASE 'phonepro' %]
191
    [% CASE 'email' %]
191
                    Secondary phone
192
    <li><span class="label">Main contact method: </span>Primary email</li>
192
                [% CASE 'mobile' %]
193
    [% CASE 'emailpro' %]
193
                    Other phone
194
    <li><span class="label">Main contact method: </span>Secondary email</li>
194
                [% CASE 'email' %]
195
    [% CASE 'fax' %]
195
                    Primary email
196
    <li><span class="label">Main contact method: </span>Fax</li>
196
                [% CASE 'emailpro' %]
197
                    Secondary email
198
                [% CASE 'fax' %]
199
                    Fax
200
            [% END %]
201
        </li>
197
    [% END %]
202
    [% END %]
198
</ol>
203
</ol>
199
</div>
204
</div>
200
- 

Return to bug 11879