summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/pages/user_shifts.php2
-rw-r--r--includes/sys_template.php11
2 files changed, 12 insertions, 1 deletions
diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php
index 4ddc8f70..b5d975c2 100644
--- a/includes/pages/user_shifts.php
+++ b/includes/pages/user_shifts.php
@@ -289,7 +289,7 @@ function ical_hint()
{
$user = auth()->user();
- return heading(__('iCal export'), 2)
+ return heading(__('iCal export') . ' ' . button_help('user/ical'), 2)
. '<p>' . sprintf(
__('Export your own shifts. <a href="%s">iCal format</a> or <a href="%s">JSON format</a> available (please keep secret, otherwise <a href="%s">reset the api key</a>).'),
page_link_to('ical', ['key' => $user->api_key]),
diff --git a/includes/sys_template.php b/includes/sys_template.php
index dc87e94e..e40530d5 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -379,6 +379,17 @@ function button_glyph($href, $glyph, $class = '')
}
/**
+ * Rendert einen Knopf, der zur Hilfe eines bestimmten Themas führt.
+ *
+ * @param string $topic documentation resource (like user/), is appended to documentation url.
+ * @return string
+ */
+function button_help($topic = '')
+{
+ return button(config('documentation_url') . $topic, glyph('question-sign'), 'btn-sm');
+}
+
+/**
* Rendert eine Toolbar mit Knöpfen
*
* @param array $buttons