lemonldap-ng/lemonldap-ng-manager/site/static/forms/password.html
2016-01-13 09:59:00 +00:00

23 lines
637 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"/></th>
<td>
<div class="input-group">
<input type="password" id="pwdinput" class="form-control" ng-model="currentNode.data"/>
<span id="showp" class="input-group-addon link" trspan="show" onclick="$('#pwdinput').attr('type','text')"/>
</div>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
buttons=[{
"title": "cancel",
"icon": "remove"
}];
</script>