mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Set a class for common CSS
This commit is contained in:
parent
6577e30111
commit
41d34f84a2
@ -176,7 +176,7 @@ class etemplate_new extends etemplate_widget_template
|
|||||||
if (isset($GLOBALS['egw']->framework->response))
|
if (isset($GLOBALS['egw']->framework->response))
|
||||||
{
|
{
|
||||||
echo '
|
echo '
|
||||||
<div id="' . $this->name .'"></div>
|
<div id="' . $this->name .'" class="et2_container"></div>
|
||||||
<script>
|
<script>
|
||||||
// Wait for all files to be loaded & executed first
|
// Wait for all files to be loaded & executed first
|
||||||
egw.LAB.wait(function() {
|
egw.LAB.wait(function() {
|
||||||
@ -207,7 +207,7 @@ class etemplate_new extends etemplate_widget_template
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
echo '
|
echo '
|
||||||
<div id="container"></div>
|
<div id="container" class="et2_container"></div>
|
||||||
<script>
|
<script>
|
||||||
// Wait for all files to be loaded & executed first
|
// Wait for all files to be loaded & executed first
|
||||||
egw.LAB.wait(function() {
|
egw.LAB.wait(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user