Added fragment identifier to the "in context" URL which points to

the notice location in the Conversation page.
This commit is contained in:
Sarven Capadisli 2009-06-25 18:57:39 +00:00
parent 5cc5bae4a9
commit 0eb77e6753
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ class NoticeListItem extends Widget
$this->out->elementStart('dl', 'response');
$this->out->element('dt', null, _('To'));
$this->out->elementStart('dd');
$this->out->element('a', array('href' => $convurl),
$this->out->element('a', array('href' => $convurl.'#notice-'.$this->notice->id),
_('in context'));
$this->out->elementEnd('dd');
$this->out->elementEnd('dl');