place ajax loader icon over manual

This commit is contained in:
Cornelius Weiß 2006-09-28 05:01:01 +00:00
parent cb6bbd5ac5
commit f90337fae8

View File

@ -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>';
}
}
}