changed to table head for input control

pull/210/head
Justin Richer 12 years ago
parent d8221a2a35
commit fe3e890bb3

@ -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>
Loading…
Cancel
Save