Skip to content
Snippets Groups Projects
Commit 6a4b2a55 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

update labels for ip access restriction, fixes #214

parent e099a91c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</label> </label>
<div class="label-text"> <div class="label-text">
<?= _vips('Vordefinierte IP-Zugriffsbereiche für PC-Räume') ?> <?= _vips('Vordefinierte IP-Bereiche für PC-Räume') ?>
</div> </div>
<table class="default"> <table class="default">
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<?= _vips('Raum') ?> <?= _vips('Raum') ?>
</th> </th>
<th style="width: 75%;"> <th style="width: 75%;">
<?= _vips('IP-Zugriffsbereich') ?> <?= _vips('IP-Bereiche') ?>
<?= tooltipIcon($this->render_partial('sheets/ip_range_tooltip'), false, true) ?> <?= tooltipIcon($this->render_partial('sheets/ip_range_tooltip'), false, true) ?>
</th> </th>
<th class="actions"> <th class="actions">
......
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
</label> </label>
<label class="practice-hidden selftest-hidden"> <label class="practice-hidden selftest-hidden">
<?= _vips('IP-Zugriffsbereich (optional)') ?> <?= _vips('Zugriff auf Prüfungsräume oder IP-Bereiche beschränken (optional)') ?>
<?= tooltipIcon($this->render_partial('sheets/ip_range_tooltip'), false, true) ?> <?= tooltipIcon($this->render_partial('sheets/ip_range_tooltip'), false, true) ?>
<input type="text" name="ip_range" class="validate_ip_range" value="<?= htmlReady($assignment->options['ip_range']) ?>" data-secure> <input type="text" name="ip_range" class="validate_ip_range" value="<?= htmlReady($assignment->options['ip_range']) ?>" data-secure>
</label> </label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment