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 178-196 Link Here
178
            [% END %]
178
            [% END %]
179
        </li>
179
        </li>
180
    [% END %]
180
    [% END %]
181
    [% SWITCH primary_contact_method %]
181
    [% IF ( primary_contact_method ) %]
182
    [% CASE 'phone' %]
182
       <li>
183
    <li><span class="label">Main contact method: </span>Phone</li>
183
            <span class="label">Main contact method: </span>
184
    [% CASE 'phonepro' %]
184
            [% SWITCH primary_contact_method %]
185
    <li><span class="label">Main contact method: </span>Secondary phone</li>
185
                [% CASE 'phone' %]
186
    [% CASE 'mobile' %]
186
                    Primary phone
187
    <li><span class="label">Main contact method: </span>Other Phone</li>
187
                [% CASE 'phonepro' %]
188
    [% CASE 'email' %]
188
                    Secondary phone
189
    <li><span class="label">Main contact method: </span>Primary email</li>
189
                [% CASE 'mobile' %]
190
    [% CASE 'emailpro' %]
190
                    Other phone
191
    <li><span class="label">Main contact method: </span>Secondary email</li>
191
                [% CASE 'email' %]
192
    [% CASE 'fax' %]
192
                    Primary email
193
    <li><span class="label">Main contact method: </span>Fax</li>
193
                [% CASE 'emailpro' %]
194
                    Secondary email
195
                [% CASE 'fax' %]
196
                    Fax
197
            [% END %]
198
        </li>
194
    [% END %]
199
    [% END %]
195
</ol>
200
</ol>
196
</div>
201
</div>
197
- 

Return to bug 11879