Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/dev:
  Added fragment identifier to the "in context" URL which points to
  Adds a scrollbar if the filename is too long for the attached file
This commit is contained in:
Zach Copley 2009-06-25 12:52:55 -07:00
commit 6262fdbe78
2 changed files with 2 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');

View File

@ -517,6 +517,7 @@ clear:both;
width:81.5%;
margin-bottom:0;
line-height:1.618;
overflow:auto;
}
/* entity_profile */