Explainaition now under input type

This commit is contained in:
Johannes Starosta 2015-07-19 06:47:31 +02:00
parent be9d2d27db
commit 55a247499a
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ foreach ( $_['groups'] as $group ) {
</p>
<p>
<label for="allowed_domains"><?php p($l->t('Allowed domains for registration')); ?></label>
<input type="text" placeholder=<?php p$l->t('"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com"');?> id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
<input type="text" placeholder="<?php p$l->t('"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com');?>" id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
<em><?php p$l->t('"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com');?>
</em>
</p>
</form>