>> Improved message when no jobs postions available

>> set type of email field to email.

bzr revid: psa@tinyerp.com-20130816103429-500xqtttxx6w933q
This commit is contained in:
Paramjit Singh Sahota 2013-08-16 16:04:29 +05:30
parent e9ca0d2bb4
commit a452a8922a
1 changed files with 2 additions and 2 deletions

View 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>
@ -107,7 +107,7 @@
<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>