Test Setup Failed
Push — master ( e97efd...ef17d7 )
by Tomasz
11:34
created
web/admin/overview_federation.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -461,17 +461,17 @@  discard block
 block discarded – undo
461 461
                 }
462 462
                 echo "<td class='inst_td'>
463 463
                          <input type='hidden' name='inst' value='" 
464
-                       . $index."'>"
465
-                       . "<span style='display:none' class='inst_name'>".$my_idp."</span>"
466
-                       . "<span>". $idp_instance->name."</span>"
467
-                       . " (<a href='overview_org.php?inst_id="
468
-                       . $idp_instance->identifier."'>" 
469
-                       . (in_array($index, $userIdps) ? _("manage") : _("view"))
470
-                       . "</a>)"
471
-                       . (empty($listOfSilverbulletRealms) ? "" : "<ul><li>" ) 
472
-                       . implode("</li><li>", $listOfSilverbulletRealms) 
473
-                       . (empty($listOfSilverbulletRealms) ? "" : "</li><ul>" )
474
-                       . "</td>";
464
+                        . $index."'>"
465
+                        . "<span style='display:none' class='inst_name'>".$my_idp."</span>"
466
+                        . "<span>". $idp_instance->name."</span>"
467
+                        . " (<a href='overview_org.php?inst_id="
468
+                        . $idp_instance->identifier."'>" 
469
+                        . (in_array($index, $userIdps) ? _("manage") : _("view"))
470
+                        . "</a>)"
471
+                        . (empty($listOfSilverbulletRealms) ? "" : "<ul><li>" ) 
472
+                        . implode("</li><li>", $listOfSilverbulletRealms) 
473
+                        . (empty($listOfSilverbulletRealms) ? "" : "</li><ul>" )
474
+                        . "</td>";
475 475
                 // deployment status; need to dive into profiles for this
476 476
                 // show happy eyeballs if at least one profile is configured/showtime     
477 477
                 if(\config\Master::FUNCTIONALITY_FLAGS['SINGLE_SERVICE'] !== 'MSP') {
@@ -528,8 +528,8 @@  discard block
 block discarded – undo
528 528
                             echo "<form method='post' action='overview_federation.php' accept-charset='UTF-8'>
529 529
                                 <input type='hidden' name='invitation_id' value='".$oneinvite['token']."'/>
530 530
                                 <button class='delete' type='submit' name='submitbutton' value='".web\lib\common\FormElements::BUTTON_DELETE."'>"._("Revoke Invitation")."</button> "
531
-                           . sprintf(_("(expires %s)"), $oneinvite['expiry'])
532
-                           . "</form>";
531
+                            . sprintf(_("(expires %s)"), $oneinvite['expiry'])
532
+                            . "</form>";
533 533
                         }
534 534
                         echo "      </td>";                          
535 535
                         echo "         </tr>";
Please login to merge, or discard this patch.