@@ -193,12 +193,12 @@ function getTranslatedName($t, $metadata) {
193193 }
194194 else if ($ tab == "idps_with_logos " ) {
195195 $ idps_with_logos_index = array_search ($ tab , array_keys ($ this ->data ['idplist ' ]));
196- $ top = '<div class="row ssp-content-group">
196+ $ top = '<div class="row ssp-content-group"><div class="col-sm-12">
197197 ' ;
198- $ list_open = '<div class="col-sm-12"><div class=" metalist ssp-content-group__provider-list ssp-content-group__provider-list--other"> ' ;
198+ $ list_open = '<div class="metalist ssp-content-group__provider-list ssp-content-group__provider-list--other js-idps "> ' ;
199199 $ list_items = '' ;
200- $ close_list = '</div> ' ;
201- $ close = '</div></div> ' ; // /metalist / ssp-content-group /row
200+ $ close_list = '</div> ' ; // /metalist
201+ $ close = '</div></div> ' ; // /ssp-content-group /col-sm-12
202202 if (!empty ($ this ->data ['preferredidp ' ]) && array_key_exists ($ this ->data ['preferredidp ' ], $ slist )) {
203203 $ idpentry = $ slist [$ this ->data ['preferredidp ' ]];
204204 $ list_items .= (showEntry ($ this , $ idpentry , TRUE , TRUE ));
@@ -210,11 +210,11 @@ function getTranslatedName($t, $metadata) {
210210 }
211211 }
212212 if ($ idps_in_searchable_list_index < $ idps_with_logos_index ) {
213- $ or = '<div class="col-sm-12"><div class="col-sm-12 text-center ssp-line-or-line ssp-line-or-line--top"><span class="ssp-line-or-line__or"> ' . $ this ->t ('{themevanilla:discopower:or} ' ) . '</span></div> ' ;
213+ $ or = '<div class="text-center ssp-line-or-line ssp-line-or-line--top"><span class="ssp-line-or-line__or"> ' . $ this ->t ('{themevanilla:discopower:or} ' ) . '</span></div> ' ;
214214 echo $ top . $ or . $ list_open . $ list_items . $ close_list . $ close ;
215215 }
216216 else {
217- $ or = '<div class="col-sm-12 text-center ssp-line-or-line ssp-line-or-line--bottom"><span class="ssp-line-or-line__or"> ' . $ this ->t ('{themevanilla:discopower:or} ' ) . '</span></div> ' ;
217+ $ or = '<div class="text-center ssp-line-or-line ssp-line-or-line--bottom"><span class="ssp-line-or-line__or"> ' . $ this ->t ('{themevanilla:discopower:or} ' ) . '</span></div> ' ;
218218 echo $ top . $ list_open . $ list_items . $ close_list . $ or . $ close ;
219219 }
220220 }
0 commit comments