From 43c6ece31af4187744831951401c40feea19c2c3 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sun, 25 May 2014 12:48:17 +0200 Subject: [PATCH] fully translatable user_webdav --- apps/user_ldap/js/settings.js | 2 +- apps/user_ldap/templates/part.settingcontrols.php | 2 +- apps/user_ldap/templates/part.wizardcontrols.php | 2 +- apps/user_webdavauth/templates/settings.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/user_ldap/js/settings.js b/apps/user_ldap/js/settings.js index 8c18cc4c58c..87d755697cb 100644 --- a/apps/user_ldap/js/settings.js +++ b/apps/user_ldap/js/settings.js @@ -90,7 +90,7 @@ var LdapConfiguration = { ); } $('#ldap_serverconfig_chooser option:selected').removeAttr('selected'); - var html = ''; + var html = ''; $('#ldap_serverconfig_chooser option:last').before(html); LdapWizard.init(); } else { diff --git a/apps/user_ldap/templates/part.settingcontrols.php b/apps/user_ldap/templates/part.settingcontrols.php index dfc49549032..298e5fc3945 100644 --- a/apps/user_ldap/templates/part.settingcontrols.php +++ b/apps/user_ldap/templates/part.settingcontrols.php @@ -3,7 +3,7 @@ - diff --git a/apps/user_ldap/templates/part.wizardcontrols.php b/apps/user_ldap/templates/part.wizardcontrols.php index 862e10bdd12..c141c6027f9 100644 --- a/apps/user_ldap/templates/part.wizardcontrols.php +++ b/apps/user_ldap/templates/part.wizardcontrols.php @@ -7,7 +7,7 @@ - diff --git a/apps/user_webdavauth/templates/settings.php b/apps/user_webdavauth/templates/settings.php index 4596fdf3c78..a87c0ad159a 100755 --- a/apps/user_webdavauth/templates/settings.php +++ b/apps/user_webdavauth/templates/settings.php @@ -1,7 +1,7 @@

t('WebDAV Authentication'));?>

-

+

- +
t('The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials.')); ?>

-- 2.39.5