[IMP] Search box

bzr revid: psa@tinyerp.com-20140307121007-oa5y7jgjtvcirphz
This commit is contained in:
Paramjit Singh Sahota 2014-03-07 17:40:07 +05:30
parent e2cab53a41
commit da0fad7958
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@
<h3 class="page-header mt0">
<t t-esc="day"/>
<small>23 talks</small>
<input type="text" class="pull-right" id="start_search"></input>
<div class="form-group col-md-3 pull-right">
<input type="text" class="form-control" placeholder="Search..." id="start_search"/>
</div>
</h3>
<table id="table_search" class="table table-bordered table-condensed">
<t t-set="td_width" t-value="100/len(room_list)+1"/>