summaryrefslogtreecommitdiff
path: root/actions/noticesearch.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-24 03:14:27 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-24 03:14:27 +0000
commit4980f654a8bfc7118a927993107a7de41d42863a (patch)
tree74a301cb42fcc0af0c301d905ff6f048775af4cc /actions/noticesearch.php
parent18eb40c98807e8c51e6a695e00a7ba03c004ac5f (diff)
Notice search markup and style
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r--actions/noticesearch.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php
index 970d7cf88..a0d723b12 100644
--- a/actions/noticesearch.php
+++ b/actions/noticesearch.php
@@ -193,9 +193,7 @@ class NoticesearchAction extends SearchAction
$this->elementEnd('a');
$this->elementEnd('dd');
$this->elementEnd('dl');
- $this->elementEnd('div');
- $this->elementStart('div', 'notice-options');
if ($notice->reply_to) {
$replyurl = common_local_url('shownotice',
array('notice' => $this->notice->reply_to));
@@ -208,6 +206,9 @@ class NoticesearchAction extends SearchAction
$this->elementEnd('dd');
$this->elementEnd('dl');
}
+ $this->elementEnd('div');
+
+ $this->elementStart('div', 'notice-options');
$reply_url = common_local_url('newnotice',
array('replyto' => $profile->nickname));