changed to table head for input control

pull/210/head
Justin Richer 2012-09-13 10:12:11 -04:00
parent d8221a2a35
commit fe3e890bb3
1 changed files with 7 additions and 5 deletions

View File

@ -242,11 +242,13 @@
</script>
<script type="text/html" id="tmpl-list-widget">
<tbody>
<thead>
<tr>
<td class="control-group">
<input type="text" value="" placeholder="<%=(placeholder) ? placeholder : ''%>"></td>
<td><button class="btn btn-small" type="button">Add</button></td>
<th class="control-group">
<input type="text" value="" placeholder="<%=(placeholder) ? placeholder : ''%>"></th>
<th><button class="btn btn-small" type="button">Add</button></th>
</tr>
</tbody>
</thead>
<tbody>
</tbody>
</script>