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

(-)a/koha-tmpl/intranet-tmpl/prog/en/columns.def (-1 / +1 lines)
Lines 18-24 Link Here
18
<field name="borrowers.country">Country</field>
18
<field name="borrowers.country">Country</field>
19
<field name="borrowers.phone">Primary phone</field>
19
<field name="borrowers.phone">Primary phone</field>
20
<field name="borrowers.phonepro">Secondary phone</field>
20
<field name="borrowers.phonepro">Secondary phone</field>
21
<field name="borrowers.mobile">Mobile phone</field>
21
<field name="borrowers.mobile">Other phone</field>
22
<field name="borrowers.email">Primary email</field>
22
<field name="borrowers.email">Primary email</field>
23
<field name="borrowers.emailpro">Secondary email</field>
23
<field name="borrowers.emailpro">Secondary email</field>
24
<field name="borrowers.fax">Fax</field>
24
<field name="borrowers.fax">Fax</field>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 607-613 Link Here
607
      [% ELSE %]
607
      [% ELSE %]
608
      <label for="mobile">
608
      <label for="mobile">
609
      [% END %]
609
      [% END %]
610
      Mobile phone: </label>
610
      Other phone: </label>
611
        <input type="text" id="mobile" name="mobile" value="[% mobile %]" />
611
        <input type="text" id="mobile" name="mobile" value="[% mobile %]" />
612
	  [% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %]
612
	  [% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %]
613
    </li>
613
    </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt (-2 / +2 lines)
Lines 28-35 Link Here
28
[% CASE 'zipcode'             %]<span>Zip code</span>
28
[% CASE 'zipcode'             %]<span>Zip code</span>
29
[% CASE 'country'             %]<span>Country</span>
29
[% CASE 'country'             %]<span>Country</span>
30
[% CASE 'email'               %]<span>Email</span>
30
[% CASE 'email'               %]<span>Email</span>
31
[% CASE 'phone'               %]<span>Primary Phone</span>
31
[% CASE 'phone'               %]<span>Primary phone</span>
32
[% CASE 'mobile'              %]<span>Primary Mobile Phone</span>
32
[% CASE 'mobile'              %]<span>Other phone</span>
33
[% CASE 'fax'                 %]<span>Fax</span>
33
[% CASE 'fax'                 %]<span>Fax</span>
34
[% CASE 'emailpro'            %]<span>Secondary email</span>
34
[% CASE 'emailpro'            %]<span>Secondary email</span>
35
[% CASE 'phonepro'            %]<span>Secondary phone</span>
35
[% CASE 'phonepro'            %]<span>Secondary phone</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt (-2 / +2 lines)
Lines 34-45 Link Here
34
        [% ELSE %]
34
        [% ELSE %]
35
            [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %]
35
            [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %]
36
            [% IF ( phonepro ) %]<li><span class="label">Secondary phone: </span>[% phonepro %]</li>[% END %]
36
            [% IF ( phonepro ) %]<li><span class="label">Secondary phone: </span>[% phonepro %]</li>[% END %]
37
            [% IF ( mobile ) %]<li><span class="label">Mobile phone: </span>[% mobile %]</li>[% END %]
37
            [% IF ( mobile ) %]<li><span class="label">Other phone: </span>[% mobile %]</li>[% END %]
38
        [% END %]
38
        [% END %]
39
39
40
    [% IF ( P ) %]
40
    [% IF ( P ) %]
41
        [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %]
41
        [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %]
42
        [% IF ( mobile ) %]<li><span class="label">Mobile phone: </span>[% mobile %]</li>[% END %]
42
        [% IF ( mobile ) %]<li><span class="label">Other phone: </span>[% mobile %]</li>[% END %]
43
    [% END %]
43
    [% END %]
44
	[% IF ( fax ) %]<li><span class="label">Fax: </span>[% fax %]</li>[% END %]
44
	[% IF ( fax ) %]<li><span class="label">Fax: </span>[% fax %]</li>[% END %]
45
    [% UNLESS ( I ) %]
45
    [% UNLESS ( I ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +2 lines)
Lines 201-212 function validate1(date) { Link Here
201
        [% ELSE %]
201
        [% ELSE %]
202
            [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %]
202
            [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %]
203
            [% IF ( phonepro ) %]<li><span class="label">Secondary phone: </span>[% phonepro %]</li>[% END %]
203
            [% IF ( phonepro ) %]<li><span class="label">Secondary phone: </span>[% phonepro %]</li>[% END %]
204
            [% IF ( mobile ) %]<li><span class="label">Mobile phone: </span>[% mobile %]</li>[% END %]
204
            [% IF ( mobile ) %]<li><span class="label">Other phone: </span>[% mobile %]</li>[% END %]
205
        [% END %]
205
        [% END %]
206
206
207
    [% IF ( P ) %]
207
    [% IF ( P ) %]
208
        [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %]
208
        [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %]
209
        [% IF ( mobile ) %]<li><span class="label">Mobile phone: </span>[% mobile %]</li>[% END %]
209
        [% IF ( mobile ) %]<li><span class="label">Other phone: </span>[% mobile %]</li>[% END %]
210
    [% END %]   	
210
    [% END %]   	
211
	[% IF ( fax ) %]<li><span class="label">Fax: </span>[% fax %]</li>[% END %]
211
	[% IF ( fax ) %]<li><span class="label">Fax: </span>[% fax %]</li>[% END %]
212
    [% UNLESS ( I ) %]
212
    [% UNLESS ( I ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 396-402 Link Here
396
                                    [% ELSE %]
396
                                    [% ELSE %]
397
                                        <label for="borrower_mobile">
397
                                        <label for="borrower_mobile">
398
                                    [% END %]
398
                                    [% END %]
399
                                    Mobile phone:</label>
399
                                    Other phone:</label>
400
400
401
                                    <input type="text" id="borrower_mobile" name="borrower_mobile" value="[% borrower.mobile %]" />
401
                                    <input type="text" id="borrower_mobile" name="borrower_mobile" value="[% borrower.mobile %]" />
402
                                    [% IF mandatory.defined('mobile') %]<span class="required">Required</span>[% END %]
402
                                    [% IF mandatory.defined('mobile') %]<span class="required">Required</span>[% END %]
403
- 

Return to bug 13142