|
@@ -66,17 +66,15 @@ require_once "resources/paging.php";
|
|
|
echo " <span class='title'><strong>".$text['header-contacts']."</strong></span><br>\n";
|
|
|
echo " ".$text['description-contacts']."<br /><br />\n";
|
|
|
echo " </td>\n";
|
|
|
- echo " <form method=\"GET\" name=\"frm_search\" action=\"\">\n";
|
|
|
echo " <td align=\"right\" valign=\"middle\">\n";
|
|
|
+ echo " <form method=\"GET\" name=\"frm_search\" action=\"\">\n";
|
|
|
echo " <input class=\"formfld\" type=\"text\" name=\"search_all\" value=\"$search_all\">\n";
|
|
|
echo " <input class=\"btn\" type=\"submit\" name=\"submit\" value=\"".$text['button-search']."\">\n";
|
|
|
- echo " </td>\n";
|
|
|
- echo " </form>\n";
|
|
|
if (permission_exists('contact_add')) {
|
|
|
- echo " <td align=\"right\" valign=\"middle\" width=\"50px\">\n";
|
|
|
- echo " <input type='button' class='btn' name='' alt='back' onclick=\"window.location='contact_import.php'\" value='".$text['button-import']."'>\n";
|
|
|
- echo " </td>\n";
|
|
|
+ echo "<input type='button' class='btn' name='' alt='back' onclick=\"window.location='contact_import.php'\" value='".$text['button-import']."'>";
|
|
|
}
|
|
|
+ echo " </form>\n";
|
|
|
+ echo " </td>\n";
|
|
|
echo " </tr>\n";
|
|
|
echo "</table>\n";
|
|
|
|
|
@@ -198,8 +196,8 @@ require_once "resources/paging.php";
|
|
|
//echo th_order_by('contact_url', $text['label-contact_url'], $order_by, $order);
|
|
|
//echo th_order_by('contact_time_zone', $text['label-contact_time_zone'], $order_by, $order);
|
|
|
//echo th_order_by('contact_note', $text['label-contact_note'], $order_by, $order);
|
|
|
- echo "<td align='right' width='42'>\n";
|
|
|
- echo " <a href='contact_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>\n";
|
|
|
+ echo "<td class='list_control_icons'>";
|
|
|
+ echo "<a href='contact_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>";
|
|
|
echo "</td>\n";
|
|
|
echo "<tr>\n";
|
|
|
|
|
@@ -218,9 +216,9 @@ require_once "resources/paging.php";
|
|
|
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['contact_url']." </td>\n";
|
|
|
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['contact_time_zone']." </td>\n";
|
|
|
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['contact_note']." </td>\n";
|
|
|
- echo " <td valign='top' align='right'>\n";
|
|
|
- echo " <a href='contact_edit.php?id=".$row['contact_uuid']."&query_string=".urlencode($_SERVER["QUERY_STRING"])."' alt='".$text['button-edit']."'>$v_link_label_edit</a>\n";
|
|
|
- echo " <a href='contact_delete.php?id=".$row['contact_uuid']."' alt='".$text['button-delete']."' onclick=\"return confirm('".$text['confirm-delete']."')\">$v_link_label_delete</a>\n";
|
|
|
+ echo " <td class='list_control_icons'>";
|
|
|
+ echo "<a href='contact_edit.php?id=".$row['contact_uuid']."&query_string=".urlencode($_SERVER["QUERY_STRING"])."' alt='".$text['button-edit']."'>$v_link_label_edit</a>";
|
|
|
+ echo "<a href='contact_delete.php?id=".$row['contact_uuid']."' alt='".$text['button-delete']."' onclick=\"return confirm('".$text['confirm-delete']."')\">$v_link_label_delete</a>";
|
|
|
echo " </td>\n";
|
|
|
echo "</tr>\n";
|
|
|
if ($c==0) { $c=1; } else { $c=0; }
|
|
@@ -234,8 +232,8 @@ require_once "resources/paging.php";
|
|
|
echo " <tr>\n";
|
|
|
echo " <td width='33.3%' nowrap> </td>\n";
|
|
|
echo " <td width='33.3%' align='center' nowrap>$paging_controls</td>\n";
|
|
|
- echo " <td width='33.3%' align='right'>\n";
|
|
|
- echo " <a href='contact_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>\n";
|
|
|
+ echo " <td class='list_control_icons'>";
|
|
|
+ echo "<a href='contact_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>";
|
|
|
echo " </td>\n";
|
|
|
echo " </tr>\n";
|
|
|
echo " </table>\n";
|