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

(-)a/C4/Auth.pm (+2 lines)
Lines 413-418 sub get_template_and_user { Link Here
413
            IntranetUserJS                                                             => C4::Context->preference("IntranetUserJS"),
413
            IntranetUserJS                                                             => C4::Context->preference("IntranetUserJS"),
414
            intranetbookbag                                                            => C4::Context->preference("intranetbookbag"),
414
            intranetbookbag                                                            => C4::Context->preference("intranetbookbag"),
415
            suggestion                                                                 => C4::Context->preference("suggestion"),
415
            suggestion                                                                 => C4::Context->preference("suggestion"),
416
            PasswordStrength
417
       => C4::Context->preference("PasswordStrength"),
416
            virtualshelves                                                             => C4::Context->preference("virtualshelves"),
418
            virtualshelves                                                             => C4::Context->preference("virtualshelves"),
417
            StaffSerialIssueDisplayCount                                               => C4::Context->preference("StaffSerialIssueDisplayCount"),
419
            StaffSerialIssueDisplayCount                                               => C4::Context->preference("StaffSerialIssueDisplayCount"),
418
            EasyAnalyticalRecords                                                      => C4::Context->preference('EasyAnalyticalRecords'),
420
            EasyAnalyticalRecords                                                      => C4::Context->preference('EasyAnalyticalRecords'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +2 lines)
Lines 829-835 Link Here
829
						<input type="password" id="password" name="password" size="20" />
829
						<input type="password" id="password" name="password" size="20" />
830
					[% ELSE %]
830
					[% ELSE %]
831
						<input type="password" id="password" name="password" size="20" value="****" />
831
						<input type="password" id="password" name="password" size="20" value="****" />
832
[% IF ( PasswordStrength ) %]
832
<meter value="0" id="PassValue" max="100"></meter>
833
<meter value="0" id="PassValue" max="100"></meter>
834
[% END %]
833
					[% END %]
835
					[% END %]
834
				[% END %]
836
				[% END %]
835
			[% ELSE %]
837
			[% ELSE %]
836
- 

Return to bug 13664