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

Return to bug 11879