diff options
author | friendica <info@friendica.com> | 2012-08-27 21:17:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-27 21:17:46 -0700 |
commit | 7fad83cea4dd134df6dacf8248ef6947dca7f100 (patch) | |
tree | c4a8174b8dac64949e874b9149456e2541050f1c /view/tpl | |
parent | 8c3c3d5fd7acc5df0aec9c10f8bdd89bedd2060a (diff) | |
download | volse-hubzilla-7fad83cea4dd134df6dacf8248ef6947dca7f100.tar.gz volse-hubzilla-7fad83cea4dd134df6dacf8248ef6947dca7f100.tar.bz2 volse-hubzilla-7fad83cea4dd134df6dacf8248ef6947dca7f100.zip |
Now logging in with Red zaccount/zentity instead of Friendica user. Yay. Most existing Friendica functionality is now stuffed since the Red structures are quite different.
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" /> |