*** class.em_index.php.old 2008-05-13 19:45:46.000000000 -0500
--- class.em_index.php 2008-05-15 23:09:08.000000000 -0500
***************
*** 746,752 ****
}
if(count($extensions)) {
$lines[]='
|
';
! $lines[]=' '.$this->listOrderTitle($this->MOD_SETTINGS['listOrder'],$catName).' |
';
$lines[] = implode(chr(10),$extensions);
}
}
--- 746,752 ----
}
if(count($extensions)) {
$lines[]='
|
';
! $lines[]=' '.$this->listOrderTitle($this->MOD_SETTINGS['listOrder'],$catName).' |
';
$lines[] = implode(chr(10),$extensions);
}
}
***************
*** 2190,2196 ****
$eC=2;
}
if (!$this->fe_user['username']) {
! $content.= '
You have not configured a default username/password yet. Go to "Settings" if you want to do that.
';
}
}
$this->content.=$this->doc->section('Upload extension to repository',$content,0,1,$eC);
--- 2190,2196 ----
$eC=2;
}
if (!$this->fe_user['username']) {
! $content.= '
You have not configured a default username/password yet. Go to "Settings" if you want to do that.
';
}
}
$this->content.=$this->doc->section('Upload extension to repository',$content,0,1,$eC);
***************
*** 3009,3015 ****
* @return string
tag
*/
function removeButton() {
! return '
';
}
/**
--- 3009,3015 ----
* @return string
tag
*/
function removeButton() {
! return '
';
}
/**
***************
*** 3018,3024 ****
* @return string
tag
*/
function installButton() {
! return '
';
}
/**
--- 3018,3024 ----
* @return string
tag
*/
function installButton() {
! return '
';
}
/**