better arrow

darcs-hash:20080709075045-84dde-c00a97cfed2eb1c560f3cc2581d29f29b2eb32b2.gz
This commit is contained in:
Evan Prodromou 2008-07-09 03:50:45 -04:00
parent 8c575041dc
commit 59866e0648
1 changed files with 8 additions and 7 deletions

View File

@ -94,13 +94,14 @@ class StreamAction extends Action {
_t(' in reply to...')); _t(' in reply to...'));
common_text(')'); common_text(')');
} }
common_element('a', common_element_start('a',
array('href' => common_local_url('newnotice', array('href' => common_local_url('newnotice',
array('replyto' => $profile->nickname)), array('replyto' => $profile->nickname)),
'onclick' => 'doreply("'.$profile->nickname.'"); return false', 'onclick' => 'doreply("'.$profile->nickname.'"); return false',
'title' => _t('reply'), 'title' => _t('reply'),
'class' => 'replybutton'), 'class' => 'replybutton'));
_t('↺')); common_raw('→');
common_element_end('a');
common_element_end('p'); common_element_end('p');
common_element_end('li'); common_element_end('li');
} }