]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/settings.tpl
Merge pull request #3811 from annando/remove-service-class
[friendica.git] / view / theme / frio / templates / settings.tpl
index fc11fb32a255a72bda6f33e34d5cb074ab4d700d..7197067dd6eaf5c12209c9db68359df76a457973 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>
                                                        *}}
 
                                                <br/>
                                                <div class="form-group pull-right settings-submit-wrapper" >
-                                                       <button type="submit" name="submit" class="btn btn-primary" value="{{$relocate_button|escape:'html'}}">{{$relocate_button|escape:'html'}}</button>
+                                                       <button type="submit" name="resend_relocate" class="btn btn-primary" value="{{$relocate_button|escape:'html'}}">{{$relocate_button|escape:'html'}}</button>
                                                </div>
                                                <div class="clear"></div>
                                        </div>