diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 19:22:39 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 19:22:44 +0200 |
commit | 4c49a81c8e7f03e34edf12b876bfeca628fabd93 (patch) | |
tree | fbbc008ed1e361458ae71c26cf451537b8c6b248 /apps/user_openid | |
parent | 594532da9a786bbb43fe7f24ee29e0668d4fcad1 (diff) | |
download | nextcloud-server-4c49a81c8e7f03e34edf12b876bfeca628fabd93.tar.gz nextcloud-server-4c49a81c8e7f03e34edf12b876bfeca628fabd93.zip |
language updates, optimization of Help HTML
Diffstat (limited to 'apps/user_openid')
-rw-r--r-- | apps/user_openid/templates/settings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_openid/templates/settings.php b/apps/user_openid/templates/settings.php index 51c80e566b6..74f40fa3c10 100644 --- a/apps/user_openid/templates/settings.php +++ b/apps/user_openid/templates/settings.php @@ -1,8 +1,8 @@ <form id="openidform"> <fieldset class="personalblock"> <label for="openid"><strong>OpenID</strong></label> - <input type="text" id="openid" value="<?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/?'; echo OC_User::getUser(); ?>" title="you can authenticate to other sites with this address" /> - <label for="identity">Authorized</label> - <input type="text" name="identity" id="identity" value="<?php echo $_['identity']; ?>" placeholder="OpenID provider" title="Wordpress, Identi.ca, Launchpad, …" /> + <input type="text" id="openid" value="<?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/?'; echo OC_User::getUser(); ?>" title="<?php echo $l->t('you can authenticate to other sites with this address');?>" /> + <label for="identity"><?php echo $l->t('Authorized');?></label> + <input type="text" name="identity" id="identity" value="<?php echo $_['identity']; ?>" placeholder="OpenID <?php echo $l->t('provider');?>" title="<?php echo $l->t('Wordpress, Identi.ca, Launchpad, …');?>" /> </fieldset> </form> |