[IMP]IMproved formatting and some changes in apply job form.

bzr revid: bth@tinyerp.com-20131001053144-5wx3ta0v2rzfxzz7
This commit is contained in:
bth-openerp 2013-10-01 11:01:44 +05:30
parent 63d90f9ce9
commit c1c0a95cb3
1 changed files with 47 additions and 47 deletions

View File

@ -119,7 +119,7 @@
<t t-set="title">Apply Job</t>
<div id="wrap">
<div class="container">
<h1>Apply</h1>
<h1 class="text-center">Apply for <span t-field="job.name"></span></h1>
<div class="row">
<section id="forms">
<form class="form-horizontal mt32" action="/job/success" method="post" enctype="multipart/form-data">
@ -139,20 +139,20 @@
</div>
</div>
<div class="form-group">
<label class="col-md-3 col-sm-4 control-label" for="description">Description</label>
<label class="col-md-3 col-sm-4 control-label" for="description">Cover Note</label>
<div class="col-md-7 col-sm-8">
<textarea class="form-control" name="description" style="min-height: 120px"/>
</div>
</div>
<div class="form-group">
<label class="col-md-3 col-sm-4 control-label" for="ufile">Upload File</label>
<label class="col-md-3 col-sm-4 control-label" for="ufile">Resume</label>
<div class="col-md-7 col-sm-8">
<input class="input-file" id="fileInput" type="file" name="ufile" required="true"/>
</div>
</div>
<div class="form-group">
<div class="col-md-offset-3 col-sm-offset-4 col-sm-8 col-md-7">
<button type="submit" class="btn btn-primary">Save</button>
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>