mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Issue #1974 - Media-Manager file-mode: Added Option to remove selected file. Fixes #1959 - allow for more than one media-category of a particular type during plugin installation. Issue #6 LAN fix on "Choose a file".
This commit is contained in:
@@ -1238,7 +1238,7 @@ class e_form
|
||||
}
|
||||
|
||||
|
||||
$default_label = ($default) ? $default : "Choose a file";
|
||||
$default_label = ($default) ? $default : LAN_CHOOSE_FILE;
|
||||
$label = "<span id='{$name_id}_prev' class='btn btn-default btn-small'>".basename($default_label)."</span>";
|
||||
|
||||
$sc_parameters['mode'] = 'main';
|
||||
|
Reference in New Issue
Block a user