Subversion Repositories oidplus

Rev

Rev 1267 | Rev 1293 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1267 Rev 1288
Line 603... Line 603...
603
                        if (!OIDplus::authUtils()->isAdminLoggedIn()) {
603
                        if (!OIDplus::authUtils()->isAdminLoggedIn()) {
604
                                throw new OIDplusHtmlException(_L('You need to <a %1>log in</a> as administrator.',OIDplus::gui()->link('oidplus:login$admin')), $out['title'], 401);
604
                                throw new OIDplusHtmlException(_L('You need to <a %1>log in</a> as administrator.',OIDplus::gui()->link('oidplus:login$admin')), $out['title'], 401);
605
                        }
605
                        }
606
 
606
 
607
                        $out['text'] = '<noscript>';
607
                        $out['text'] = '<noscript>';
608
                        $out['text'] .= '<p>'._L('You need to enable JavaScript to use the login area.').'</p>';
608
                        $out['text'] .= '<p><font color="red">'._L('You need to enable JavaScript to use the login area.').'</font></p>';
609
                        $out['text'] .= '</noscript>';
609
                        $out['text'] .= '</noscript>';
610
 
610
 
611
                        $out['text'] .= '<br><div id="dataTransferArea" style="visibility: hidden"><div id="dataTransferTab" class="container" style="width:100%;">';
611
                        $out['text'] .= '<br><div id="dataTransferArea" style="visibility: hidden"><div id="dataTransferTab" class="container" style="width:100%;">';
612
 
612
 
613
                        // ---------------- Tab control
613
                        // ---------------- Tab control