Skip to content
Snippets Groups Projects
Commit ac80f349 authored by Tim Repke's avatar Tim Repke
Browse files

add felder für disclaimerlink

parent d16845da
No related branches found
No related tags found
No related merge requests found
......@@ -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="wikilink" id="wikilink" value="\' . $data["wikilink"] . \'" /></li>
<input type="text" name="disclaimlink" id="disclaimlink" value="' . $data["disclaimlink"] . '" /></li>
<li><label>Zahlung bis</label>
<input type="text" name="paydeadline" id="paydeadline" value="' . $data["paydeadline"] . '" /></li>
<li><label>Zahlungsdetails</label>
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment