freebsd-ports/www/p5-RTx-Calendar/files/patch-html_Prefs_Calendar.html

21 lines
395 B
HTML
Raw Normal View History

$FreeBSD$
--- html/Prefs/Calendar.html.orig
+++ html/Prefs/Calendar.html
@@ -6,10 +6,14 @@
</%args>
<& /Elements/Header, Title => $title &>
+% if ( $m->comp_exists( '/User/Elements/Tabs' ) ) {
<& /User/Elements/Tabs,
current_tab => 'Prefs/Calendar.html',
Title => $title
&>
+% } else {
+<& /Elements/Tabs &>
+% }
<&| /Widgets/TitleBox, title => loc('ICal Feeds (ics)') &>