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> <!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org"> <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> <body>
<th:block th:fragment="devusers"> <th:block th:fragment="devusers">
<style> <style>
@ -25,7 +29,7 @@
<tr> <tr>
<td>helpdesk</td> <td>helpdesk</td>
<td>helpdesk</td> <td>helpdesk</td>
<td>Book edits (no price edits)</td>
<td>Book edits (no price edits or publishing)</td>
</tr> </tr>
<tr> <tr>
<td>salesmanager</td> <td>salesmanager</td>
@ -35,7 +39,7 @@
<tr> <tr>
<td>user</td> <td>user</td>
<td>user</td> <td>user</td>
<td>View books</td>
<td>View published books</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>


Loading…
Cancel
Save