]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/settings.tpl
Merge branch 'develop' into rewrites/coding-convention-split2
[friendica.git] / view / theme / frio / templates / settings.tpl
index fc11fb32a255a72bda6f33e34d5cb074ab4d700d..bd81c986cd98fa5deb5cfb9a9402be549ca47f65 100644 (file)
@@ -8,7 +8,7 @@
                <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
 
                {{* We organize the settings in collapsable panel-groups *}}
-               <div class="panel-group" id="settings" role="tablist" aria-multiselectable="true">
+               <div class="panel-group panel-group-settings" id="settings" role="tablist" aria-multiselectable="true">
                        {{* The password setting section *}}
                        <div class="panel">
                                <div class="section-subtitle-wrapper" role="tab" id="password-settings">
                                                        {{include file="field_checkbox.tpl" field=$email_textonly}}
 
 
-                                                       {{* commented out because it was commented out in the original template 
+                                                       {{* commented out because it was commented out in the original template
                                                        <div class="field">
-                                                        <button onclick="javascript:Notification.requestPermission(function(perm){if(perm === 'granted')alert('{{$desktop_notifications_success_message}}');});return false;">{{$desktop_notifications}}</button>
+                                                        <button type="button" onclick="javascript:Notification.requestPermission(function(perm){if(perm === 'granted')alert('{{$desktop_notifications_success_message}}');});">{{$desktop_notifications}}</button>
                                                         <span class="field_help">{{$desktop_notifications_note}}</span>
                                                        </div>
                                                        *}}