Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fsfahrttool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
fsini-informatik
fsfahrttool
Commits
ac80f349
Commit
ac80f349
authored
8 years ago
by
Tim Repke
Browse files
Options
Downloads
Patches
Plain Diff
add felder für disclaimerlink
parent
d16845da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
registration-system/admin/pages_infos.php
+1
-1
1 addition, 1 deletion
registration-system/admin/pages_infos.php
registration-system/frameworks/Fahrt.php
+1
-1
1 addition, 1 deletion
registration-system/frameworks/Fahrt.php
with
2 additions
and
2 deletions
registration-system/admin/pages_infos.php
+
1
−
1
View file @
ac80f349
...
...
@@ -119,7 +119,7 @@ class AdminInfosPage extends AdminPage {
<li><label>Wiki-Link</label>
<input type="text" name="wikilink" id="wikilink" value="'
.
$data
[
"wikilink"
]
.
'" /></li>
<li><label>Disclaimer-Link</label>
<input type="text" name="
wiki
link" id="
wiki
link" value="
\
' . $data["
wiki
link"] .
\
'" /></li>
<input type="text" name="
disclaim
link" id="
disclaim
link" value="'
.
$data
[
"
disclaim
link"
]
.
'" /></li>
<li><label>Zahlung bis</label>
<input type="text" name="paydeadline" id="paydeadline" value="'
.
$data
[
"paydeadline"
]
.
'" /></li>
<li><label>Zahlungsdetails</label>
...
...
This diff is collapsed.
Click to expand it.
registration-system/frameworks/Fahrt.php
+
1
−
1
View file @
ac80f349
...
...
@@ -11,7 +11,7 @@ class Fahrt {
const
STATUS_IS_COUNTDOWN
=
3
;
public
static
$ALLOWED_FIELDS
=
[
'fahrt_id'
,
'titel'
,
'ziel'
,
'von'
,
'bis'
,
'regopen'
,
'beschreibung'
,
'leiter'
,
'kontakt'
,
'map_pin'
,
'max_bachelor'
,
'wikilink'
,
'paydeadline'
,
'payinfo'
,
'opentime'
];
'map_pin'
,
'max_bachelor'
,
'wikilink'
,
'paydeadline'
,
'payinfo'
,
'opentime'
,
'disclaimlink'
];
/** @var Environment */
private
$environment
;
...
...
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