edit interface, hard set edit.css style sheet

This commit is contained in:
Clemens Schwaighofer
2022-12-07 06:56:47 +09:00
parent 1e793c0d16
commit 3af6f6a8f0

View File

@@ -112,7 +112,7 @@ if (defined('LAYOUT')) {
}
// set table width
$table_width = '100%';
$ADMIN_STYLESHEET = 'edit.css';
// define all needed smarty stuff for the general HTML/page building
$HEADER['CSS'] = CSS;
$HEADER['DEFAULT_ENCODING'] = DEFAULT_ENCODING;