Carry event object for click events into called JS code
[squirrelmail.git] / templates / default / addressbook_list.tpl
index bf271914736033d79b4a5497ff49be84eff86440..9b2b8b1dc953869707a6eeb51b744e24c582b1c1 100644 (file)
@@ -100,7 +100,7 @@ $colspan = $abook_has_extra_field ? 6 : 5;
         echo '<tr><td class="abookEmpty" colspan="'.$colspan.'">'._("Address book is empty").'</td></tr>'."\n";
     }
     foreach ($source['Addresses'] as $contact) {
-        $id = $contact['NickName'] . $current_backend;
+        $id = $contact['NickName'] .'_'. $current_backend;
         ?>
  <tr class=<?php echo '"'.($count%2 ? 'even' : 'odd').'"'; ?>>
   <td class="abookField" style="width:1%"><?php echo ($source['BackendWritable'] ? '<input type="checkbox" name="sel[]" value="'.$id.'" id="'.$id.'" />' : ''); ?></td>