mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Work on Media-Manager
This commit is contained in:
@@ -820,7 +820,7 @@ $columnInfo = array(
|
||||
$text .= " </select>";
|
||||
*/
|
||||
|
||||
$text .= $frm->imagepicker('download_image', $download_image,'','download');
|
||||
$text .= $frm->imagepicker('download_image', $download_image,'','download_image');
|
||||
|
||||
if ($subAction == "dlm" && $download_image)
|
||||
{
|
||||
@@ -844,7 +844,7 @@ $columnInfo = array(
|
||||
$text .= " </select>";
|
||||
*/
|
||||
|
||||
$text .= $frm->imagepicker('download_thumb', $download_thumb,'','downloadthumb');
|
||||
$text .= $frm->imagepicker('download_thumb', $download_thumb,'','download_thumb');
|
||||
|
||||
|
||||
$text .= "
|
||||
|
Reference in New Issue
Block a user