aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events-js.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-08-02 08:06:15 +0000
committerMario <mario@mariovavti.com>2024-08-02 08:06:15 +0000
commit3d3fcd7334dc9123005d7d736b1a243113d67902 (patch)
tree414836146cfdc1f0d3736f0bd8a2b1251fa51768 /view/tpl/events-js.tpl
parent61c03e4b4e1afd7593a57119198dd38845485887 (diff)
downloadvolse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.tar.gz
volse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.tar.bz2
volse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.zip
fa2bi: some sed woodoo on templates and manual fixes in js and php files
Diffstat (limited to 'view/tpl/events-js.tpl')
-rw-r--r--view/tpl/events-js.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl
index 5aa5b7ef8..e2c3167f4 100644
--- a/view/tpl/events-js.tpl
+++ b/view/tpl/events-js.tpl
@@ -2,7 +2,7 @@
<div class="section-title-wrapper">
<div class="float-end">
<div class="dropdown">
- <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown"><i class="fa fa-cog"></i>&nbsp;{{$view_label}}</button>
+ <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown"><i class="bi bi-gear"></i>&nbsp;{{$view_label}}</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#" onclick="changeView('changeView', 'month'); return false;">{{$month}}</a>
<a class="dropdown-item" href="#" onclick="changeView('changeView', 'agendaWeek'); return false;">{{$week}}</a>
@@ -10,12 +10,12 @@
</div>
<button class="btn btn-success btn-sm" onclick="openClose('form');">{{$new_event.1}}</button>
<div class="btn-group">
- <button class="btn btn-outline-secondary btn-sm" onclick="changeView('prev', false);" title="{{$prev}}"><i class="fa fa-backward"></i></button>
- <button id="today-btn" class="btn btn-outline-secondary btn-sm" onclick="changeView('today', false);" title="{{$today}}"><div id="events-spinner" class="spinner s"></div><i class="fa fa-bullseye" style="display: none; width: 1rem;"></i></button>
- <button class="btn btn-outline-secondary btn-sm" onclick="changeView('next', false);" title="{{$next}}"><i class="fa fa-forward"></i></button>
+ <button class="btn btn-outline-secondary btn-sm" onclick="changeView('prev', false);" title="{{$prev}}"><i class="bi fa-backward"></i></button>
+ <button id="today-btn" class="btn btn-outline-secondary btn-sm" onclick="changeView('today', false);" title="{{$today}}"><div id="events-spinner" class="spinner s"></div><i class="bi fa-bullseye" style="display: none; width: 1rem;"></i></button>
+ <button class="btn btn-outline-secondary btn-sm" onclick="changeView('next', false);" title="{{$next}}"><i class="bi fa-forward"></i></button>
</div>
- <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button>
- <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button>
+ <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="bi fa-expand"></i></button>
+ <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="bi fa-compress"></i></button>
</div>
</div>
<h2 id="title"></h2>