Adapt simpleInputContainer form (#820)

This commit is contained in:
Clément Oudot 2015-07-13 16:03:43 +00:00
parent e1a3cd83a8
commit a99a1521c1

View File

@ -2,8 +2,7 @@
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<div class="panel-body">
<table class="table">
<table class="table table-striped">
<tbody>
<tr ng-repeat="n in currentNode.nodes">
<th>{{translateTitle(n)}}</th>
@ -83,7 +82,6 @@
</tr>
</tbody>
</table>
</div>
<script type="text/javascript">
buttons=[
];