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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-6 / +4 lines)
Lines 328-334 Link Here
328
		</ol>
328
		</ol>
329
	</fieldset>
329
	</fieldset>
330
[% END # hide fieldset %]
330
[% END # hide fieldset %]
331
	
331
332
[% IF ( showguarantor ) %]<input type="hidden" id="guarantorid" name="guarantorid"   value="[% guarantorid %]" />
332
[% IF ( showguarantor ) %]<input type="hidden" id="guarantorid" name="guarantorid"   value="[% guarantorid %]" />
333
    <fieldset class="rows">
333
    <fieldset class="rows">
334
        <legend>Guarantor Information</legend>
334
        <legend>Guarantor Information</legend>
Lines 810-816 Link Here
810
			</ol>
810
			</ol>
811
		</fieldset>
811
		</fieldset>
812
    [% END # UNLESS noB_address && noB_city && noB_state && noB_phone && noB_email %]
812
    [% END # UNLESS noB_address && noB_city && noB_state && noB_phone && noB_email %]
813
[% END %]		
813
[% END %]
814
[% IF ( step_2 ) %]
814
[% IF ( step_2 ) %]
815
    [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %]
815
    [% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %]
816
		<fieldset class="rows" id="memberentry_altaddress">       
816
		<fieldset class="rows" id="memberentry_altaddress">       
Lines 1263-1269 Link Here
1263
		</li>
1263
		</li>
1264
		</ol>
1264
		</ol>
1265
		</fieldset>
1265
		</fieldset>
1266
        [% END # hide fieldset %]
1266
        [% END # hide fieldset %][% END %]
1267
		<!--this zones are not necessary in modif mode -->
1267
		<!--this zones are not necessary in modif mode -->
1268
		[% UNLESS ( opadd ) %]
1268
		[% UNLESS ( opadd ) %]
1269
		<fieldset class="rows">
1269
		<fieldset class="rows">
Lines 1333-1339 Link Here
1333
			</ol>
1333
			</ol>
1334
			</fieldset>
1334
			</fieldset>
1335
    
1335
    
1336
		[% END %]	
1336
		[% END %]
1337
1337
1338
[% END %]
1338
[% END %]
1339
1339
Lines 1476-1482 Link Here
1476
[% INCLUDE 'members-menu.inc' %]
1476
[% INCLUDE 'members-menu.inc' %]
1477
</div>[% END %]
1477
</div>[% END %]
1478
[% END %]
1478
[% END %]
1479
[% END %]
1480
</div>
1479
</div>
1481
[% INCLUDE 'intranet-bottom.inc' %]
1480
[% INCLUDE 'intranet-bottom.inc' %]
1482
1481
1483
- 

Return to bug 7559