some plugins left over (#5369)
* tinymce is not used anymore, we can delete the cuson CSS file * mv the plugins_details template to addon_details * renamed template called from admin panel * some CSS classes that should be addon where still plugin * Insert a warning into the generated quattro CSS files
This commit is contained in:
parent
35ac3f32a0
commit
30cef1a739
13 changed files with 36 additions and 71 deletions
|
|
@ -1937,7 +1937,7 @@ function admin_page_addons(App $a)
|
|||
$func($a, $admin_form);
|
||||
}
|
||||
|
||||
$t = get_markup_template('admin/plugins_details.tpl');
|
||||
$t = get_markup_template('admin/addon_details.tpl');
|
||||
|
||||
return replace_macros($t, [
|
||||
'$title' => L10n::t('Administration'),
|
||||
|
|
@ -2208,7 +2208,7 @@ function admin_page_themes(App $a)
|
|||
$screenshot = null;
|
||||
}
|
||||
|
||||
$t = get_markup_template('admin/plugins_details.tpl');
|
||||
$t = get_markup_template('admin/addon_details.tpl');
|
||||
return replace_macros($t, [
|
||||
'$title' => L10n::t('Administration'),
|
||||
'$page' => L10n::t('Themes'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue