Added CreatedOn class "align-middle" to RowClass
This commit is contained in:
		| @ -31,7 +31,7 @@ else | ||||
| 					</div> | ||||
| 				</div> | ||||
| 			</div> | ||||
| 			<Pager Items="@userroles"> | ||||
| 			<Pager Items="@userroles" RowClass="align-middle"> | ||||
| 				<Header> | ||||
| 				<th style="width: 1px;"> </th> | ||||
| 				<th style="width: 1px;"> </th> | ||||
| @ -40,7 +40,7 @@ else | ||||
| 				<th>@SharedLocalizer["Username"]</th> | ||||
| 				<th>@Localizer["LastLoginOn"]</th> | ||||
| 				<th>@Localizer["LastIPAddress"]</th> | ||||
| 				<th>@Localizer["IsAuthenticated"]</th> | ||||
| 				<th>@Localizer["CreatedOn"]</th> | ||||
| 				</Header> | ||||
| 				<Row> | ||||
| 					<td> | ||||
| @ -56,7 +56,7 @@ else | ||||
| 					<td>@context.User.Username</td> | ||||
| 					<td>@string.Format("{0:dd-MMM-yyyy HH:mm:ss}",context.User.LastLoginOn)</td> | ||||
|                     <td>@context.User.LastIPAddress</td> | ||||
|                     <td>@context.User.IsAuthenticated</td> | ||||
|                     <td>@string.Format("{0:dd-MMM-yyyy HH:mm:ss}",context.User.CreatedOn)</td> | ||||
|  | ||||
| 				</Row> | ||||
| 			</Pager> | ||||
|  | ||||
| @ -366,8 +366,8 @@ | ||||
|   <data name="Show" xml:space="preserve"> | ||||
|     <value>Show</value> | ||||
|   </data> | ||||
|   <data name="IsAuthenticated" xml:space="preserve"> | ||||
|     <value>Is Authenticated</value> | ||||
|   <data name="CreatedOn" xml:space="preserve"> | ||||
|     <value>Created On</value> | ||||
|   </data> | ||||
|   <data name="LastIPAddress" xml:space="preserve"> | ||||
|     <value>Last IP Address</value> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Leigh Pointer
					Leigh Pointer