diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 6acfe20e45..f7b56014d2 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -217,6 +217,8 @@ return [ 'expected_total' => 'expected total', 'reconciliation_account_name' => ':name reconciliation (:currency)', 'saved' => 'Saved', + 'advanced_options' => 'Advanced options', + 'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!', // API access 'authorization_request' => 'Firefly III v:version Authorization Request', diff --git a/resources/views/v2/accounts/show.twig b/resources/views/v2/accounts/show.twig index bf03bbd83b..d6e89081d4 100644 --- a/resources/views/v2/accounts/show.twig +++ b/resources/views/v2/accounts/show.twig @@ -3,7 +3,7 @@ {{ Breadcrumbs.render }} {% endblock %} {% block content %} -
+
{% endblock %} {% block styles %} @@ -11,5 +11,5 @@ {% endblock %} {% block scripts %} - + {% endblock %} diff --git a/resources/views/v2/budgets/index.twig b/resources/views/v2/budgets/index.twig index b6a76eec70..1f85da4474 100644 --- a/resources/views/v2/budgets/index.twig +++ b/resources/views/v2/budgets/index.twig @@ -1,7 +1,10 @@ + {% extends "./layout/default" %} + {% block breadcrumbs %} {{ Breadcrumbs.render }} {% endblock %} + {% block content %} diff --git a/resources/views/v2/debug.twig b/resources/views/v2/debug.twig new file mode 100644 index 0000000000..ab629b8f23 --- /dev/null +++ b/resources/views/v2/debug.twig @@ -0,0 +1,78 @@ + + + {{ trans('firefly.debug_page') }} + + + +

+ {{ trans('firefly.debug_submit_instructions')|raw }} +

+

+ {{ trans('firefly.debug_pretty_table') }} +

+ + +

+ {{ trans('firefly.back_to_index') }} +

+ +

+ {{ trans('firefly.debug_additional_data')|raw }} +

+ + + +

+ {{ trans('firefly.back_to_index') }} +

+ + + diff --git a/resources/views/v2/layout/default.twig b/resources/views/v2/layout/default.twig index fb86e2b66b..16dde4f62e 100644 --- a/resources/views/v2/layout/default.twig +++ b/resources/views/v2/layout/default.twig @@ -70,7 +70,15 @@ diff --git a/resources/views/v2/new-user/index.twig b/resources/views/v2/new-user/index.twig new file mode 100644 index 0000000000..589125ceb3 --- /dev/null +++ b/resources/views/v2/new-user/index.twig @@ -0,0 +1,19 @@ +{% extends "./layout/default" %} +{% block breadcrumbs %} + {{ Breadcrumbs.render }} +{% endblock %} +{% block content %} + + + +
+ +{% endblock %} + +{% block styles %} + +{% endblock %} + +{% block scripts %} + +{% endblock %} diff --git a/resources/views/v2/partials/layout/control.twig b/resources/views/v2/partials/layout/control.twig new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/resources/views/v2/partials/layout/control.twig @@ -0,0 +1 @@ + diff --git a/resources/views/v2/partials/layout/navbar.twig b/resources/views/v2/partials/layout/navbar.twig index 4ae11e8a00..fdbaa995c8 100644 --- a/resources/views/v2/partials/layout/navbar.twig +++ b/resources/views/v2/partials/layout/navbar.twig @@ -61,7 +61,7 @@