Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Hendrik Willms
Stud.IP
Commits
c50cd74e
Commit
c50cd74e
authored
3 years ago
by
Sebastian Biller
Committed by
David Siegfried
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix for #205 remove duplicate in userdomains view
parent
2148d6dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/views/settings/userdomains.php
+1
-28
1 addition, 28 deletions
app/views/settings/userdomains.php
with
1 addition
and
28 deletions
app/views/settings/userdomains.php
+
1
−
28
View file @
c50cd74e
...
...
@@ -57,34 +57,7 @@
<?
if
(
$allow_change
)
:
?>
<form
action=
"
<?=
$controller
->
url_for
(
'settings/userdomains/store'
)
?>
"
method=
"post"
class=
"default"
>
<input
type=
"hidden"
name=
"studipticket"
value=
"
<?=
get_ticket
()
?>
"
>
<?=
CSRFProtection
::
tokenTag
()
?>
<fieldset>
<legend>
<?=
_
(
'Nutzerdomäne hinzufügen'
)
?>
</legend>
</form>
<a
name=
"userdomains"
></a>
<label>
<?=
_
(
'Wählen Sie eine Nutzerdomäne aus der folgenden Liste aus:'
)
?>
<?
if
(
!
empty
(
$domains
))
:
?>
<select
name=
"new_userdomain"
id=
"new_userdomain"
>
<option
selected
value=
"none"
>
<?=
_
(
'-- Bitte Nutzerdomäne auswählen --'
)
?>
</option>
<?
foreach
(
$domains
as
$domain
)
:
?>
<option
value=
"
<?=
$domain
->
getID
()
?>
"
>
<?=
htmlReady
(
my_substr
(
$domain
->
name
,
0
,
50
))
?>
</option>
<?
endforeach
?>
</select>
<?
endif
?>
</label>
</fieldset>
<footer>
<?=
Button
::
create
(
_
(
'Übernehmen'
),
'store'
,
[
'title'
=>
_
(
'Änderungen übernehmen'
)])
?>
</footer>
<form
action=
"
<?=
$controller
->
url_for
(
'settings/userdomains/store'
)
?>
"
method=
"post"
class=
"default"
>
<input
type=
"hidden"
name=
"studipticket"
value=
"
<?=
get_ticket
()
?>
"
>
<input
type=
"hidden"
name=
"studip_ticket"
value=
"
<?=
get_ticket
()
?>
"
>
<?=
CSRFProtection
::
tokenTag
()
?>
<fieldset>
...
...
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