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