Update the service add link.

This commit is contained in:
Mark Crane 2013-03-25 16:12:11 +00:00
parent 16dafaab81
commit c5bc219836
1 changed files with 1 additions and 1 deletions

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";