Skip to content

Commit

Permalink
Debug v20
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 24, 2024
1 parent 0fe2bc7 commit b301606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/tpl/filemanager.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
if (!empty($conf->use_javascript_ajax) && !getDolGlobalString('MAIN_ECM_DISABLE_JS')) {
// Show the link to "Root"
if ($showroot) {
print '<tr class="nooddeven"><td><div style="padding-left: 5px; padding-right: 5px;"><a href="'.$_SERVER["PHP_SELF"].'?file_manager=1'.(!empty($websitekey) ? '&website='.urlencode($websitekey) : '').'&pageid='.urlencode((string) $pageid).'">';
print '<tr class="oddeven nohover"><td><div style="padding-left: 5px; padding-right: 5px;"><a href="'.$_SERVER["PHP_SELF"].'?file_manager=1'.(!empty($websitekey) ? '&website='.urlencode($websitekey) : '').'&pageid='.urlencode((string) $pageid).'">';
if ($module == 'medias') {
print $langs->trans("RootOfMedias");
} else {
Expand All @@ -300,7 +300,7 @@
print '</a></div></td></tr>';
}

print '<tr class="nooddeven"><td>';
print '<tr class="oddeven nohover"><td>';

// Show filemanager tree (will be filled by a call of ajax /ecm/tpl/enablefiletreeajax.tpl.php, later, that executes ajaxdirtree.php)
print '<div id="filetree" class="ecmfiletree"></div>';
Expand Down
2 changes: 1 addition & 1 deletion htdocs/langs/en_US/ecm.lang
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ECMSectionManual=Manual directory
ECMSectionAuto=Automatic directory
ECMSectionsManual=Private manual tree
ECMSectionsAuto=Private automatic tree
ECMSectionsMedias=Public tree
ECMSectionsMedias=Public medias tree
ECMSections=Directories
ECMRoot=ECM Root
ECMNewSection=New directory
Expand Down

0 comments on commit b301606

Please sign in to comment.