Skip to content
Snippets Groups Projects
Commit b7f63b70 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #56034 continue renaming process

parent 0fb1a5a2
Branches
Tags
3 merge requests!2334Master,!2131Dev#39494 1940 filtres de workflow dans listviewmode,!2117Dev#56034 3455contractuel renommer module formation
Pipeline #1150 failed with stage
in 4 minutes and 58 seconds
Showing
with 16 additions and 6 deletions
<tr <?php echo $this->session->isAnnule() ? 'class="annule"': '' ?>>
<td>
<?php
echo $this->partial('formation/_formation.phtml',
['formation' => $this->session->getFormation()]);
echo $this->partial('activity/_activity.phtml',
['activity' => $this->session->getActivity()]);
?>
</td>
<td>
<?php
echo $this->partial('formation/_session_actions.phtml',
echo $this->partial('activity/_session_actions.phtml',
['session' => $this->session]);
?>
</td>
......@@ -15,7 +15,7 @@
<td>
<?php
echo $this->partial('formation/_session_subscribers.phtml',
echo $this->partial('activity/_session_subscribers.phtml',
['session' => $this->session]);
?>
</td>
......
<?php
echo $this->partial('activity/_activity_panel.phtml',
array('activity' => $this->session_activity->getActivity()));
echo $this->renderForm($this->form);
?>
<?php
echo $this->partial('activity/_activity_panel.phtml',
array('activity' => $this->session_activity->getActivity()));
echo $this->renderForm($this->form);
?>
<?php
echo $this->partial('formation/_formation_panel.phtml',
array('formation' => $this->session->getFormation()));
echo $this->partial('activity/_activity_panel.phtml',
array('activity' => $this->session->getActivity()));
?>
<style>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment