From 1f4a35fc89fdde8b0896da0a78ddbd3136e28a58 Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Sun, 21 Dec 2014 06:18:18 +0000 Subject: [PATCH] HTML5 input tags for destination_edit --- app/destinations/destination_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 481bf7fa69..652ec2ec13 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -550,7 +550,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-destination_number'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-destination_number']."\n"; echo "\n"; @@ -573,7 +573,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-destination_caller_id_number'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-destination_caller_id_number']."\n"; echo "\n"; @@ -781,4 +781,4 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>