LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/longtext.html

18 lines
509 B

<div class="panel panel-default llcontainer">
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<div class="panel-body">
<div class="input-group maxw">
<label class="input-group-addon" for="longtextinput" trspan="value"></label>
<textarea id="longtextinput" rows="5" class="form-control" ng-model="currentNode.data"></textarea>
</div>
</div>
</div>
<script type="text/menu">
[{
"title": "cancel",
"icon": "remove"
}]
</script>