Subversion Repositories oidplus

Rev

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

Rev 1050 Rev 1055
Line 1157... Line 1157...
1157
        }
1157
        }
1158
 
1158
 
1159
        public function oobeEntry($step, $do_edits, &$errors_happened)/*: void*/ {
1159
        public function oobeEntry($step, $do_edits, &$errors_happened)/*: void*/ {
1160
                // Interface 1.3.6.1.4.1.37476.2.5.2.3.1
1160
                // Interface 1.3.6.1.4.1.37476.2.5.2.3.1
1161
 
1161
 
1162
                echo '<p><u>'._L('Step %1: Enable/Disable object type plugins',$step).'</u></p>';
1162
                echo '<h2>'._L('Step %1: Enable/Disable object type plugins',$step).'</h2>';
1163
                echo '<p>'._L('Which object types do you want to manage using OIDplus?').'</p>';
1163
                echo '<p>'._L('Which object types do you want to manage using OIDplus?').'</p>';
1164
 
1164
 
1165
                $enabled_ary = array();
1165
                $enabled_ary = array();
1166
 
1166
 
1167
                foreach (OIDplus::getEnabledObjectTypes() as $ot) {
1167
                foreach (OIDplus::getEnabledObjectTypes() as $ot) {