Browse Source

Update permission descriptions; add CSS styles

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius 4 years ago
parent
commit
1aca859270
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      bookstore/src/main/resources/templates/fragments/devusers.html

+ 6
- 2
bookstore/src/main/resources/templates/fragments/devusers.html View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<link type="text/css" rel="stylesheet" href="../../static/css/bookstore.css" />
<link type="text/css" rel="stylesheet" href="../../static/css/bootstrap.min.css" />
</head>
<body>
<th:block th:fragment="devusers">
<style>
@ -25,7 +29,7 @@
<tr>
<td>helpdesk</td>
<td>helpdesk</td>
<td>Book edits (no price edits)</td>
<td>Book edits (no price edits or publishing)</td>
</tr>
<tr>
<td>salesmanager</td>
@ -35,7 +39,7 @@
<tr>
<td>user</td>
<td>user</td>
<td>View books</td>
<td>View published books</td>
</tr>
</tbody>
</table>


Loading…
Cancel
Save