|
|
|
@ -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>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
</tbody>
|
|
|
|
|
</script>
|