mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Add option to view module config screen in admin layout
모듈 설정 화면을 관리자 레이아웃으로 보는 기능을 옵션으로 만들어 복원함 최근 수정된 관리자 레이아웃 디자인을 여기에도 적용
This commit is contained in:
parent
deae9357fa
commit
6f447df66c
8 changed files with 38 additions and 8 deletions
|
|
@ -144,6 +144,11 @@ $lang->msg_invalid_timezone = 'The selected time zone is not usable on this serv
|
|||
$lang->use_db_session = 'Store Session in DB';
|
||||
$lang->about_db_session = 'Store PHP sessions in the database. This setting must be turned on if you want to see current users or get detailed statistics.<br>Unnecessary use may decrease server performance.';
|
||||
$lang->qmail_compatibility = 'Enable Qmail';
|
||||
$lang->manager_layout = 'Module Setting Screen';
|
||||
$lang->cmd_manager_layout_module = 'Use module layout';
|
||||
$lang->cmd_manager_layout_admin = 'Use admin layout';
|
||||
$lang->view_in_manager_layout = 'View in admin screen';
|
||||
$lang->about_manager_layout = 'Force module setting screen to use the admin layout instead of the module\'s own layout.';
|
||||
$lang->minify_scripts = 'Minify scripts';
|
||||
$lang->cmd_minify_all = 'All files';
|
||||
$lang->cmd_minify_common = 'Common files only';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue