Skip to content

Commit

Permalink
Update front and ics generation for aurion
Browse files Browse the repository at this point in the history
  • Loading branch information
wallforfry committed Jun 21, 2017
1 parent 0c363de commit 6769555
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/Resources/views/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
Agenda
</a>
</li>
<li {% block liMarks %}{% endblock %}>
<!--<li {% block liMarks %}{% endblock %}>
<a href="{{ path('application_marks_homepage') }}">
<i class="fa fa-eye"></i>
Mes Notes
Expand All @@ -151,7 +151,7 @@
<i class="fa fa-list"></i>
Mes Appréciations
</a>
</li>
</li>-->
</ul>
</li>
<li class="dropdown{% block liServices %}{% endblock %}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ public function getAgendaAction($groups){
$event_id = $event_id + 1;
}

$ics_file = $this->decode($event_json);
file_put_contents("agenda/ics/".$_POST["login"].".ics", $ics_file, LOCK_EX);
#$ics_file = $this->decode($event_json);
#file_put_contents("agenda/ics/".$_POST["login"].".ics", $ics_file, LOCK_EX);

return $event_json;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<form id="connexionForm" class="form-horizontal" action="{{ path('application_calendar_login')}}" method="POST">
<div class="form-group" id="login">
<label class="col-lg-3 col-sm-3 control-label" for="login">Login ESIEE :</label>
<label class="col-lg-3 col-sm-3 control-label" for="login">Mail ou identifiant ESIEE :</label>
<div class="col-lg-9 col-sm-9">
<input type="text" class="form-control" id="login" name="mail" required="required" placeholder="Login ESIEE"/>
</div>
Expand Down

0 comments on commit 6769555

Please sign in to comment.