From 1252c02d7c7350d8d7ef5685769f9780dcc9e47d Mon Sep 17 00:00:00 2001 From: ostertun Date: Fri, 16 Oct 2020 10:19:05 +0200 Subject: [PATCH] gitflow-hotfix-stash: add_planning_list_button --- server/content/planning.php | 1 + server/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/server/content/planning.php b/server/content/planning.php index 0b479cc..5f2a026 100644 --- a/server/content/planning.php +++ b/server/content/planning.php @@ -6,6 +6,7 @@ // Title $content = '

Saison-Planung

'; + $content .= $tpl->load('button', [' Saison-Planungen anderer', LINK_PRE . 'planning_list', 'css-class' => 'mt-2 mb-2']); $content .= '

Hinweis: Diese Seite kannst nur Du sehen.
Wenn Du Deine Saison-Planung teilen möchtest, klicke hier

'; $content .= $tpl->load('button', [' bearbeiten', LINK_PRE . 'planning_edit']); $content .= $tpl->load('select', ['html-id' => 'select-year', 'placeholder' => 'Jahr', 'css-class' => 'mt-3 mb-0']); diff --git a/server/version.php b/server/version.php index 1e590fc..9153595 100644 --- a/server/version.php +++ b/server/version.php @@ -1,5 +1,5 @@