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>
<script type="text/html" id="tmpl-list-widget"> <script type="text/html" id="tmpl-list-widget">
<tbody> <thead>
<tr> <tr>
<td class="control-group"> <th class="control-group">
<input type="text" value="" placeholder="<%=(placeholder) ? placeholder : ''%>"></td> <input type="text" value="" placeholder="<%=(placeholder) ? placeholder : ''%>"></th>
<td><button class="btn btn-small" type="button">Add</button></td> <th><button class="btn btn-small" type="button">Add</button></th>
</tr> </tr>
</tbody> </thead>
<tbody>
</tbody>
</script> </script>