mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Hide groups template on initialization (since it's getting disabled on et2_ready after nm resized) otherwise nm resize takes its raw height into account which breaks users list size
This commit is contained in:
parent
95cd470d0e
commit
a76dd729be
@ -88,7 +88,7 @@
|
|||||||
<template id="admin.index" template="" lang="" group="0" version="1.9.001">
|
<template id="admin.index" template="" lang="" group="0" version="1.9.001">
|
||||||
<tree autoloading="admin_ui::ajax_tree" id="tree" onclick="app.admin.run" parent_node="admin_tree_target" std_images="bullet"/>
|
<tree autoloading="admin_ui::ajax_tree" id="tree" onclick="app.admin.run" parent_node="admin_tree_target" std_images="bullet"/>
|
||||||
<nextmatch id="nm" template="admin.index.rows" header_left="admin.index.add"/>
|
<nextmatch id="nm" template="admin.index.rows" header_left="admin.index.add"/>
|
||||||
<nextmatch id="groups" template="admin.index.group"/>
|
<nextmatch id="groups" template="admin.index.group" class="hide"/>
|
||||||
<iframe frameborder="1" height="100%" id="iframe" scrolling="auto" width="100%" disabled="true"/>
|
<iframe frameborder="1" height="100%" id="iframe" scrolling="auto" width="100%" disabled="true"/>
|
||||||
<box id="ajax_target" height="99%" disabled="true"/>
|
<box id="ajax_target" height="99%" disabled="true"/>
|
||||||
</template>
|
</template>
|
||||||
|
@ -41,6 +41,10 @@ select {
|
|||||||
}
|
}
|
||||||
/*Hide element*/
|
/*Hide element*/
|
||||||
.hideme {display:none !important;}
|
.hideme {display:none !important;}
|
||||||
|
|
||||||
|
/*display none*/
|
||||||
|
.hide {dispaly:none;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* VBox widget
|
* VBox widget
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user