diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-11-05 01:34:11 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-11-05 01:34:11 -0800 |
commit | 135680e50bf760d55a1bcaaaa02f959bde396c52 (patch) | |
tree | 1dd3b7e8fead643c1fd9a107b5443dac55125700 /apps/user_ldap | |
parent | f0be09a23cf2ace0940850b9f321ce54fc38b4ea (diff) | |
parent | 02ec677e3c665da98056496270c22078c4b7aac0 (diff) | |
download | nextcloud-server-135680e50bf760d55a1bcaaaa02f959bde396c52.tar.gz nextcloud-server-135680e50bf760d55a1bcaaaa02f959bde396c52.zip |
Merge pull request #242 from fmms/checkstyle05
Checkstyle fixes
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/templates/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 3a653ad7208..d10062c1d9d 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -29,7 +29,7 @@ <p><label for="ldap_cache_ttl">Cache Time-To-Live</label><input type="text" id="ldap_cache_ttl" name="ldap_cache_ttl" value="<?php echo $_['ldap_cache_ttl']; ?>" title="<?php echo $l->t('in seconds. A change empties the cache.');?>" /></p> <p><label for="home_folder_naming_rule">User Home Folder Naming Rule</label><input type="text" id="home_folder_naming_rule" name="home_folder_naming_rule" value="<?php echo $_['home_folder_naming_rule']; ?>" title="<?php echo $l->t('Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute.');?>" /></p> </fieldset> - <input type="submit" value="Save" /> <button id="ldap_action_test_connection" name="ldap_action_test_connection">Test Configuration</button> <a href="http://owncloud.org/support/ldap-backend/" target="_blank"><img src="<?php echo OCP\Util::imagePath('','actions/info.png'); ?>" style="height:1.75ex" /> <?php echo $l->t('Help');?></a> + <input type="submit" value="Save" /> <button id="ldap_action_test_connection" name="ldap_action_test_connection">Test Configuration</button> <a href="http://owncloud.org/support/ldap-backend/" target="_blank"><img src="<?php echo OCP\Util::imagePath('', 'actions/info.png'); ?>" style="height:1.75ex" /> <?php echo $l->t('Help');?></a> </div> </form> |