From 4aff9d6e7348a60c533b4408205682490d90dabb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 20 Jun 2015 18:22:33 +0200 Subject: [PATCH] Some more stuff done. Layout mostly. --- resources/twig/layout/default.twig | 13 +---- resources/twig/partials/control-bar.twig | 59 +++++++++++++++++++++-- resources/twig/partials/menu-sidebar.twig | 50 ++++++++++++++----- resources/twig/transactions/create.twig | 6 +-- 4 files changed, 95 insertions(+), 33 deletions(-) diff --git a/resources/twig/layout/default.twig b/resources/twig/layout/default.twig index ae5ebe1579..60ea988fe3 100644 --- a/resources/twig/layout/default.twig +++ b/resources/twig/layout/default.twig @@ -66,20 +66,9 @@
  • diff --git a/resources/twig/partials/control-bar.twig b/resources/twig/partials/control-bar.twig index 1da645734d..a0cb6c411d 100644 --- a/resources/twig/partials/control-bar.twig +++ b/resources/twig/partials/control-bar.twig @@ -5,7 +5,7 @@
    -

    Create new something.

    +

    Create new stuff

  • -
  • -

    - Create new something -

    + +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + +
  • + diff --git a/resources/twig/partials/menu-sidebar.twig b/resources/twig/partials/menu-sidebar.twig index ef11909dbe..ce0541b58a 100644 --- a/resources/twig/partials/menu-sidebar.twig +++ b/resources/twig/partials/menu-sidebar.twig @@ -52,12 +52,15 @@ +
  • {{ 'reports'|_ }}
  • + +
  • @@ -82,6 +85,7 @@
  • +
  • @@ -98,22 +102,42 @@ {{ 'bills'|_ }}
  • - - -
  • + + + {{ 'options'|_ }} + + + + + +
  • - - -
  • + + + {{ 'logout'|_ }} +
  • diff --git a/resources/twig/transactions/create.twig b/resources/twig/transactions/create.twig index 18fb15c85f..bf535ccc7a 100644 --- a/resources/twig/transactions/create.twig +++ b/resources/twig/transactions/create.twig @@ -12,7 +12,7 @@
    - {{ 'mandatoryFields'|_ }} +

    {{ 'mandatoryFields'|_ }}

    @@ -57,7 +57,7 @@
    - {{ 'optionalFields'|_ }} +

    {{ 'optionalFields'|_ }}

    @@ -77,7 +77,7 @@
    - {{ 'options'|_ }} +

    {{ 'options'|_ }}

    {{ ExpandedForm.optionsList('create','transaction') }}