lemonldap-ng/lemonldap-ng-manager/site/htdocs/static/forms/password.html
2017-02-22 21:48:52 +00:00

23 lines
695 B
HTML

<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
</div>
<table class="table table striped">
<tr>
<th><span trspan="value"></span></th>
<td>
<div class="input-group">
<input type="{{formtype||'password'}}" id="pwdinput" class="form-control" ng-model="currentNode.data"/>
<span id="showp" class="input-group-addon link" ng-click="formtype=(formtype==='text'?'password':'text')">{{translate(formtype==='text'?'hide':'show')}}</span>
</div>
</td>
</tr>
</table>
</div>
<script type="text/menu">
[{
"title": "cancel",
"icon": "remove"
}]
</script>