*** empty log message ***

This commit is contained in:
sebastian 2005-04-28 16:41:13 +00:00
parent 95deecc9a4
commit bf52970576
3 changed files with 7 additions and 4 deletions

View file

@ -13,6 +13,6 @@
<embed src="img/preloader.swf" quality="high" bgcolor="#ffffff" width="50" height="50" name="preloader" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
-->
<img src="img/progress.gif" height="100px">
<img src="img/ls_logo_animated.gif">
</center>
</td></tr></table>

View file

@ -49,7 +49,7 @@
Pwidth = window.innerWidth;
Pheight = window.innerHeight;
}
url = url + '&is_popup=1';
screenX = (Xpos + Pwidth/2 - width/2);
screenY = (Ypos + Pheight/2 - height/2);
@ -61,8 +61,8 @@
function hpopup(url, name)
{
var width = 50;
var height = 50;
var width = 160;
var height = 120;
var screenX;
var screenY;
var Xpos;

View file

@ -124,6 +124,9 @@ class uiScratchPad
function reOrder($by)
{
if (count($this->items) == 0)
return FALSE;
foreach ($this->items as $key=>$val) {
$s[$key] = $val[$by];
}