tools_sm.ctp 1.08 KB
<div class="index">
<h2><i class="icon-wrench"></i> Outils - Gérer le contenu variable</h2>
<table cellpadding="0" cellspacing="0">
<tr><th></th></tr>
<?php

	
	
echo '<tr><td>';
echo $this->Html->link('Gérer les Catégories', ['controller' => 'pages', 'action' => 'tools_cat']);
echo '</td></tr>';
	
echo '<tr><td>';
echo $this->Html->link('Gérer les sites', ['controller' => 'sites', 'sort' => 'nom']);
echo '</td></tr>';
	
echo '<tr><td>';
echo $this->Html->link('Gérer les organismes', ['controller' => 'organismes', 'sort' => 'nom']);
echo '</td></tr>';
	
echo '<tr><td>';
echo $this->Html->link('Gérer les types de suivis', ['controller' => 'type_suivis', 'sort' => 'nom']);
echo '</td></tr>';
	
echo '<tr><td>';
echo $this->Html->link('Gérer les groupes thématiques', ['controller' => 'groupes_thematiques', 'sort' => 'nom']);
echo '</td></tr>';

echo '<tr><td>';
echo $this->Html->link('Gérer les groupes métiers', ['controller' => 'groupes_metiers', 'sort' => 'nom']);
echo '</td></tr>';


	

?>
	</table>	
</div>

    	<div class="actions">
			<?php echo $this->element('menu') ?>
		</div>