diff --git a/templates/dashboard.html b/templates/dashboard.html index 70bcd4ab8..c9e1b96d7 100755 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -41,6 +41,22 @@ top: 25px; right: 15px; } + + .container-heading { + font-size: 18px; + font-weight: bold; + padding:10px; + } + + .oh-kanban-card__title { + display: block; + margin-bottom: 10px; + padding: 10px; + border:1px solid hsl(150deg 100% 15% / 52%); + border-radius: 18px; + margin-right:10px; + background-color:hsl(138.46deg 100% 74.19% / 33%); + }
@@ -656,7 +672,7 @@
-
+
+
+
-
- {% trans "On Leave" %} -
-
-
    -
    + {% trans "On Leave" %}
    +
    +
      +
      +
      + + + {% if perms.leave.view_leaverequest or request.user|is_reportingmanager%}
      +{% include "quick_access.html" %} +
      diff --git a/templates/quick_access.html b/templates/quick_access.html new file mode 100644 index 000000000..2a18541d0 --- /dev/null +++ b/templates/quick_access.html @@ -0,0 +1,325 @@ +{% load static %} +{% load i18n %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/sidebar.html b/templates/sidebar.html index 5f98bc4e1..668ace2ce 100755 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -82,6 +82,33 @@ {% trans "Dashboard" %} + +{% comment %} +
    • + +
      + Dashboard +
      + {% trans "Announcement" %} +
      +
    • + + {% endcomment %} {% if request.user|is_stagemanager or 'recruitment' in perms %}