Merge pull request #141 from CatoTH/master

Private messages - tabindex
This commit is contained in:
Simon
2012-03-16 10:54:20 -07:00
4 changed files with 18 additions and 10 deletions

View File

@@ -154,7 +154,7 @@ function message_content(&$a) {
$preselect = (isset($a->argv[2])?array($a->argv[2]):false);
$select = contact_select('messageto','message-to-select', $preselect, 4, true);
$select = contact_select('messageto','message-to-select', $preselect, 4, true, false, false, 10);
$tpl = get_markup_template('prv_message.tpl');
$o .= replace_macros($tpl,array(
'$header' => t('Send Private Message'),