*** empty log message ***
This commit is contained in:
parent
95deecc9a4
commit
bf52970576
3 changed files with 7 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue