aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events-js.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-23 13:11:27 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-23 13:11:27 +0100
commit43a794a905430e0b906bd3e5da490c27f429e1ff (patch)
tree30902139e6fff86b381214e1027ea547aafe982c /view/tpl/events-js.tpl
parent4d50fe0928d6da63d6ec646f0047a82ad839a7a7 (diff)
downloadvolse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.tar.gz
volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.tar.bz2
volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.zip
bs4 fixes for events
Diffstat (limited to 'view/tpl/events-js.tpl')
-rwxr-xr-xview/tpl/events-js.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl
index 936b10970..9d32c76be 100755
--- a/view/tpl/events-js.tpl
+++ b/view/tpl/events-js.tpl
@@ -3,11 +3,11 @@
<div class="pull-right">
<div class="dropdown">
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cog"></i>&nbsp;{{$view_label}}</button>
- <ul class="dropdown-menu">
- <li><a href="#" onclick="changeView('changeView', 'month'); return false;">{{$month}}</a></li>
- <li><a href="#" onclick="changeView('changeView', 'agendaWeek'); return false;">{{$week}}</a></li>
- <li><a href="#" onclick="changeView('changeView', 'agendaDay'); return false;">{{$day}}</a></li>
- </ul>
+ <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>
+ <a class="dropdown-item" href="#" onclick="changeView('changeView', 'agendaDay'); return false;">{{$day}}</a>
+ </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>