>> Improved message when no jobs postions available
authorParamjit Singh Sahota <psa@tinyerp.com>
Fri, 16 Aug 2013 10:34:29 +0000 (16:04 +0530)
committerParamjit Singh Sahota <psa@tinyerp.com>
Fri, 16 Aug 2013 10:34:29 +0000 (16:04 +0530)
>> set type of email field to email.

bzr revid: psa@tinyerp.com-20130816103429-500xqtttxx6w933q

addons/website_hr_recruitment/views/website_hr_recruitment.xml

index ee2a5aa..6c94d93 100644 (file)
@@ -62,7 +62,7 @@
                         </t>
                     </t>
                     <t t-if="no_of_jobs &lt; 1">
-                        <h3>"Thank you for your interest, but right now there is no job openings available in our company. Please check back after some time."</h3>
+                        <h3>"Thank you for your interest, but right now there is no job openings available in our company."</h3>
                     </t>
                 </div>
             </t>
                                 <input type="text" class="input-xlarge" id="nametxt" name="partner_name" required="true" placeholder="Name..."/>
                             </div>
                             <div class="control-group">
-                                <input type="text" class="input-xlarge" id="emailtxt" name="email_from" required="true" placeholder="Email..."/>
+                                <input type="email" class="input-xlarge" id="emailtxt" name="email_from" required="true" placeholder="Email..."/>
                             </div>
                             <div class="control-group">
                                 <textarea class="span8" style="margin-top:5px; height: 140px;" name="description" placeholder="Enter your comment..."> </textarea>