fix coments
This commit is contained in:
parent
1821c62288
commit
fd0bbf8ebc
@ -53,8 +53,10 @@ if ($module == 'medias') {
|
||||
$permtoupload = ($user->rights->mailing->creer || $user->rights->website->write);
|
||||
$showroot = 1;
|
||||
}
|
||||
$section = 0;
|
||||
|
||||
if (!isset($section)) {
|
||||
$section = 0;
|
||||
}
|
||||
|
||||
// Confirm remove file (for non javascript users)
|
||||
if (($action == 'delete' || $action == 'file_manager_delete') && empty($conf->use_javascript_ajax)) {
|
||||
|
||||
@ -230,7 +230,7 @@ if ($action == 'create') {
|
||||
print '<table class="border centpercent">';
|
||||
|
||||
// Label
|
||||
print '<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans("Label").'</td><td><input name="label" class="minwidth100" maxlength="32" value="" autofocus></td></tr>'."\n";
|
||||
print '<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans("Label").'</td><td><input name="label" class="minwidth100" maxlength="32" value="'.(GETPOST("label", 'alpha') ? GETPOST("label", 'alpha') : $ecmdir->label).'" autofocus></td></tr>'."\n";
|
||||
|
||||
print '<tr><td>'.$langs->trans("AddIn").'</td><td>';
|
||||
print $formecm->selectAllSections((GETPOST("catParent", 'alpha') ? GETPOST("catParent", 'alpha') : $ecmdir->fk_parent), 'catParent', $module);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user