diff --git a/htdocs/user/group/perms.php b/htdocs/user/group/perms.php index e92d0507b57..ecfb83282ad 100644 --- a/htdocs/user/group/perms.php +++ b/htdocs/user/group/perms.php @@ -17,15 +17,12 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ */ /** \file htdocs/user/group/perms.php \brief Onglet user et permissions de la fiche utilisateur - \version $Revision$ + \version $Id$ */ require("./pre.inc.php"); @@ -58,15 +55,14 @@ if ($_GET["action"] == 'delrights' && $caneditperms) } -llxHeader('',$langs->trans("Permissions")); - - /* ************************************************************************** */ /* */ /* Visu et edition */ /* */ /* ************************************************************************** */ +llxHeader('',$langs->trans("Permissions")); + if ($_GET["id"]) { $fgroup = new Usergroup($db, $_GET["id"]); @@ -184,9 +180,9 @@ if ($_GET["id"]) if ($caneditperms) { print ''; - print ''.img_object('',$picto).' '.$objMod->getName(); + print ''.img_object('',$picto).' '.$objMod->getName(); print ' '; - print ''; + print ''; print ''.$langs->trans("All").""; print '/'; print ''.$langs->trans("None").""; @@ -198,8 +194,8 @@ if ($_GET["id"]) print ''; - print ''.img_object('',$picto).' '.$objMod->getName(); - print ''; + // Module + print ''.img_object('',$picto).' '.$objMod->getName().''; if (in_array($obj->id, $permsgroup)) { @@ -235,5 +231,5 @@ if ($_GET["id"]) $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?>