From 76a821d43951330f0324ac5f1f6cde618367b650 Mon Sep 17 00:00:00 2001 From: thchazot1 Date: Thu, 22 Dec 2022 23:34:33 +0100 Subject: [PATCH] wesh --- Style/seeListStyle.css | 8 +++++++- Vues/seeList.php | 44 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/Style/seeListStyle.css b/Style/seeListStyle.css index a3ec539..962d5b4 100644 --- a/Style/seeListStyle.css +++ b/Style/seeListStyle.css @@ -131,7 +131,7 @@ h2 { box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1); } .col-1 { - flex-basis: 20%; + flex-basis: 15%; } .col-2 { flex-basis: 50%; @@ -142,6 +142,12 @@ h2 { .col-4 { flex-basis: 10%; } + .col-5 { + flex-basis: 5%; + } + .col-6 { + flex-basis: 100%; + } @media all and (max-width: 767px) { .table-header { diff --git a/Vues/seeList.php b/Vues/seeList.php index 0f2131a..014de47 100644 --- a/Vues/seeList.php +++ b/Vues/seeList.php @@ -4,6 +4,7 @@ Ajouter une Liste + @@ -36,13 +37,46 @@ if (isset($dataView)): ?> +
+ +
    +
  • +
    List name
    +
    Private
    +
    Delete
    + +
  • +
  • +
    getName()) ?>
    + + getCreator()!=null){ + if ($dataView[0]->getPrivate()){ + ?> + + + + + + +
  • +
+
  • Task name
    Task content
    Completed
    Modify
    +
    Delete
    +
  • + + +
  • + + +
  • +
+ +
+