fix filer dialog
This commit is contained in:
parent
974f60d132
commit
cd5b9c10c4
|
@ -31,7 +31,7 @@ function filer_content(&$a) {
|
||||||
);
|
);
|
||||||
$includes = set_template_includes($a->theme['template_engine'], $includes);
|
$includes = set_template_includes($a->theme['template_engine'], $includes);
|
||||||
|
|
||||||
$o = replace_macros($tpl, array(
|
$o = replace_macros($tpl,$includes + array(
|
||||||
'$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')),
|
'$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')),
|
||||||
'$submit' => t('Save'),
|
'$submit' => t('Save'),
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue