mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
place ajax loader icon over manual
This commit is contained in:
parent
cb6bbd5ac5
commit
f90337fae8
@ -240,6 +240,8 @@
|
||||
$manual =& new etemplate('etemplate.popup.manual');
|
||||
echo $manual->show(array());
|
||||
unset($manual);
|
||||
echo '<style type="text/css">#ajax-loader { position: absolute; right: 27px; top: 24px; display: none; }</style>'."\n";
|
||||
echo '<div id="ajax-loader">'.$this->html->image('phpgwapi','ajax-loader') . '</div>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user