lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/int.html

18 lines
410 B
HTML
Raw Normal View History

<div class="panel panel-default">
2015-07-09 17:38:35 +02:00
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
2015-07-24 15:34:29 +02:00
<table class="table">
<tr>
<th trspan="value" />
<td><input id="intinput" type="number" class="form-control" ng-model="currentNode.data"/></td>
</tr>
</table>
</div>
2016-02-16 07:21:40 +01:00
<script type="text/menu">
[{
"title": "cancel",
"icon": "remove"
2016-02-16 07:21:40 +01:00
}]
</script>