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:
Hadi Nategh 2019-08-06 10:45:36 +02:00
parent 95cd470d0e
commit a76dd729be
2 changed files with 5 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<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"/>
<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"/>
<box id="ajax_target" height="99%" disabled="true"/>
</template>

View File

@ -41,6 +41,10 @@ select {
}
/*Hide element*/
.hideme {display:none !important;}
/*display none*/
.hide {dispaly:none;}
/**
* VBox widget
*/