placeholder to explain syntax of Domains option, todo: Testing
This commit is contained in:
parent
a0b26e0a46
commit
2c8cbe05b4
|
|
@ -17,7 +17,7 @@ foreach ( $_['groups'] as $group ) {
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<label for="allowed_domains"><?php p($l->t('Allowed domains for registration')); ?></label>
|
<label for="allowed_domains"><?php p($l->t('Allowed domains for registration')); ?></label>
|
||||||
<input type="text" id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
|
<input type="text" placeholder=<?php p('"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com"');?> id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue