From c18e14299e79135e6747df07f4aeb7e5855c0628 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 14 Aug 2020 21:51:26 +0100 Subject: [PATCH] :art: Version upgrades and UI improvements Signed-off-by: Luke Tainton --- app/includes/footer.php | 4 +- app/public/newexisting.php | 230 +++++++++++++++++++------------------ 2 files changed, 118 insertions(+), 116 deletions(-) diff --git a/app/includes/footer.php b/app/includes/footer.php index 63b70f7..4c47493 100644 --- a/app/includes/footer.php +++ b/app/includes/footer.php @@ -20,7 +20,7 @@ - - + + diff --git a/app/public/newexisting.php b/app/public/newexisting.php index 5120174..f16d17c 100644 --- a/app/public/newexisting.php +++ b/app/public/newexisting.php @@ -29,130 +29,132 @@
My Requests
- - -
-
-
    - No open tickets"); - } else { - foreach($open_requests as $tkt) { - ?> -
  • -
    -
    -
    - # - -

    -
    - -
    -
    -
  • - -
-
-
- -
-
    - No closed tickets"); + +
    + +
    +
      + No open tickets"); } else { - foreach($closed_requests as $tkt) { - ?> -
    • -
      -
      -
      - # -

      -
      - -
      -
      -
    • - -
    -
    -
    - -
    -
    -
    -
    - My Subscribed Requests + foreach($open_requests as $tkt) { + ?> +
  • +
    +
    +
    + # + +

    +
    + +
    +
    +
  • + +
- - -
-
-
    - No subscribed tickets"); + +
    +
      + No closed tickets"); } else { - foreach($open_subscriptions as $sub) { ?> -
    • -
      -
      -
      - # -

      -
      - -
      -
      -
    • - -
    -
    -
-
-
-
    - No subscribed tickets"); - } else { - foreach($closed_subscriptions as $sub) { ?> -
  • -
    -
    -
    - # -

    -
    -
    - " role="button">Go + foreach($closed_requests as $tkt) { + ?> +
  • +
    +
    +
    + # +

    +
    +
    -
- +
-
- - + + +
+
+
+
+ My Subscribed Requests +
+ +
+ +
+
    + No subscribed tickets"); + } else { + foreach($open_subscriptions as $sub) { ?> +
  • +
    +
    +
    + # +

    +
    + +
    +
    +
  • + +
+
+
+
    + No subscribed tickets"); + } else { + foreach($closed_subscriptions as $sub) { ?> +
  • +
    +
    +
    + # +

    +
    + +
    +
    +
  • + +
+
+
+
+ +