Lines 942-947
Link Here
|
942 |
data-pwd-length="[% category.effective_min_password_length | html %]" |
942 |
data-pwd-length="[% category.effective_min_password_length | html %]" |
943 |
data-pwd-strong="[% category.effective_require_strong_password | html %]" |
943 |
data-pwd-strong="[% category.effective_require_strong_password | html %]" |
944 |
data-typename="[% category_type | html %]" |
944 |
data-typename="[% category_type | html %]" |
|
|
945 |
data-expiry-date="[% category.get_expiry_date | html %]" |
945 |
>[% category.description | html %]</option |
946 |
>[% category.description | html %]</option |
946 |
> |
947 |
> |
947 |
[% ELSE %] |
948 |
[% ELSE %] |
Lines 950-955
Link Here
|
950 |
data-pwd-length="[% category.effective_min_password_length | html %]" |
951 |
data-pwd-length="[% category.effective_min_password_length | html %]" |
951 |
data-pwd-strong="[% category.effective_require_strong_password | html %]" |
952 |
data-pwd-strong="[% category.effective_require_strong_password | html %]" |
952 |
data-typename="[% category_type | html %]" |
953 |
data-typename="[% category_type | html %]" |
|
|
954 |
data-expiry-date="[% category.get_expiry_date | html %]" |
953 |
>[% category.description | html %]</option |
955 |
>[% category.description | html %]</option |
954 |
> |
956 |
> |
955 |
[% END %] |
957 |
[% END %] |