Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Vips
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uni Osnabrück
Plugins
Vips
Commits
6a4b2a55
Commit
6a4b2a55
authored
1 year ago
by
Elmar Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
update labels for ip access restriction, fixes
#214
parent
e099a91c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
views/config/index.php
+2
-2
2 additions, 2 deletions
views/config/index.php
views/sheets/edit_assignment.php
+1
-1
1 addition, 1 deletion
views/sheets/edit_assignment.php
with
3 additions
and
3 deletions
views/config/index.php
+
2
−
2
View file @
6a4b2a55
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</label>
</label>
<div
class=
"label-text"
>
<div
class=
"label-text"
>
<?=
_vips
(
'Vordefinierte IP-
Zugriffsb
ereiche für PC-Räume'
)
?>
<?=
_vips
(
'Vordefinierte IP-
B
ereiche 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-
Zugriffsb
ereich'
)
?>
<?=
_vips
(
'IP-
B
ereich
e
'
)
?>
<?=
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"
>
...
...
This diff is collapsed.
Click to expand it.
views/sheets/edit_assignment.php
+
1
−
1
View file @
6a4b2a55
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
</label>
</label>
<label
class=
"practice-hidden selftest-hidden"
>
<label
class=
"practice-hidden selftest-hidden"
>
<?=
_vips
(
'
IP-
Zugriff
sbereich
(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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment