/[openfoncier]/trunk/dyn/actions.inc.php
ViewVC logotype

Contents of /trunk/dyn/actions.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 380 - (show annotations)
Wed Sep 19 06:30:05 2012 UTC (12 years, 4 months ago) by fmichon
File size: 636 byte(s)
Mise à niveau du paramétrage du menu et des zones de navigation & Mise à niveau des permissions

1 <?php
2 /**
3 * Ce fichier permet de configurer les liens presents dans les actions
4 *
5 * @package openmairie_exemple
6 * @version SVN: $Id: actions.inc.php 100 2010-09-09 08:29:29Z fmichon $
7 */
8
9 //
10 $actions = array();
11
12 // Mot de passe
13 $actions[] = array(
14 "title" => _("Mot de passe"),
15 "description" => _("Changer votre mot de passe"),
16 "href" => "../scr/password.php",
17 "class" => "actions-password",
18 "right" => "password",
19 );
20
21 // Deconnexion
22 $actions[] = array(
23 "title" => _("Deconnexion"),
24 "description" => _("Quitter l'application"),
25 "href" => "../scr/logout.php",
26 "class" => "actions-logout",
27 );
28
29 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26