File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 243243 $ foundBlacklisted );
244244}
245245
246- $ htmlupdate = $ report . '<br/> ' . PageLinkButton ('import1 ' , s ('Import some more emails ' ));
246+ $ htmlupdate = $ report . '<br/> ' .' <div class="input button btn btn-default"> ' . PageLinkButton ('import1 ' , s ('Import some more emails ' )). ' </div> ' ;
247247$ htmlupdate = str_replace ("' " , "\' " , $ htmlupdate );
248248
249249$ status = '<script type="text/javascript">
Original file line number Diff line number Diff line change 524524 } else {
525525 output ($ report );
526526 }
527- $ htmlupdate = $ report .'<br/> ' .PageLinkButton ('import2 ' , s ('Import some more emails ' ));
527+ $ htmlupdate = $ report .'<br/> ' .' <div class="button btn btn-default"> ' . PageLinkButton ('import2 ' , s ('Import some more emails ' )). ' </div> ' ;
528528 $ htmlupdate = str_replace ("' " , "\' " , $ htmlupdate );
529529
530530 clearImport ();
Original file line number Diff line number Diff line change 576576 printf ($ GLOBALS ['I18N ' ]->get ('Test output<br/>If the output looks ok, click %s to submit for real ' ).'<br/><br/> ' ,
577577 PageLink2 ($ _GET ['page ' ].'&confirm=yes ' , $ GLOBALS ['I18N ' ]->get ('Confirm Import ' )));
578578
579- echo '<p > ' .PageLink2 ($ _GET ['page ' ], $ GLOBALS ['I18N ' ]->get ('Import some more emails ' )).'</p > ' ;
579+ echo '<div class="button btn btn-default" > ' .PageLink2 ($ _GET ['page ' ], $ GLOBALS ['I18N ' ]->get ('Import some more emails ' )).'</div > ' ;
580580
581581 return ;
582582}
You can’t perform that action at this time.
0 commit comments