tabs, not spaces
This commit is contained in:
parent
86406c6cfe
commit
abac11d8c4
|
@ -21,7 +21,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
//require_once('../../config/config.php');
|
||||
require_once('../lib/base.php');
|
||||
require_once( 'template.php' );
|
||||
|
@ -83,7 +82,8 @@ $url=OC_HELPER::linkTo( 'log', 'index.php' ).'?page=';
|
|||
$pager=OC_UTIL::getPageNavi($pageCount,$page,$url);
|
||||
if($pager){
|
||||
$pagerHTML=$pager->fetchPage();
|
||||
}else{
|
||||
}
|
||||
else{
|
||||
$pagerHTML='';
|
||||
}
|
||||
|
||||
|
@ -91,7 +91,8 @@ $showActions=array();
|
|||
foreach($allActions as $action){
|
||||
if(array_search($action,$selectedActions)!==false){
|
||||
$showActions[$action]='checked="checked"';
|
||||
}else{
|
||||
}
|
||||
else{
|
||||
$showActions[$action]='';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue