From 970a2d4f1ef03f696a5b321bf0d7034d9e8cfe3f Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 10 Jul 2010 03:26:21 -0700 Subject: [PATCH] ... --- boot.php | 2 +- mod/directory.php | 2 +- view/style.css | 17 +++++++++++++---- wip/todo | 4 +--- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/boot.php b/boot.php index 6607c737eb..9dce8689e5 100644 --- a/boot.php +++ b/boot.php @@ -399,7 +399,7 @@ function paginate(&$a) { } for($i = $numstart; $i <= $numstop; $i++){ - if($i == $pagenum) + if($i == $a->pager['page']) $o .= ''.(($i < 10) ? ' '.$i : $i); else $o .= "".(($i < 10) ? ' '.$i : $i).""; diff --git a/mod/directory.php b/mod/directory.php index 2dd4b15d98..4499f0414f 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -4,7 +4,7 @@ function directory_init(&$a) { } function directory_content(&$a) { -dbg(2); + $search = ((x($_GET,'search')) ? notags(trim($_GET['search'])) : ''); $tpl .= file_get_contents('view/directory_header.tpl'); diff --git a/view/style.css b/view/style.css index 3105c5f777..df5bde32fa 100644 --- a/view/style.css +++ b/view/style.css @@ -513,12 +513,21 @@ input#dfrn-url { .pager_prev, .pager_next, .pager_n { - border: 1px solid black; - background: #EEE; - padding: 4px; + border: 1px solid black; + background: #EEE; + padding: 4px; } + +.pager_first a, +.pager_last a, +.pager_prev a, +.pager_next a, +.pager_n a { + text-decoration: none; +} + .pager_current { border: 1px solid black; - background: #E33; + background: #FFCCCC; padding: 4px; } diff --git a/wip/todo b/wip/todo index e32f693973..e78569d0ba 100644 --- a/wip/todo +++ b/wip/todo @@ -17,8 +17,6 @@ contact editor reputation -directory page pager - profile advanced details submit, display publish to external directory @@ -30,7 +28,7 @@ groups permissions -pager +pager - items and photos comment fetch