diff --git a/view/theme/decaf-mobile/settings.tpl b/view/theme/decaf-mobile/settings.tpl index 3ab464b257..036cc16916 100644 --- a/view/theme/decaf-mobile/settings.tpl +++ b/view/theme/decaf-mobile/settings.tpl @@ -9,6 +9,7 @@ $nickname_block {{inc field_password.tpl with $field=$password1 }}{{endinc}} {{inc field_password.tpl with $field=$password2 }}{{endinc}} +{{inc field_password.tpl with $field=$password3 }}{{endinc}} {{ if $oid_enable }} {{inc field_input.tpl with $field=$openid }}{{endinc}} @@ -23,6 +24,7 @@ $nickname_block {{inc field_input.tpl with $field=$username }}{{endinc}} {{inc field_input.tpl with $field=$email }}{{endinc}} +{{inc field_password.tpl with $field=$password4 }}{{endinc}} {{inc field_custom.tpl with $field=$timezone }}{{endinc}} {{inc field_input.tpl with $field=$defloc }}{{endinc}} {{inc field_checkbox.tpl with $field=$allowloc }}{{endinc}} @@ -127,6 +129,7 @@ $group_select {{inc field_intcheckbox.tpl with $field=$notify5 }}{{endinc}} {{inc field_intcheckbox.tpl with $field=$notify6 }}{{endinc}} {{inc field_intcheckbox.tpl with $field=$notify7 }}{{endinc}} +{{inc field_intcheckbox.tpl with $field=$notify8 }}{{endinc}} diff --git a/view/theme/decaf-mobile/smarty3/settings.tpl b/view/theme/decaf-mobile/smarty3/settings.tpl index d702cd7d1b..587b96e28e 100644 --- a/view/theme/decaf-mobile/smarty3/settings.tpl +++ b/view/theme/decaf-mobile/smarty3/settings.tpl @@ -14,6 +14,7 @@ {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} +{{include file="field_password.tpl" field=$password3}} {{if $oid_enable}} {{include file="field_input.tpl" field=$openid}} @@ -28,6 +29,7 @@ {{include file="field_input.tpl" field=$username}} {{include file="field_input.tpl" field=$email}} +{{include file="field_password.tpl" field=$password4}} {{include file="field_custom.tpl" field=$timezone}} {{include file="field_input.tpl" field=$defloc}} {{include file="field_checkbox.tpl" field=$allowloc}} @@ -132,6 +134,7 @@ {{include file="field_intcheckbox.tpl" field=$notify5}} {{include file="field_intcheckbox.tpl" field=$notify6}} {{include file="field_intcheckbox.tpl" field=$notify7}} +{{include file="field_intcheckbox.tpl" field=$notify8}} diff --git a/view/theme/frost-mobile/settings.tpl b/view/theme/frost-mobile/settings.tpl index 3e8b33d7f0..8e5aff019b 100644 --- a/view/theme/frost-mobile/settings.tpl +++ b/view/theme/frost-mobile/settings.tpl @@ -9,6 +9,7 @@ $nickname_block {{inc field_password.tpl with $field=$password1 }}{{endinc}} {{inc field_password.tpl with $field=$password2 }}{{endinc}} +{{inc field_password.tpl with $field=$password3 }}{{endinc}} {{ if $oid_enable }} {{inc field_input.tpl with $field=$openid }}{{endinc}} @@ -23,6 +24,7 @@ $nickname_block {{inc field_input.tpl with $field=$username }}{{endinc}} {{inc field_input.tpl with $field=$email }}{{endinc}} +{{inc field_password.tpl with $field=$password4 }}{{endinc}} {{inc field_custom.tpl with $field=$timezone }}{{endinc}} {{inc field_input.tpl with $field=$defloc }}{{endinc}} {{inc field_checkbox.tpl with $field=$allowloc }}{{endinc}} @@ -123,6 +125,7 @@ $group_select {{inc field_intcheckbox.tpl with $field=$notify5 }}{{endinc}} {{inc field_intcheckbox.tpl with $field=$notify6 }}{{endinc}} {{inc field_intcheckbox.tpl with $field=$notify7 }}{{endinc}} +{{inc field_intcheckbox.tpl with $field=$notify8 }}{{endinc}} diff --git a/view/theme/frost-mobile/smarty3/settings.tpl b/view/theme/frost-mobile/smarty3/settings.tpl index 73732e453c..16a67039b2 100644 --- a/view/theme/frost-mobile/smarty3/settings.tpl +++ b/view/theme/frost-mobile/smarty3/settings.tpl @@ -14,6 +14,7 @@ {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} +{{include file="field_password.tpl" field=$password3}} {{if $oid_enable}} {{include file="field_input.tpl" field=$openid}} @@ -28,6 +29,7 @@ {{include file="field_input.tpl" field=$username}} {{include file="field_input.tpl" field=$email}} +{{include file="field_password.tpl" field=$password4}} {{include file="field_custom.tpl" field=$timezone}} {{include file="field_input.tpl" field=$defloc}} {{include file="field_checkbox.tpl" field=$allowloc}} @@ -128,6 +130,7 @@ {{include file="field_intcheckbox.tpl" field=$notify5}} {{include file="field_intcheckbox.tpl" field=$notify6}} {{include file="field_intcheckbox.tpl" field=$notify7}} +{{include file="field_intcheckbox.tpl" field=$notify8}}