Merge branch 'ent-10518-nuevo-menu-metaconsola' into 'develop'
Draft: Ent 10518 nuevo menu metaconsola See merge request artica/pandorafms!5573
This commit is contained in:
commit
7c0259be78
|
@ -301,12 +301,11 @@ function dbmgr_extension_main()
|
|||
if (is_metaconsole() === true) {
|
||||
// This adds a option in the operation menu.
|
||||
extensions_add_meta_menu_option(
|
||||
'DB interface',
|
||||
__('DB interface'),
|
||||
'PM',
|
||||
'gextensions',
|
||||
'database.png',
|
||||
'v1r1',
|
||||
'gdbman'
|
||||
'v1r1'
|
||||
);
|
||||
|
||||
extensions_add_meta_function('dbmgr_extension_main');
|
||||
|
|
|
@ -647,6 +647,10 @@ select:-internal-list-box {
|
|||
width: 20%;
|
||||
}
|
||||
|
||||
.w21p {
|
||||
width: 21%;
|
||||
}
|
||||
|
||||
.w22p {
|
||||
width: 22%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue