Commit 683bd1b2 authored by Damien Rieu's avatar Damien Rieu
Browse files

Add in menu and change bad label.

parent e95c4e2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ class AdministrationController extends AbstractOscarController
                    return $this->ajaxResponse($out);
                }
            } ////////////////////////////////////////////////////////////////////
            // POST : Nouveau rôle
            // POST : Nouveau type
            elseif( $this->getHttpXMethod() == 'POST' ){
                $this->getLogger()->info("INFO : typeDocumentActionApi() POST ajout d'un nouveau type de document");
                //$this->getOscarUserContext()->check(Privileges::DROIT_ROLEORGA_EDITION);
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ $this->headScript();
                                <li><a href="<?php echo $this->url('administration') ?>">Gestion des droits</a></li>
                                <li><a href="<?php echo $this->url('administration/users') ?>">Authentifications actives</a></li>
                                <li><a href="<?php echo $this->url('administration/organizationrole') ?>">Affectation des structures</a></li>
                                <li><a href="<?php echo $this->url('administration/typedocument') ?>">Gestion des types de documents</a></li>
                                <?php endif; ?>

                                <li role="presentation" class="dropdown-header"><i class="icon-lightbulb-1"></i> A propos</li>