-
Notifications
You must be signed in to change notification settings - Fork 20
Add tooltips to LDAP wizard special attributtes #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@davitol, thanks for your PR! By analyzing the history of the files in this pull request, we identified @blizzz, @LukasReschke and @jancborchardt to be potential reviewers. |
templates/settings.php
Outdated
| <p><label for="ldap_email_attr"><?php p($l->t('Email Field'));?></label><input type="text" id="ldap_email_attr" name="ldap_email_attr" data-default="<?php p($_['ldap_email_attr_default']); ?>" /></p> | ||
| <p><label for="ldap_quota_attr"><?php p($l->t('Quota Field'));?></label><input type="text" id="ldap_quota_attr" name="ldap_quota_attr" data-default="<?php p($_['ldap_quota_attr_default']); ?>" title="<?php p($l->t('Leave empty for ownCloud quota. Otherwise, specify an LDAP/AD attribute.'));?>" /></p> | ||
| <p><label for="ldap_quota_def"><?php p($l->t('Quota Default'));?></label><input type="text" id="ldap_quota_def" name="ldap_quota_def" data-default="<?php p($_['ldap_quota_def_default']); ?>" title="<?php p($l->t('Override ownCloud default quota for LDAP users who do not have a quota set in the Quota Field. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra lines are ugly
|
Tested 👍 It might need a second review for the texts. |
templates/settings.php
Outdated
| <p><label for="ldap_quota_def"><?php p($l->t('Quota Default'));?></label><input type="text" id="ldap_quota_def" name="ldap_quota_def" data-default="<?php p($_['ldap_quota_def_default']); ?>" title="<?php p($l->t('in bytes'));?>" /></p> | ||
| <p><label for="ldap_email_attr"><?php p($l->t('Email Field'));?></label><input type="text" id="ldap_email_attr" name="ldap_email_attr" data-default="<?php p($_['ldap_email_attr_default']); ?>" /></p> | ||
| <p><label for="ldap_quota_attr"><?php p($l->t('Quota Field'));?></label><input type="text" id="ldap_quota_attr" name="ldap_quota_attr" data-default="<?php p($_['ldap_quota_attr_default']); ?>" title="<?php p($l->t('Leave empty for ownCloud quota. Otherwise, specify an LDAP/AD attribute.'));?>" /></p> | ||
| <p><label for="ldap_quota_def"><?php p($l->t('Quota Default'));?></label><input type="text" id="ldap_quota_def" name="ldap_quota_def" data-default="<?php p($_['ldap_quota_def_default']); ?>" title="<?php p($l->t('Override ownCloud default quota for LDAP users who do not have a quota set in the Quota Field.'));?>" /></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
never use ownCloud in a visible text. Should use the product name variable from the theme.
But here I suggest to just remove "ownCloud" from the text.
|
@settermjd can you check the wording ? |
|
@settermjd Kindly remember |
|
Last train to get this merged in oC10 🚆 |
|
Let's merge this anyway, even if the wording might not be perfect it's better than nothing. If changes are required, please submit a separate PR. |
|
Sorry, not sure how I missed this. |
|
fwiw, looks fine. |
Fixes #53
@jvillafanez