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

18 lines
427 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>
2016-03-22 22:48:16 +01:00
<table class="table table-striped">
2015-07-13 18:03:42 +02:00
<tr>
<th><span trspan="value"></span></th>
2015-07-13 18:03:42 +02:00
<td><input id="textinput" class="form-control" ng-model="currentNode.data"/></td>
</tr>
</table>
</div>
2016-02-16 07:21:40 +01:00
<script type="text/menu">
[{
2015-07-13 18:03:42 +02:00
"title": "cancel",
"icon": "remove"
2016-02-16 07:21:40 +01:00
}]
</script>