X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Fmessage_list.tpl;h=ce79d63592fcf11c2c8ead45be31c31a63784ed0;hp=712ab353cfda96e537c0fba76c7f579f132e2d43;hb=e6e2e7fdc56c2d046236ba91c3e359102d857841;hpb=69a023cff70c943d30c800d301204c82a99b9bba;ds=sidebyside diff --git a/templates/default/message_list.tpl b/templates/default/message_list.tpl index 712ab353..ce79d635 100644 --- a/templates/default/message_list.tpl +++ b/templates/default/message_list.tpl @@ -19,7 +19,7 @@ * $header_sent * $body_tag_js * $shortBoxName - * $sm_attribute_str + * $provider_link * $frame_top * $urlMailbox * $startMessage @@ -49,7 +49,8 @@ * $trash_folder * $sent_folder * $draft_folder - * $thread_link_str + * $thread_link_uri + * $thread_name * $php_self * $mailbox * $enablesort @@ -131,7 +132,8 @@ $clickedColor = (empty($color[16])) ? $color[2] : $color[16]; * $this is the Template class object. */ $paginator_str = $this->fetch('paginator.tpl'); - echo $paginator_str . $thread_link_str ."\n"; ?> + echo $paginator_str . '[' . $thread_name . ']'; ?> @@ -254,29 +256,31 @@ $clickedColor = (empty($color[16])) ? $color[2] : $color[16]; $aMsg) { + echo $sLine; + /** * Display message header row in messages list * @@ -333,7 +337,7 @@ $clickedColor = (empty($color[16])) ? $color[2] : $color[16]; // this stuff does the auto row highlighting on mouseover // if ($javascript_on && $fancy_index_highlite) { - $row_extra .= ' onmouseover="rowOver(\''.$form_id . '_msg' . $i.'\');" onmouseout="setPointer(this, ' . $i . ', \'out\', \'' . $class . '\', \'mouse_over\', \'clicked\');" onmousedown="setPointer(this, ' . $i . ', \'click\', \'' . $class . '\', \'mouse_over\', \'clicked\');"'; + $row_extra = ' onmouseover="rowOver(\''.$form_id . '_msg' . $i.'\');" onmouseout="setPointer(this, ' . $i . ', \'out\', \'' . $class . '\', \'mouse_over\', \'clicked\');" onmousedown="setPointer(this, ' . $i . ', \'click\', \'' . $class . '\', \'mouse_over\', \'clicked\');"'; } // this does the auto-checking of the checkbox no matter // where on the row you click @@ -395,7 +399,6 @@ if ($class != 'even' && $class != 'odd') $link = (isset($aCol['link'])) ? $aCol['link'] : ''; $link_extra = (isset($aCol['link_extra'])) ? $aCol['link_extra'] : ''; $onclick = (isset($aCol['onclick'])) ? $aCol['onclick'] : ''; - $link = (isset($aCol['link'])) ? $aCol['link'] : ''; $value = (isset($aCol['value'])) ? $aCol['value'] : ''; $target = (isset($aCol['target'])) ? $aCol['target'] : ''; if ($iCol !== SQM_COL_CHECK) { @@ -411,7 +414,7 @@ if ($class != 'even' && $class != 'odd') '; - $checked = ($checkall) ? " checked=checked " : " "; + $checked = ($checkall) ? ' checked=checked ' : ''; echo ""; } break; @@ -431,8 +434,8 @@ if ($class != 'even' && $class != 'odd') 'parentNode.parentNode, ' . $i . ', \'click\', \''. $class. '\', \'mouse_over\', \'' . $clickedColor .'\');"'; } - $sText .= ">"; - $sText .= $value . ''; + $sText .= ">" + . $value . ''; if ($align['left'] == 'right') { $sText .= str_repeat('  ',$indent); } @@ -440,14 +443,14 @@ if ($class != 'even' && $class != 'odd') break; case SQM_COL_SIZE: case SQM_COL_FLAGS: - $sText = " "; - $sText .= "$value\n"; + $sText = " " + . "$value\n"; echo $sText; break; case SQM_COL_INT_DATE: case SQM_COL_DATE: - $sText = " "; - $sText .= $value. "\n"; + $sText = " " + . $value. "\n"; echo $sText; break; default: @@ -467,9 +470,8 @@ if ($class != 'even' && $class != 'odd') break; } } -?> - -'; $sLine = "\n"; ++$i; @@ -494,7 +496,15 @@ if ($class != 'even' && $class != 'odd') - +
@@ -504,10 +514,14 @@ if ($class != 'even' && $class != 'odd') - - + + + + +

© 1999-2007 The SquirrelMail Project Team - About SquirrelMail

+