From 4f03fd37fb13c3ec8cccf3f9587c9ef4594dee9d Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Fri, 1 Aug 2014 11:23:56 -0400 Subject: [PATCH] Form modal HTML validation. --- themes/bootstrap3/templates/feedback/form.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bootstrap3/templates/feedback/form.phtml b/themes/bootstrap3/templates/feedback/form.phtml index 56b3146b38f..94f96a21bec 100644 --- a/themes/bootstrap3/templates/feedback/form.phtml +++ b/themes/bootstrap3/templates/feedback/form.phtml @@ -1,9 +1,9 @@ -<div id="contact_form" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modalTitle" aria-hidden="true"> +<div id="contact_form" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="formModalTitle" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> - <h3 id="modalTitle" class="modal-title"><?=$this->transEsc("Send us your feedback!")?></h3> + <h3 id="formModalTitle" class="modal-title"><?=$this->transEsc("Send us your feedback!")?></h3> </div> <div class="modal-body"> <form class="form-horizontal" method="post" action="<?=$this->url('feedback-email')?>"> -- GitLab