app->component('file-upload', array( 'maxSize' => 500000, 'url' => $this->url->to('CustomizerFileController', 'save', array('plugin' => 'customizer', 'custom_id' => 3)), 'labelDropzone' => t('Drag and drop your file here'), 'labelOr' => t('or'), 'labelChooseFiles' => t('choose file'), 'labelOversize' => t('The maximum allowed file size is %sB.', $this->text->bytes(500000)), 'labelSuccess' => t('File has been uploaded successfully.'), 'labelCloseSuccess' => t('Close this window'), 'labelUploadError' => t('Unable to upload this file.'), )) ?> modal->submitButtons(array( 'submitLabel' => t('Upload Login Logo'), 'disabled' => true, )) ?>