Update index.php
This commit is contained in:
parent
b097e909a6
commit
13e1ccb795
@ -3770,12 +3770,11 @@ if ($action == 'editmeta' || $action == 'createcontainer') { // Edit properties
|
||||
|
||||
|
||||
// Print formconfirm
|
||||
if ($action == 'preview'){
|
||||
if ($action == 'preview') {
|
||||
print $formconfirm;
|
||||
}
|
||||
|
||||
if ($action == 'editfile' || $action == 'file_manager')
|
||||
{
|
||||
if ($action == 'editfile' || $action == 'file_manager') {
|
||||
print '<!-- Edit Media -->'."\n";
|
||||
print '<div class="fiche"><br>';
|
||||
//print '<div class="center">'.$langs->trans("FeatureNotYetAvailable").'</center>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user