Przeglądaj źródła

Minor - Replacing button

Julio Montoya 13 lat temu
rodzic
commit
9777ed25fb
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      main/create_course/add_course.php

+ 4 - 4
main/create_course/add_course.php

@@ -256,8 +256,8 @@ if ($form->validate()) {
                 $message .= ' <a href="'.$link.'">'.$title.'</a>';
                 
                 $message = Display :: return_message($message, 'confirmation', false);
-                $message .= '<div style="float: right; margin:0px; padding: 0px;">' .
-                    '<a class="bottom-link" href="'.api_get_path(WEB_PATH).'user_portal.php">'.get_lang('Enter').'</a>' .
+                $message .= '<div style="float: left; margin:0px; padding: 0px;">' .
+                    '<a class="a_button gray medium" href="'.api_get_path(WEB_PATH).'user_portal.php">'.get_lang('Enter').'</a>' .
                     '</div>';
             } else {                
                 $message = Display :: return_message(get_lang('CourseCreationFailed'), 'error', false);
@@ -277,8 +277,8 @@ if ($form->validate()) {
                 $course_request_info = CourseRequestManager::get_course_request_info($request_id);
                 $message = (is_array($course_request_info) ? '<strong>'.$course_request_info['code'].'</strong> : ' : '').get_lang('CourseRequestCreated');
                 $message = Display :: return_message($message, 'confirmation', false);
-                $message .=  '<div style="float: right; margin:0px; padding: 0px;">' .
-                    '<a class="bottom-link" href="'.api_get_path(WEB_PATH).'user_portal.php">'.get_lang('Enter').'</a>' .
+                $message .=  '<div style="float: left; margin:0px; padding: 0px;">' .
+                    '<a class="a_button gray medium" href="'.api_get_path(WEB_PATH).'user_portal.php">'.get_lang('Enter').'</a>' .
                     '</div>';
             } else {
                 $message = Display :: return_message(get_lang('CourseRequestCreationFailed'), 'error', false);