Skip to content

Commit

Permalink
Ajout class listactionsfilter dans formulaire pour charte graphique
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelambert committed Aug 17, 2011
1 parent cffd52e commit 35bc82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/lib/agenda.lib.php
Expand Up @@ -21,7 +21,7 @@
/**
* \file htdocs/lib/agenda.lib.php
* \brief Set of function for the agenda module
* \version $Id: agenda.lib.php,v 1.43 2011/07/31 23:25:33 eldy Exp $
* \version $Id: agenda.lib.php,v 1.44 2011/08/17 16:05:04 cdelambert Exp $
*/


Expand All @@ -47,7 +47,7 @@ function print_actions_filter($form,$canedit,$status,$year,$month,$day,$showbirt
// Filters
if ($canedit || $conf->projet->enabled)
{
print '<form name="listactionsfilter" action="'.$_SERVER["PHP_SELF"].'" method="POST">';
print '<form name="listactionsfilter" class="listactionsfilter" action="'.$_SERVER["PHP_SELF"].'" method="POST">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="status" value="'.$status.'">';
print '<input type="hidden" name="year" value="'.$year.'">';
Expand Down

0 comments on commit 35bc82a

Please sign in to comment.