Explorar el Código

Synch with abook page; helps keep toggle-all checkbox separate from checkboxes below

pdontthink hace 17 años
padre
commit
197360f4f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/default/message_list.tpl

+ 1 - 1
templates/default/message_list.tpl

@@ -197,7 +197,7 @@ if ($pageOffset < $end_msg) {
                   echo '<input type="checkbox" name="toggleAll" id="toggleAll" title="'
                      . _("Toggle All") . '" onclick="toggle_all(\''
                      . $form_name . '\', \'msg\', ' . $fancy_index_highlite
-                     . ')" ' . $checked . '/>' . "\n";
+                     . '); return false;" ' . $checked . '/>' . "\n";
               } else {
                   $link = $baseurl 
                         . "&amp;startMessage=$pageOffset&amp;checkall="