view user laf modified

This commit is contained in:
Nayan Ambali 2013-08-19 16:39:23 +05:30
parent b9dcbec27c
commit 34a2417ade

View File

@ -8,10 +8,11 @@
</div>
</div>
<div class="row paddedleft" ng-controller="ViewUserController">
<hr/>
<h3>{{user.firstname}}&nbsp;{{user.lastname}}</h3>
<table width="100%">
<tr>
<td><h3>{{user.username}}</h3></td>
<td width="20%">Login Name:</td>
<td width="80%">{{user.username}}</td>
</tr>
<tr>
<td>First name:</td>
@ -30,7 +31,7 @@
<td>{{user.officeName}}</td>
</tr>
<tr>
<td valign="top">Selected roles:</td>
<td valign="top">Roles:</td>
<td>
<table>
<tr ng-repeat="role in user.selectedRoles">