lemonldap-ng/lemonldap-ng-manager/site/static/forms/int.html
2015-07-24 13:34:29 +00:00

18 lines
425 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<table class="table">
<tr>
<th trspan="value" />
<td><input id="intinput" type="number" class="form-control" ng-model="currentNode.data"/></td>
</tr>
</table>
</div>
<script type="text/javascript">
buttons=[{
"title": "cancel",
"icon": "remove"
}];
</script>