changed to table head for input control
parent
d8221a2a35
commit
fe3e890bb3
|
@ -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>
|
Loading…
Reference in New Issue