|
@@ -98,7 +98,7 @@ require_once "resources/paging.php";
|
|
|
echo th_order_by('user_phone_1', 'Phone', $order_by, $order);
|
|
|
echo "<td align='right' width='42'>\n";
|
|
|
if (permission_exists('contacts_add')) {
|
|
|
- echo " <a href='users_edit.php' alt='add'>$v_link_label_add</a>\n";
|
|
|
+ echo " <a href='user_edit.php' alt='add'>$v_link_label_add</a>\n";
|
|
|
}
|
|
|
echo "</td>\n";
|
|
|
echo "<tr>\n";
|
|
@@ -120,10 +120,10 @@ require_once "resources/paging.php";
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'>".$row['user_phone_1']." </td>\n";
|
|
|
echo " <td valign='top' align='right'>\n";
|
|
|
if (permission_exists('contacts_edit')) {
|
|
|
- echo " <a href='users_edit.php?id=".$row['user_uuid']."' alt='edit'>$v_link_label_edit</a>\n";
|
|
|
+ echo " <a href='user_edit.php?id=".$row['user_uuid']."' alt='edit'>$v_link_label_edit</a>\n";
|
|
|
}
|
|
|
- if (permission_exists('contacts_delete')) {
|
|
|
- echo " <a href='users_delete.php?id=".$row['user_uuid']."' alt='delete' onclick=\"return confirm('Do you really want to delete this?')\">$v_link_label_delete</a>\n";
|
|
|
+ if (permission_exists('contact_delete')) {
|
|
|
+ echo " <a href='user_delete.php?id=".$row['user_uuid']."' alt='delete' onclick=\"return confirm('Do you really want to delete this?')\">$v_link_label_delete</a>\n";
|
|
|
}
|
|
|
echo " </td>\n";
|
|
|
echo "</tr>\n";
|
|
@@ -140,7 +140,7 @@ require_once "resources/paging.php";
|
|
|
echo " <td width='33.3%' align='center' nowrap>$paging_controls</td>\n";
|
|
|
echo " <td width='33.3%' align='right'>\n";
|
|
|
if (permission_exists('contacts_add')) {
|
|
|
- echo " <a href='users_edit.php' alt='add'>$v_link_label_add</a>\n";
|
|
|
+ echo " <a href='user_edit.php' alt='add'>$v_link_label_add</a>\n";
|
|
|
}
|
|
|
echo " </td>\n";
|
|
|
echo " </tr>\n";
|