'$fillwith' => t('You may ' . "\x28" . 'optionally' . "\x29" . ' fill in this form via OpenID by supplying your OpenID and clicking ') . "'" . t('Register') . "'",
'$fillext' => t('If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'),
@ -196,6 +196,17 @@ function settings_content(&$a) {
'$page_freelove' => PAGE_FREELOVE
));
$noid = get_config('system','no_openid');
if($noid) {
$oidhtml = '';
}
else {
$oidhtml = '<labelid="settings-openid-label"for="settings-openid">' . t('OpenID: ') . '</label><inputtype="text"id="settings-openid"class="openid"name="openid_url"value="$openid"/>' . t(" \x28Optional\x29 Allow this OpenID to login to this account.");
<input type="text" id="settings-openid" class="openid" name="openid_url" value="$openid" /> (Optional) Allow this OpenID to login to this account.