diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/js_strings.tpl | 1 | ||||
-rw-r--r-- | view/tpl/settings.tpl | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index a5f50b33f..babb1b219 100644 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -9,6 +9,7 @@ 'showfewer' : '$showfewer', 'pwshort' : '$pwshort', 'pwnomatch' : '$pwnomatch', + 'everybody' : '$everybody', 't01' : $t01, 't02' : $t02, diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index bebd0c12a..ce96fb8d2 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -10,9 +10,6 @@ $nickname_block {{inc field_password.tpl with $field=$password1 }}{{endinc}} {{inc field_password.tpl with $field=$password2 }}{{endinc}} -{{ if $oid_enable }} -{{inc field_input.tpl with $field=$openid }}{{endinc}} -{{ endif }} <div class="settings-submit-wrapper" > <input type="submit" name="submit" class="settings-submit" value="$submit" /> |