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 280-298 Link Here
280
                                                </li>
280
                                                </li>
281
                                        [% END %]
281
                                        [% END %]
282
282
283
                                        [% SWITCH primary_contact_method %]
283
                                        [% IF ( primary_contact_method ) %]
284
                                        [% CASE 'phone' %]
284
                                            <li>
285
                                        <li><span class="label">Main contact method: </span>Phone</li>
285
                                                <span class="label">Main contact method: </span>
286
                                        [% CASE 'phonepro' %]
286
                                                [% SWITCH primary_contact_method %]
287
                                        <li><span class="label">Main contact method: </span>Secondary phone</li>
287
                                                    [% CASE 'phone' %]
288
                                        [% CASE 'mobile' %]
288
                                                        Primary phone
289
                                        <li><span class="label">Main contact method: </span>Other Phone</li>
289
                                                    [% CASE 'phonepro' %]
290
                                        [% CASE 'email' %]
290
                                                        Secondary phone
291
                                        <li><span class="label">Main contact method: </span>Primary email</li>
291
                                                    [% CASE 'mobile' %]
292
                                        [% CASE 'emailpro' %]
292
                                                        Other phone
293
                                        <li><span class="label">Main contact method: </span>Secondary email</li>
293
                                                    [% CASE 'email' %]
294
                                        [% CASE 'fax' %]
294
                                                        Primary email
295
                                        <li><span class="label">Main contact method: </span>Fax</li>
295
                                                    [% CASE 'emailpro' %]
296
                                                        Secondary email
297
                                                    [% CASE 'fax' %]
298
                                                        Fax
299
                                                [% END %]
300
                                            </li>
296
                                        [% END %]
301
                                        [% END %]
297
                                    </ol>
302
                                    </ol>
298
                                </div> [% # /div.rows %]
303
                                </div> [% # /div.rows %]
299
- 

Return to bug 11879