Update the service add link.

This commit is contained in:
Mark Crane
2013-03-25 16:12:11 +00:00
parent 37b2cceecb
commit 18862e29bd

View File

@@ -142,7 +142,7 @@ if (strlen($_GET["a"]) > 0) {
echo "<th>Action</th>\n";
echo "<td align='right' width='42'>\n";
if (permission_exists('services_add')) {
echo " <a href='services_edit.php' alt='add'>$v_link_label_add</a>\n";
echo " <a href='service_edit.php' alt='add'>$v_link_label_add</a>\n";
}
echo "</td>\n";
echo "<tr>\n";