Drop the v_ on the link.

This commit is contained in:
Mark Crane 2012-12-08 07:02:43 +00:00
parent 7a0761375c
commit 532c96d1f0
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ else {
echo " \n";
echo "</td>\n";
echo "<td valign='bottom' align='right'>\n";
echo " <input type='button' class='btn' name='' alt='greetings' onclick=\"window.location='".PROJECT_PATH."/app/voicemail_greetings/v_voicemail_greetings.php?id=".$value['user']."'\" value='".$text['button-greetings']."'>\n";
echo " <input type='button' class='btn' name='' alt='greetings' onclick=\"window.location='".PROJECT_PATH."/app/voicemail_greetings/voicemail_greetings.php?id=".$value['user']."'\" value='".$text['button-greetings']."'>\n";
echo " <input type='button' class='btn' name='' alt='settings' onclick=\"window.location='voicemail_msgs_password.php?id=".$value['extension_uuid']."'\" value='".$text['button-settings']."'>\n";
echo "</td>\n";
echo "</tr>\n";
@ -297,4 +297,4 @@ else {
require "includes/require.php";
require_once "includes/footer.php";
?>
?>