From 4beb5a6986cd17643040f04987e1eac3d2c787d6 Mon Sep 17 00:00:00 2001 From: cbluoss Date: Mon, 9 Dec 2019 22:59:20 +0100 Subject: Extended the iCal section with a collapsible card to show the current api key. --- includes/pages/user_shifts.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index 20bcca86..b4acd2de 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -288,13 +288,18 @@ function ical_hint() { $user = auth()->user(); - return heading(__('iCal export') . ' ' . button_help('user/ical'), 2) + return heading(__('iCal export and API') . ' ' . button_help('user/ical'), 2) . '

' . sprintf( __('Export your own shifts. iCal format or JSON format available (please keep secret, otherwise reset the api key).'), page_link_to('ical', ['key' => $user->api_key]), page_link_to('shifts_json_export', ['key' => $user->api_key]), page_link_to('user_myshifts', ['reset' => 1]) - ) . '

'; + ) + . ' ' + . '

' + . '

' . $user->api_key . '

'; } /** -- cgit v1.2.3-54-g00ecf