mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-3705-borrado-completo-de-la-carpeta-colecciones-nodo-metaconsola' into 'develop'
Fixed filemanager uploading on meta See merge request artica/pandorafms!2377 Former-commit-id: 847cb1daefac473ab92d3e326257428e8cd9880a
This commit is contained in:
commit
cec4bb49ff
@ -609,7 +609,7 @@ function filemanager_file_explorer(
|
|||||||
|
|
||||||
if (defined('METACONSOLE')) {
|
if (defined('METACONSOLE')) {
|
||||||
$table->class = 'databox_tactical';
|
$table->class = 'databox_tactical';
|
||||||
$table->title = '<span>'.__('Index of images').'</span>';
|
$table->title = '<span>'.__('Index of %s', $relative_directory).'</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->colspan = [];
|
$table->colspan = [];
|
||||||
@ -773,9 +773,6 @@ function filemanager_file_explorer(
|
|||||||
if (!$readOnly) {
|
if (!$readOnly) {
|
||||||
if (is_writable($real_directory)) {
|
if (is_writable($real_directory)) {
|
||||||
// The buttons to make actions
|
// The buttons to make actions
|
||||||
if (defined('METACONSOLE')) {
|
|
||||||
echo "<div style='text-align: left; width: ".$table->width.";'>";
|
|
||||||
} else {
|
|
||||||
$tabs_dialog = '<ul id="file_table_modal">
|
$tabs_dialog = '<ul id="file_table_modal">
|
||||||
<li class="create_folder">
|
<li class="create_folder">
|
||||||
<a href="javascript: show_form_create_folder();">'.html_print_image(
|
<a href="javascript: show_form_create_folder();">'.html_print_image(
|
||||||
@ -812,7 +809,6 @@ function filemanager_file_explorer(
|
|||||||
<form method="post" action="'.$url.'">'.html_print_input_text('name_file', '', '', 30, 50, true).html_print_submit_button(__('Create'), 'create', false, 'class="sub next"', true).html_print_input_hidden('real_directory', $real_directory, true).html_print_input_hidden('directory', $relative_directory, true).html_print_input_hidden('hash', md5($real_directory.$relative_directory.$config['dbpass']), true).html_print_input_hidden('umask', $umask, true).html_print_input_hidden('create_text_file', 1, true).'</form></div>';
|
<form method="post" action="'.$url.'">'.html_print_input_text('name_file', '', '', 30, 50, true).html_print_submit_button(__('Create'), 'create', false, 'class="sub next"', true).html_print_input_hidden('real_directory', $real_directory, true).html_print_input_hidden('directory', $relative_directory, true).html_print_input_hidden('hash', md5($real_directory.$relative_directory.$config['dbpass']), true).html_print_input_hidden('umask', $umask, true).html_print_input_hidden('create_text_file', 1, true).'</form></div>';
|
||||||
|
|
||||||
echo "<div style='width: ".$table->width.";' class='file_table_buttons'>";
|
echo "<div style='width: ".$table->width.";' class='file_table_buttons'>";
|
||||||
}
|
|
||||||
|
|
||||||
echo "<a href='javascript: show_form_create_folder();'>";
|
echo "<a href='javascript: show_form_create_folder();'>";
|
||||||
echo html_print_image(
|
echo html_print_image(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user