diff --git a/htdocs/admin/menus/images/.cvsignore b/htdocs/admin/menus/images/.cvsignore deleted file mode 100644 index 98e6ef67fad..00000000000 --- a/htdocs/admin/menus/images/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/admin/menus/images/arbre-deplier.png b/htdocs/admin/menus/images/arbre-deplier.png deleted file mode 100644 index 31fcf9beee6..00000000000 Binary files a/htdocs/admin/menus/images/arbre-deplier.png and /dev/null differ diff --git a/htdocs/admin/menus/images/arbre-plier.png b/htdocs/admin/menus/images/arbre-plier.png deleted file mode 100644 index 88836226b9c..00000000000 Binary files a/htdocs/admin/menus/images/arbre-plier.png and /dev/null differ diff --git a/htdocs/admin/menus/images/arbre-puce.png b/htdocs/admin/menus/images/arbre-puce.png deleted file mode 100644 index 90b2120f9e8..00000000000 Binary files a/htdocs/admin/menus/images/arbre-puce.png and /dev/null differ diff --git a/htdocs/admin/menus/images/arbre-trait.png b/htdocs/admin/menus/images/arbre-trait.png deleted file mode 100644 index 8bca16b5b9b..00000000000 Binary files a/htdocs/admin/menus/images/arbre-trait.png and /dev/null differ diff --git a/htdocs/admin/menus/menu.js b/htdocs/admin/menus/menu.js index 12ec1919d70..bae81b926e6 100644 --- a/htdocs/admin/menus/menu.js +++ b/htdocs/admin/menus/menu.js @@ -104,7 +104,7 @@ function processULEL(ul) { subul = ""; for (var sitemi=0;sitemi'; + print ' '; print ''; $sectionauto=dol_sort_array($sectionauto,'label',$sortorder,true,false); @@ -267,6 +268,10 @@ if (empty($action) || $action == 'refresh') $htmltooltip.=''.$langs->trans("Description").': '.$val['desc']; print $form->textwithhelp('',$htmltooltip,1,0); print ''; + + // Edit link + print ' '; + print "\n"; } } @@ -323,7 +328,12 @@ if (empty($action) || $action == 'refresh') $htmltooltip.=''.$langs->trans("ECMCreationDate").': '.dolibarr_print_date($val['date_c'],"dayhour").'
'; $htmltooltip.=''.$langs->trans("Description").': '.$val['description']; print $form->textwithhelp('',$htmltooltip,1,0); - print "\n"; + print ""; + + // Edit link + print ''.img_edit().''; + + print "\n"; $nbofentries++; } diff --git a/htdocs/includes/modules/modECM.class.php b/htdocs/includes/modules/modECM.class.php index 266033838c5..30be1ae9714 100644 --- a/htdocs/includes/modules/modECM.class.php +++ b/htdocs/includes/modules/modECM.class.php @@ -139,7 +139,7 @@ class modECM extends DolibarrModules // Left menu linked to top menu $this->menu[$r]=array('fk_menu'=>'r=0', 'type'=>'left', - 'titre'=>'ECMFileManager', + 'titre'=>'ECMArea', 'mainmenu'=>'ecm', 'url'=>'/ecm/index.php', 'langs'=>'ecm', @@ -151,7 +151,7 @@ class modECM extends DolibarrModules $this->menu[$r]=array('fk_menu'=>'r=1', 'type'=>'left', - 'titre'=>'List', + 'titre'=>'ECMFileManager', 'mainmenu'=>'ecm', 'url'=>'/ecm/index.php', 'langs'=>'ecm', diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index f40f1421d64..2d8d95f9dcf 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -966,16 +966,16 @@ ul.arbre strong { font-weight: normal; padding: 0 0 0 20px; margin: 0 0 0 -7px; - background-image: url(); + background-image: url(); background-repeat: no-repeat; background-position: 1px 50%; } ul.arbre strong.arbre-plier { - background-image: url(); + background-image: url(); cursor: pointer; } ul.arbre strong.arbre-deplier { - background-image: url(); + background-image: url(); cursor: pointer; } ul.arbre ul { @@ -993,7 +993,7 @@ ul.arbre li li { /* Uniquement pour les navigateurs a moteur gecko */ ul.arbre li:last-child { border-left: 0; - background: url() no-repeat 0 0; + background: url() no-repeat 0 0; } /* Classe pour masquer */ .hide { diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 4e9239d942a..7a8183579d0 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -1240,7 +1240,6 @@ form.inplaceeditor-form a { /* The cancel link */ /* Admin Menu */ /* ============================================================================== */ - /* CSS a appliquer a l'arbre hierarchique */ /* Lien plier /deplier tout */ @@ -1259,16 +1258,16 @@ ul.arbre strong { font-weight: normal; padding: 0 0 0 20px; margin: 0 0 0 -7px; - background-image: url(); + background-image: url(); background-repeat: no-repeat; background-position: 1px 50%; } ul.arbre strong.arbre-plier { - background-image: url(); + background-image: url(); cursor: pointer; } ul.arbre strong.arbre-deplier { - background-image: url(); + background-image: url(); cursor: pointer; } ul.arbre ul { @@ -1286,7 +1285,7 @@ ul.arbre li li { /* Uniquement pour les navigateurs a moteur gecko */ ul.arbre li:last-child { border-left: 0; - background: url() no-repeat 0 0; + background: url() no-repeat 0 0; } /* Classe pour masquer */ .hide { diff --git a/htdocs/theme/yellow/yellow.css.php b/htdocs/theme/yellow/yellow.css.php index 8ea2b5339da..4bb78020f61 100644 --- a/htdocs/theme/yellow/yellow.css.php +++ b/htdocs/theme/yellow/yellow.css.php @@ -1005,16 +1005,16 @@ ul.arbre strong { font-weight: normal; padding: 0 0 0 20px; margin: 0 0 0 -7px; - background-image: url(); + background-image: url(); background-repeat: no-repeat; background-position: 1px 50%; } ul.arbre strong.arbre-plier { - background-image: url(); + background-image: url(); cursor: pointer; } ul.arbre strong.arbre-deplier { - background-image: url(); + background-image: url(); cursor: pointer; } ul.arbre ul { @@ -1032,7 +1032,7 @@ ul.arbre li li { /* Uniquement pour les navigateurs a moteur gecko */ ul.arbre li:last-child { border-left: 0; - background: url() no-repeat 0 0; + background: url() no-repeat 0 0; } /* Classe pour masquer */ .hide {