@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | public function divSilverbullet() { |
| 125 | 125 | $retval = " |
| 126 | 126 | <div id='silverbullet'>" |
| 127 | - .$this->Gui->textTemplates->templates[user\SB_GO_AWAY] . |
|
| 127 | + .$this->Gui->textTemplates->templates[user\SB_GO_AWAY] . |
|
| 128 | 128 | "</div> |
| 129 | 129 | "; |
| 130 | 130 | return $retval; |
@@ -292,9 +292,9 @@ discard block |
||
| 292 | 292 | $retval .= '<tr>'; |
| 293 | 293 | } |
| 294 | 294 | $retval .= "<td><button id='".$d."'>".$D['display']."</button>" |
| 295 | - ."<div class='openroaming_selection' id='openroaming_".$d."'><button>eduroam</button> <button>eduroam + OpenRoaming</button></div>" |
|
| 296 | - ."<div class='device_info' id='info_".$d."'></div></td>" |
|
| 297 | - ."<td><button class='more_info_b' id='info_b_".$d."'>i</button></td></tr>\n"; |
|
| 295 | + ."<div class='openroaming_selection' id='openroaming_".$d."'><button>eduroam</button> <button>eduroam + OpenRoaming</button></div>" |
|
| 296 | + ."<div class='device_info' id='info_".$d."'></div></td>" |
|
| 297 | + ."<td><button class='more_info_b' id='info_b_".$d."'>i</button></td></tr>\n"; |
|
| 298 | 298 | $deviceIndex++; |
| 299 | 299 | } |
| 300 | 300 | $retval .= "</tbody>"; |
@@ -362,7 +362,7 @@ discard block |
||
| 362 | 362 | <tr> |
| 363 | 363 | <td>" . |
| 364 | 364 | $this->Gui->catCopyright |
| 365 | - ." |
|
| 365 | + ." |
|
| 366 | 366 | </td>"; |
| 367 | 367 | |
| 368 | 368 | if (!empty(\config\Master::APPEARANCE['privacy_notice_url'])) { |