Use link not address in labels for URLs

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-05-16 00:56:08 +02:00
parent 84ab102146
commit feff9f5bd1
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -47,7 +47,7 @@ style('theming', 'settings-admin');
</div>
<div>
<label>
<span><?php p($l->t('Web address')) ?></span>
<span><?php p($l->t('Web link')) ?></span>
<input id="theming-url" type="url" placeholder="<?php p($l->t('https://…')); ?>" value="<?php p($_['url']) ?>" maxlength="500" />
<div data-setting="url" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div>
</label>
@ -96,7 +96,7 @@ style('theming', 'settings-admin');
<div class="advanced-options">
<div>
<label>
<span><?php p($l->t('Legal notice address')) ?></span>
<span><?php p($l->t('Legal notice link')) ?></span>
<input id="theming-imprintUrl" type="url" placeholder="<?php p($l->t('https://…')); ?>" value="<?php p($_['imprintUrl']) ?>" maxlength="500" />
<div data-setting="imprintUrl" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div>
</label>