@@ -37,20 +37,20 @@ discard block |
||
37 | 37 | |
38 | 38 | $userInfo = api_get_user_info($sale['user_id']); |
39 | 39 | |
40 | - $html = '<h2>' . $sale['product_name'] .'</h2>'; |
|
40 | + $html = '<h2>'.$sale['product_name'].'</h2>'; |
|
41 | 41 | $html .= '<div class="row">'; |
42 | 42 | $html .= '<div class="col-sm-6 col-md-6">'; |
43 | 43 | $html .= '<ul>'; |
44 | - $html .= '<li><b>'. $plugin->get_lang('OrderPrice') . ':</b> '. $sale['price'] . '</li>'; |
|
45 | - $html .= '<li><b>'. $plugin->get_lang('CurrencyType') . ':</b> '. $currency['iso_code'] . '</li>'; |
|
46 | - $html .= '<li><b>'. $plugin->get_lang('ProductType') . ':</b> '. $productType . '</li>'; |
|
47 | - $html .= '<li><b>'. $plugin->get_lang('OrderDate') . ':</b> '. api_format_date($sale['date'], DATE_TIME_FORMAT_LONG_24H) . '</li>'; |
|
48 | - $html .= '<li><b>'. $plugin->get_lang('Buyer') . ':</b> '. $userInfo['complete_name'] . '</li>'; |
|
49 | - $html .= '<li><b>'. $plugin->get_lang('PaymentMethods') . ':</b> '. $paymentType . '</li>'; |
|
44 | + $html .= '<li><b>'.$plugin->get_lang('OrderPrice').':</b> '.$sale['price'].'</li>'; |
|
45 | + $html .= '<li><b>'.$plugin->get_lang('CurrencyType').':</b> '.$currency['iso_code'].'</li>'; |
|
46 | + $html .= '<li><b>'.$plugin->get_lang('ProductType').':</b> '.$productType.'</li>'; |
|
47 | + $html .= '<li><b>'.$plugin->get_lang('OrderDate').':</b> '.api_format_date($sale['date'], DATE_TIME_FORMAT_LONG_24H).'</li>'; |
|
48 | + $html .= '<li><b>'.$plugin->get_lang('Buyer').':</b> '.$userInfo['complete_name'].'</li>'; |
|
49 | + $html .= '<li><b>'.$plugin->get_lang('PaymentMethods').':</b> '.$paymentType.'</li>'; |
|
50 | 50 | $html .= '</ul>'; |
51 | 51 | $html .= '</div>'; |
52 | 52 | $html .= '<div class="col-sm-6 col-md-6">'; |
53 | - $html .= '<img class="thumbnail" src="'. $productImage .'" >'; |
|
53 | + $html .= '<img class="thumbnail" src="'.$productImage.'" >'; |
|
54 | 54 | $html .= '</div>'; |
55 | 55 | $html .= '</div>'; |
56 | 56 | |
@@ -95,9 +95,9 @@ discard block |
||
95 | 95 | $html = '<div class="row">' |
96 | 96 | . '<p>' |
97 | 97 | . '<ul>' |
98 | - . '<li>'. get_plugin_lang("PayoutsTotalCompleted", "BuyCoursesPlugin") .' <b>'. $stats['completed_count'] .'</b> - '. get_plugin_lang("TotalAmount", "BuyCoursesPlugin") .' <b>'. $stats['completed_total_amount'] .' '. $currency['iso_code'] . '</b></li>' |
|
99 | - . '<li>'. get_plugin_lang("PayoutsTotalPending", "BuyCoursesPlugin") .' <b>'. $stats['pending_count'] .'</b> - '. get_plugin_lang("TotalAmount", "BuyCoursesPlugin") .' <b>'. $stats['pending_total_amount'] .' '. $currency['iso_code'] . '</b></li>' |
|
100 | - . '<li>'. get_plugin_lang("PayoutsTotalCanceled", "BuyCoursesPlugin") .' <b>'. $stats['canceled_count'] .'</b> - '. get_plugin_lang("TotalAmount", "BuyCoursesPlugin") .' <b>'. $stats['canceled_total_amount'] .' '. $currency['iso_code'] . '</b></li>' |
|
98 | + . '<li>'.get_plugin_lang("PayoutsTotalCompleted", "BuyCoursesPlugin").' <b>'.$stats['completed_count'].'</b> - '.get_plugin_lang("TotalAmount", "BuyCoursesPlugin").' <b>'.$stats['completed_total_amount'].' '.$currency['iso_code'].'</b></li>' |
|
99 | + . '<li>'.get_plugin_lang("PayoutsTotalPending", "BuyCoursesPlugin").' <b>'.$stats['pending_count'].'</b> - '.get_plugin_lang("TotalAmount", "BuyCoursesPlugin").' <b>'.$stats['pending_total_amount'].' '.$currency['iso_code'].'</b></li>' |
|
100 | + . '<li>'.get_plugin_lang("PayoutsTotalCanceled", "BuyCoursesPlugin").' <b>'.$stats['canceled_count'].'</b> - '.get_plugin_lang("TotalAmount", "BuyCoursesPlugin").' <b>'.$stats['canceled_total_amount'].' '.$currency['iso_code'].'</b></li>' |
|
101 | 101 | . '</ul>' |
102 | 102 | . '</p>'; |
103 | 103 | $html .= '</div>'; |
@@ -137,15 +137,15 @@ discard block |
||
137 | 137 | |
138 | 138 | $isoCode = $currentCurrency['iso_code']; |
139 | 139 | |
140 | - $html .= '<p>'. get_plugin_lang("VerifyTotalAmountToProceedPayout", "BuyCoursesPlugin") .'</p>'; |
|
140 | + $html .= '<p>'.get_plugin_lang("VerifyTotalAmountToProceedPayout", "BuyCoursesPlugin").'</p>'; |
|
141 | 141 | $html .= '' |
142 | 142 | . '<p>' |
143 | 143 | . '<ul>' |
144 | - . '<li>'. get_plugin_lang("TotalAcounts", "BuyCoursesPlugin") .' <b>'. $totalAccounts .'</b></li>' |
|
145 | - . '<li>'. get_plugin_lang("TotalPayout", "BuyCoursesPlugin") .' <b>'. $isoCode .' '. $totalPayout .'</b></li>' |
|
144 | + . '<li>'.get_plugin_lang("TotalAcounts", "BuyCoursesPlugin").' <b>'.$totalAccounts.'</b></li>' |
|
145 | + . '<li>'.get_plugin_lang("TotalPayout", "BuyCoursesPlugin").' <b>'.$isoCode.' '.$totalPayout.'</b></li>' |
|
146 | 146 | . '</ul>' |
147 | 147 | . '</p>'; |
148 | - $html .= '<p>'. get_plugin_lang("CautionThisProcessCantBeCanceled", "BuyCoursesPlugin") .'</p>'; |
|
148 | + $html .= '<p>'.get_plugin_lang("CautionThisProcessCantBeCanceled", "BuyCoursesPlugin").'</p>'; |
|
149 | 149 | $html .= '<br /><br />'; |
150 | 150 | $html .= '<div id="spinner" class="text-center"></div>'; |
151 | 151 | |
@@ -199,7 +199,7 @@ discard block |
||
199 | 199 | |
200 | 200 | } else { |
201 | 201 | |
202 | - echo Display::return_message('<b>'.$result['L_SEVERITYCODE0'].' '.$result['L_ERRORCODE0'].'</b> - '.$result['L_SHORTMESSAGE0'].'<br /><ul><li>'. $result['L_LONGMESSAGE0'].'</li></ul>', 'error', false); |
|
202 | + echo Display::return_message('<b>'.$result['L_SEVERITYCODE0'].' '.$result['L_ERRORCODE0'].'</b> - '.$result['L_SHORTMESSAGE0'].'<br /><ul><li>'.$result['L_LONGMESSAGE0'].'</li></ul>', 'error', false); |
|
203 | 203 | |
204 | 204 | } |
205 | 205 |
@@ -37,20 +37,20 @@ discard block |
||
37 | 37 | |
38 | 38 | $userInfo = api_get_user_info($sale['user_id']); |
39 | 39 | |
40 | - $html = '<h2>' . $sale['product_name'] .'</h2>'; |
|
40 | + $html = '<h2>'.$sale['product_name'].'</h2>'; |
|
41 | 41 | $html .= '<div class="row">'; |
42 | 42 | $html .= '<div class="col-sm-6 col-md-6">'; |
43 | 43 | $html .= '<ul>'; |
44 | - $html .= '<li><b>'. $plugin->get_lang('OrderPrice') . ':</b> '. $sale['price'] . '</li>'; |
|
45 | - $html .= '<li><b>'. $plugin->get_lang('CurrencyType') . ':</b> '. $currency['iso_code'] . '</li>'; |
|
46 | - $html .= '<li><b>'. $plugin->get_lang('ProductType') . ':</b> '. $productType . '</li>'; |
|
47 | - $html .= '<li><b>'. $plugin->get_lang('OrderDate') . ':</b> '. api_format_date($sale['date'], DATE_TIME_FORMAT_LONG_24H) . '</li>'; |
|
48 | - $html .= '<li><b>'. $plugin->get_lang('Buyer') . ':</b> '. $userInfo['complete_name'] . '</li>'; |
|
49 | - $html .= '<li><b>'. $plugin->get_lang('PaymentMethods') . ':</b> '. $paymentType . '</li>'; |
|
44 | + $html .= '<li><b>'.$plugin->get_lang('OrderPrice').':</b> '.$sale['price'].'</li>'; |
|
45 | + $html .= '<li><b>'.$plugin->get_lang('CurrencyType').':</b> '.$currency['iso_code'].'</li>'; |
|
46 | + $html .= '<li><b>'.$plugin->get_lang('ProductType').':</b> '.$productType.'</li>'; |
|
47 | + $html .= '<li><b>'.$plugin->get_lang('OrderDate').':</b> '.api_format_date($sale['date'], DATE_TIME_FORMAT_LONG_24H).'</li>'; |
|
48 | + $html .= '<li><b>'.$plugin->get_lang('Buyer').':</b> '.$userInfo['complete_name'].'</li>'; |
|
49 | + $html .= '<li><b>'.$plugin->get_lang('PaymentMethods').':</b> '.$paymentType.'</li>'; |
|
50 | 50 | $html .= '</ul>'; |
51 | 51 | $html .= '</div>'; |
52 | 52 | $html .= '<div class="col-sm-6 col-md-6">'; |
53 | - $html .= '<img class="thumbnail" src="'. $productImage .'" >'; |
|
53 | + $html .= '<img class="thumbnail" src="'.$productImage.'" >'; |
|
54 | 54 | $html .= '</div>'; |
55 | 55 | $html .= '</div>'; |
56 | 56 | |
@@ -95,9 +95,9 @@ discard block |
||
95 | 95 | $html = '<div class="row">' |
96 | 96 | . '<p>' |
97 | 97 | . '<ul>' |
98 | - . '<li>'. get_plugin_lang("PayoutsTotalCompleted", "BuyCoursesPlugin") .' <b>'. $stats['completed_count'] .'</b> - '. get_plugin_lang("TotalAmount", "BuyCoursesPlugin") .' <b>'. $stats['completed_total_amount'] .' '. $currency['iso_code'] . '</b></li>' |
|
99 | - . '<li>'. get_plugin_lang("PayoutsTotalPending", "BuyCoursesPlugin") .' <b>'. $stats['pending_count'] .'</b> - '. get_plugin_lang("TotalAmount", "BuyCoursesPlugin") .' <b>'. $stats['pending_total_amount'] .' '. $currency['iso_code'] . '</b></li>' |
|
100 | - . '<li>'. get_plugin_lang("PayoutsTotalCanceled", "BuyCoursesPlugin") .' <b>'. $stats['canceled_count'] .'</b> - '. get_plugin_lang("TotalAmount", "BuyCoursesPlugin") .' <b>'. $stats['canceled_total_amount'] .' '. $currency['iso_code'] . '</b></li>' |
|
98 | + . '<li>'.get_plugin_lang("PayoutsTotalCompleted", "BuyCoursesPlugin").' <b>'.$stats['completed_count'].'</b> - '.get_plugin_lang("TotalAmount", "BuyCoursesPlugin").' <b>'.$stats['completed_total_amount'].' '.$currency['iso_code'].'</b></li>' |
|
99 | + . '<li>'.get_plugin_lang("PayoutsTotalPending", "BuyCoursesPlugin").' <b>'.$stats['pending_count'].'</b> - '.get_plugin_lang("TotalAmount", "BuyCoursesPlugin").' <b>'.$stats['pending_total_amount'].' '.$currency['iso_code'].'</b></li>' |
|
100 | + . '<li>'.get_plugin_lang("PayoutsTotalCanceled", "BuyCoursesPlugin").' <b>'.$stats['canceled_count'].'</b> - '.get_plugin_lang("TotalAmount", "BuyCoursesPlugin").' <b>'.$stats['canceled_total_amount'].' '.$currency['iso_code'].'</b></li>' |
|
101 | 101 | . '</ul>' |
102 | 102 | . '</p>'; |
103 | 103 | $html .= '</div>'; |
@@ -137,15 +137,15 @@ discard block |
||
137 | 137 | |
138 | 138 | $isoCode = $currentCurrency['iso_code']; |
139 | 139 | |
140 | - $html .= '<p>'. get_plugin_lang("VerifyTotalAmountToProceedPayout", "BuyCoursesPlugin") .'</p>'; |
|
140 | + $html .= '<p>'.get_plugin_lang("VerifyTotalAmountToProceedPayout", "BuyCoursesPlugin").'</p>'; |
|
141 | 141 | $html .= '' |
142 | 142 | . '<p>' |
143 | 143 | . '<ul>' |
144 | - . '<li>'. get_plugin_lang("TotalAcounts", "BuyCoursesPlugin") .' <b>'. $totalAccounts .'</b></li>' |
|
145 | - . '<li>'. get_plugin_lang("TotalPayout", "BuyCoursesPlugin") .' <b>'. $isoCode .' '. $totalPayout .'</b></li>' |
|
144 | + . '<li>'.get_plugin_lang("TotalAcounts", "BuyCoursesPlugin").' <b>'.$totalAccounts.'</b></li>' |
|
145 | + . '<li>'.get_plugin_lang("TotalPayout", "BuyCoursesPlugin").' <b>'.$isoCode.' '.$totalPayout.'</b></li>' |
|
146 | 146 | . '</ul>' |
147 | 147 | . '</p>'; |
148 | - $html .= '<p>'. get_plugin_lang("CautionThisProcessCantBeCanceled", "BuyCoursesPlugin") .'</p>'; |
|
148 | + $html .= '<p>'.get_plugin_lang("CautionThisProcessCantBeCanceled", "BuyCoursesPlugin").'</p>'; |
|
149 | 149 | $html .= '<br /><br />'; |
150 | 150 | $html .= '<div id="spinner" class="text-center"></div>'; |
151 | 151 | |
@@ -199,7 +199,7 @@ discard block |
||
199 | 199 | |
200 | 200 | } else { |
201 | 201 | |
202 | - echo Display::return_message('<b>'.$result['L_SEVERITYCODE0'].' '.$result['L_ERRORCODE0'].'</b> - '.$result['L_SHORTMESSAGE0'].'<br /><ul><li>'. $result['L_LONGMESSAGE0'].'</li></ul>', 'error', false); |
|
202 | + echo Display::return_message('<b>'.$result['L_SEVERITYCODE0'].' '.$result['L_ERRORCODE0'].'</b> - '.$result['L_SHORTMESSAGE0'].'<br /><ul><li>'.$result['L_LONGMESSAGE0'].'</li></ul>', 'error', false); |
|
203 | 203 | |
204 | 204 | } |
205 | 205 |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | */ |
9 | 9 | |
10 | 10 | require_once '../inc/global.inc.php'; |
11 | -$current_course_tool = TOOL_BLOGS; |
|
11 | +$current_course_tool = TOOL_BLOGS; |
|
12 | 12 | |
13 | 13 | $this_section = SECTION_COURSES; |
14 | 14 | |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | |
21 | 21 | // ONLY USERS REGISTERED IN THE COURSE |
22 | 22 | if ((!$is_allowed_in_course || !$is_courseMember) && !api_is_allowed_to_edit()) { |
23 | - api_not_allowed(true);//print headers/footers |
|
23 | + api_not_allowed(true); //print headers/footers |
|
24 | 24 | } |
25 | 25 | |
26 | 26 | if (api_is_allowed_to_edit()) { |
@@ -30,30 +30,30 @@ discard block |
||
30 | 30 | // the learning path, we do not include the banner so we have to explicitly |
31 | 31 | // include the stylesheet, which is normally done in the header |
32 | 32 | if (empty($_GET['origin']) || $_GET['origin'] != 'learnpath') { |
33 | - $interbreadcrumb[]= array ('url' => 'blog_admin.php?','name' => $nameTools); |
|
34 | - $my_url=''; |
|
35 | - if (isset($_GET['action']) && $_GET['action']=='add') { |
|
33 | + $interbreadcrumb[] = array('url' => 'blog_admin.php?', 'name' => $nameTools); |
|
34 | + $my_url = ''; |
|
35 | + if (isset($_GET['action']) && $_GET['action'] == 'add') { |
|
36 | 36 | $current_section = get_lang('AddBlog'); |
37 | - $my_url='action=add'; |
|
38 | - } elseif (isset($_GET['action']) && $_GET['action']=='edit') { |
|
37 | + $my_url = 'action=add'; |
|
38 | + } elseif (isset($_GET['action']) && $_GET['action'] == 'edit') { |
|
39 | 39 | $current_section = get_lang('EditBlog'); |
40 | - $my_url='action=edit&blog_id='.Security::remove_XSS($_GET['blog_id']); |
|
40 | + $my_url = 'action=edit&blog_id='.Security::remove_XSS($_GET['blog_id']); |
|
41 | 41 | } |
42 | 42 | Display::display_header(''); |
43 | 43 | } |
44 | 44 | echo '<div class="actions">'; |
45 | 45 | echo "<a href='".api_get_self()."?".api_get_cidreq()."&action=add'>", |
46 | - Display::return_icon('new_blog.png', get_lang('AddBlog'),'',ICON_SIZE_MEDIUM)."</a>"; |
|
46 | + Display::return_icon('new_blog.png', get_lang('AddBlog'), '', ICON_SIZE_MEDIUM)."</a>"; |
|
47 | 47 | echo '</div>'; |
48 | 48 | |
49 | 49 | if (!empty($_POST['new_blog_submit']) && !empty($_POST['blog_name'])) { |
50 | - if (isset($_POST['blog_name'])) { |
|
50 | + if (isset($_POST['blog_name'])) { |
|
51 | 51 | Blog::create_blog($_POST['blog_name'], $_POST['blog_subtitle']); |
52 | 52 | Display::display_confirmation_message(get_lang('BlogStored')); |
53 | 53 | } |
54 | 54 | } |
55 | 55 | if (!empty($_POST['edit_blog_submit']) && !empty($_POST['blog_name'])) { |
56 | - if (strlen(trim($_POST['blog_name']))>0) { |
|
56 | + if (strlen(trim($_POST['blog_name'])) > 0) { |
|
57 | 57 | Blog::edit_blog($_POST['blog_id'], $_POST['blog_name'], $_POST['blog_subtitle']); |
58 | 58 | Display::display_confirmation_message(get_lang('BlogEdited')); |
59 | 59 | } |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | // we show the form if |
86 | 86 | // 1. no post data |
87 | 87 | // 2. there is post data and one of the three form elements is empty |
88 | - if (!$_POST || (!empty($_POST) && (empty($_POST['edit_blog_submit']) || empty($_POST['blog_name']) ))) { |
|
88 | + if (!$_POST || (!empty($_POST) && (empty($_POST['edit_blog_submit']) || empty($_POST['blog_name'])))) { |
|
89 | 89 | // if there is post data there is certainly an error in the form |
90 | 90 | if ($_POST) { |
91 | 91 | Display::display_error_message(get_lang('FormHasErrorsPleaseComplete')); |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | require_once '../inc/global.inc.php'; |
9 | 9 | $_in_course = true; |
10 | 10 | $course_code = api_get_course_id(); |
11 | -if (empty($course_code )) { |
|
11 | +if (empty($course_code)) { |
|
12 | 12 | $_in_course = false; |
13 | 13 | } |
14 | 14 | |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | $my_user_id = api_get_user_id(); |
24 | 24 | $catadd->set_user_id($my_user_id); |
25 | 25 | $catadd->set_parent_id($get_select_cat); |
26 | -$catcourse = Category :: load ($get_select_cat); |
|
26 | +$catcourse = Category :: load($get_select_cat); |
|
27 | 27 | |
28 | 28 | if ($_in_course) { |
29 | 29 | $catadd->set_course_code($course_code); |
@@ -37,12 +37,12 @@ discard block |
||
37 | 37 | $catadd, |
38 | 38 | 'add_cat_form', |
39 | 39 | null, |
40 | - api_get_self() . '?selectcat='.$get_select_cat.'&'.api_get_cidreq() |
|
40 | + api_get_self().'?selectcat='.$get_select_cat.'&'.api_get_cidreq() |
|
41 | 41 | ); |
42 | 42 | |
43 | 43 | if ($form->validate()) { |
44 | 44 | $values = $form->exportValues(); |
45 | - $select_course=isset($values['select_course']) ? $values['select_course'] : array(); |
|
45 | + $select_course = isset($values['select_course']) ? $values['select_course'] : array(); |
|
46 | 46 | $cat = new Category(); |
47 | 47 | if ($values['hid_parent_id'] == '0') { |
48 | 48 | if ($select_course == 'COURSEINDEPENDENT') { |
@@ -89,12 +89,12 @@ discard block |
||
89 | 89 | } |
90 | 90 | $cat->set_visible($visible); |
91 | 91 | $result = $cat->add(); |
92 | - header('Location: '.Security::remove_XSS($_SESSION['gradebook_dest']).'?addcat=&selectcat=' . $cat->get_parent_id().'&'.api_get_cidreq()); |
|
92 | + header('Location: '.Security::remove_XSS($_SESSION['gradebook_dest']).'?addcat=&selectcat='.$cat->get_parent_id().'&'.api_get_cidreq()); |
|
93 | 93 | exit; |
94 | 94 | } |
95 | 95 | |
96 | 96 | if (!$_in_course) { |
97 | - $interbreadcrumb[] = array ( |
|
97 | + $interbreadcrumb[] = array( |
|
98 | 98 | 'url' => Security::remove_XSS($_SESSION['gradebook_dest']).'?selectcat='.$get_select_cat.'&'.api_get_cidreq(), |
99 | 99 | 'name' => get_lang('Gradebook') |
100 | 100 | ); |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | $resultedit[0], |
63 | 63 | 'edit_result_form', |
64 | 64 | null, |
65 | - api_get_self() . '?editres=' . $resultedit[0]->get_id() . '&selecteval=' . $select_eval.'&'.api_get_cidreq() |
|
65 | + api_get_self().'?editres='.$resultedit[0]->get_id().'&selecteval='.$select_eval.'&'.api_get_cidreq() |
|
66 | 66 | ); |
67 | 67 | |
68 | 68 | if ($edit_res_form->validate()) { |
@@ -79,21 +79,21 @@ discard block |
||
79 | 79 | } |
80 | 80 | $result->save(); |
81 | 81 | unset($result); |
82 | - header('Location: gradebook_view_result.php?selecteval=' . $select_eval . '&editresmessage=&'.api_get_cidreq()); |
|
82 | + header('Location: gradebook_view_result.php?selecteval='.$select_eval.'&editresmessage=&'.api_get_cidreq()); |
|
83 | 83 | exit; |
84 | 84 | } |
85 | 85 | } |
86 | 86 | $file_type = null; |
87 | 87 | if (isset($_GET['import'])) { |
88 | 88 | $interbreadcrumb[] = array( |
89 | - 'url' => api_get_path(WEB_CODE_PATH).'gradebook/gradebook_view_result.php?selecteval=' . $select_eval.'&'.api_get_cidreq(), |
|
89 | + 'url' => api_get_path(WEB_CODE_PATH).'gradebook/gradebook_view_result.php?selecteval='.$select_eval.'&'.api_get_cidreq(), |
|
90 | 90 | 'name' => get_lang('ViewResult') |
91 | 91 | ); |
92 | 92 | $import_result_form = new DataForm( |
93 | 93 | DataForm :: TYPE_IMPORT, |
94 | 94 | 'import_result_form', |
95 | 95 | null, |
96 | - api_get_self() . '?import=&selecteval=' . $select_eval, |
|
96 | + api_get_self().'?import=&selecteval='.$select_eval, |
|
97 | 97 | '_blank', |
98 | 98 | '' |
99 | 99 | ); |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | if (($importedresult['user_id'] == $allresult->get_user_id())) { |
123 | 123 | if ($importedresult['score'] != $allresult->get_score()) { |
124 | 124 | if (!isset($values['overwrite'])) { |
125 | - header('Location: '.api_get_path(WEB_CODE_PATH).'gradebook/gradebook_view_result.php?selecteval=' . $select_eval . '&import_score_error=' . $importedresult['user_id']); |
|
125 | + header('Location: '.api_get_path(WEB_CODE_PATH).'gradebook/gradebook_view_result.php?selecteval='.$select_eval.'&import_score_error='.$importedresult['user_id']); |
|
126 | 126 | exit; |
127 | 127 | break; |
128 | 128 | } else { |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | } |
141 | 141 | } |
142 | 142 | if ($importedresult['user_id'] == null) { |
143 | - header('Location: gradebook_view_result.php?selecteval=' . $select_eval . '&incorrectdata='); |
|
143 | + header('Location: gradebook_view_result.php?selecteval='.$select_eval.'&incorrectdata='); |
|
144 | 144 | exit; |
145 | 145 | } |
146 | 146 | $userinfo = api_get_user_info($importedresult['user_id']); |
@@ -149,13 +149,13 @@ discard block |
||
149 | 149 | $userinfo['official_code'] != $importedresult['official_code'] |
150 | 150 | ) { |
151 | 151 | if (!isset($values['ignoreerrors'])) { |
152 | - header('Location: gradebook_view_result.php?selecteval=' . $select_eval . '&import_user_error=' . $importedresult['user_id']); |
|
152 | + header('Location: gradebook_view_result.php?selecteval='.$select_eval.'&import_user_error='.$importedresult['user_id']); |
|
153 | 153 | exit; |
154 | 154 | } |
155 | 155 | } |
156 | 156 | if ($added != '1') { |
157 | 157 | if ($importedresult['score'] > $eval[0]->get_max()) { |
158 | - header('Location: gradebook_view_result.php?selecteval=' . $select_eval . '&overwritemax='); |
|
158 | + header('Location: gradebook_view_result.php?selecteval='.$select_eval.'&overwritemax='); |
|
159 | 159 | exit; |
160 | 160 | } |
161 | 161 | $result = new Result(); |
@@ -174,18 +174,18 @@ discard block |
||
174 | 174 | } |
175 | 175 | } |
176 | 176 | } else { |
177 | - header('Location: ' . api_get_self() . '?import=&selecteval=' . $select_eval . '&importnofile='); |
|
177 | + header('Location: '.api_get_self().'?import=&selecteval='.$select_eval.'&importnofile='); |
|
178 | 178 | exit; |
179 | 179 | } |
180 | 180 | if ($overwritescore != 0) { |
181 | - header('Location: ' . api_get_self() . '?selecteval=' . $select_eval. '&importoverwritescore=' . $overwritescore); |
|
181 | + header('Location: '.api_get_self().'?selecteval='.$select_eval.'&importoverwritescore='.$overwritescore); |
|
182 | 182 | exit; |
183 | 183 | } |
184 | 184 | if ($nr_results_added == 0) { |
185 | - header('Location: ' . api_get_self() . '?selecteval=' . $select_eval. '¬hingadded='); |
|
185 | + header('Location: '.api_get_self().'?selecteval='.$select_eval.'¬hingadded='); |
|
186 | 186 | exit; |
187 | 187 | } |
188 | - header('Location: ' . api_get_self() . '?selecteval=' . $select_eval . '&importok='); |
|
188 | + header('Location: '.api_get_self().'?selecteval='.$select_eval.'&importok='); |
|
189 | 189 | exit; |
190 | 190 | } |
191 | 191 | } |
@@ -200,7 +200,7 @@ discard block |
||
200 | 200 | DataForm :: TYPE_EXPORT, |
201 | 201 | 'export_result_form', |
202 | 202 | null, |
203 | - api_get_self() . '?export=&selecteval=' . $select_eval, |
|
203 | + api_get_self().'?export=&selecteval='.$select_eval, |
|
204 | 204 | '_blank', |
205 | 205 | $locked_status |
206 | 206 | ); |
@@ -211,7 +211,7 @@ discard block |
||
211 | 211 | if ($export_result_form->validate()) { |
212 | 212 | $export = $export_result_form->exportValues(); |
213 | 213 | $file_type = $export['file_type']; |
214 | - $filename = 'export_results_' . gmdate('Y-m-d_H-i-s'); |
|
214 | + $filename = 'export_results_'.gmdate('Y-m-d_H-i-s'); |
|
215 | 215 | $results = Result :: load(null, null, $select_eval); |
216 | 216 | $data = array(); //when file type is csv, add a header to the output file |
217 | 217 | if ($file_type == 'csv') { |
@@ -231,9 +231,9 @@ discard block |
||
231 | 231 | $datagen = new ResultsDataGenerator($eval[0], $allresults); |
232 | 232 | |
233 | 233 | // set headers pdf |
234 | - !empty($_user['official_code']) ? $officialcode = $_user['official_code'] . ' - ' : ''; |
|
234 | + !empty($_user['official_code']) ? $officialcode = $_user['official_code'].' - ' : ''; |
|
235 | 235 | |
236 | - $h1 = array(get_lang('Teacher'), $officialcode . $_user['firstName'] . ', ' . $_user['lastName']); |
|
236 | + $h1 = array(get_lang('Teacher'), $officialcode.$_user['firstName'].', '.$_user['lastName']); |
|
237 | 237 | $h2 = array(get_lang('Score'), $eval[0]->get_max()); |
238 | 238 | $h3 = array(get_lang('Course'), $_course['name']); |
239 | 239 | $h4 = array(get_lang('Weight'), $eval[0]->get_weight()); |
@@ -243,9 +243,9 @@ discard block |
||
243 | 243 | $header_pdf = array($h1, $h2, $h3, $h4, $h5, $h6); |
244 | 244 | |
245 | 245 | // set footer pdf |
246 | - $f1 = '<hr />' . get_lang('Drh'); |
|
247 | - $f2 = '<hr />' . get_lang('Teacher'); |
|
248 | - $f3 = '<hr />' . get_lang('Date'); |
|
246 | + $f1 = '<hr />'.get_lang('Drh'); |
|
247 | + $f2 = '<hr />'.get_lang('Teacher'); |
|
248 | + $f3 = '<hr />'.get_lang('Date'); |
|
249 | 249 | $footer_pdf = array($f1, $f2, $f3); |
250 | 250 | |
251 | 251 | // set title pdf |
@@ -254,9 +254,9 @@ discard block |
||
254 | 254 | // set headers data table |
255 | 255 | $head_ape_name = ''; |
256 | 256 | if (api_is_western_name_order()) { |
257 | - $head_ape_name = get_lang('FirstName') . ', ' . get_lang('LastName'); |
|
257 | + $head_ape_name = get_lang('FirstName').', '.get_lang('LastName'); |
|
258 | 258 | } else { |
259 | - $head_ape_name = get_lang('LastName') . ', ' . get_lang('FirstName'); |
|
259 | + $head_ape_name = get_lang('LastName').', '.get_lang('FirstName'); |
|
260 | 260 | } |
261 | 261 | |
262 | 262 | $head_table = array( |
@@ -291,15 +291,15 @@ discard block |
||
291 | 291 | $result[] = $user_info['username']; |
292 | 292 | |
293 | 293 | if (api_is_western_name_order()) { |
294 | - $result[] = $user_info['firstname'] . ', ' . $user_info['lastname']; |
|
294 | + $result[] = $user_info['firstname'].', '.$user_info['lastname']; |
|
295 | 295 | } else { |
296 | - $result[] = $user_info['lastname'] . ', ' . $user_info['firstname']; |
|
296 | + $result[] = $user_info['lastname'].', '.$user_info['firstname']; |
|
297 | 297 | } |
298 | 298 | if ($number_decimals == null) { |
299 | 299 | if (empty($data['scoreletter']) && !is_numeric($data['score'])) { |
300 | 300 | $result[] = get_lang('DidNotTakeTheExam'); |
301 | 301 | } else { |
302 | - $result[] = api_strtoupper(get_lang('Literal' . $data['scoreletter'])); |
|
302 | + $result[] = api_strtoupper(get_lang('Literal'.$data['scoreletter'])); |
|
303 | 303 | } |
304 | 304 | } else { |
305 | 305 | if (empty($data['score']) && !is_numeric($data['score'])) { |
@@ -350,7 +350,7 @@ discard block |
||
350 | 350 | if (isset($_GET['resultdelete'])) { |
351 | 351 | $result = Result :: load($_GET['resultdelete']); |
352 | 352 | $result[0]->delete(); |
353 | - header('Location: gradebook_view_result.php?deleteresult=&selecteval=' . $select_eval); |
|
353 | + header('Location: gradebook_view_result.php?deleteresult=&selecteval='.$select_eval); |
|
354 | 354 | exit; |
355 | 355 | } |
356 | 356 | |
@@ -367,7 +367,7 @@ discard block |
||
367 | 367 | $result[0]->delete(); |
368 | 368 | $number_of_deleted_results++; |
369 | 369 | } |
370 | - header('Location: gradebook_view_result.php?massdelete=&selecteval=' . $select_eval); |
|
370 | + header('Location: gradebook_view_result.php?massdelete=&selecteval='.$select_eval); |
|
371 | 371 | exit; |
372 | 372 | break; |
373 | 373 | } |
@@ -408,14 +408,14 @@ discard block |
||
408 | 408 | |
409 | 409 | $htmlHeadXtra[] = '<script> |
410 | 410 | function confirmationuser() { |
411 | - if (confirm("' . get_lang('DeleteUser') . '?")) |
|
411 | + if (confirm("' . get_lang('DeleteUser').'?")) |
|
412 | 412 | {return true;} |
413 | 413 | else |
414 | 414 | {return false;} |
415 | 415 | } |
416 | 416 | |
417 | 417 | function confirmationall () { |
418 | - if (confirm("' . get_lang('DeleteAll') . '?")) |
|
418 | + if (confirm("' . get_lang('DeleteAll').'?")) |
|
419 | 419 | {return true;} |
420 | 420 | else |
421 | 421 | {return false;} |
@@ -423,13 +423,13 @@ discard block |
||
423 | 423 | </script>'; |
424 | 424 | if (isset($_GET['deleteall'])) { |
425 | 425 | $eval[0]->delete_results(); |
426 | - header('Location: '.api_get_path(WEB_CODE_PATH).'gradebook/gradebook_view_result.php?allresdeleted=&selecteval=' . $select_eval.'&'.api_get_cidreq()); |
|
426 | + header('Location: '.api_get_path(WEB_CODE_PATH).'gradebook/gradebook_view_result.php?allresdeleted=&selecteval='.$select_eval.'&'.api_get_cidreq()); |
|
427 | 427 | exit; |
428 | 428 | } |
429 | 429 | if (!isset($_GET['export']) && (!isset($_GET['import']))) { |
430 | 430 | if (!isset($_GET['selectcat'])) { |
431 | 431 | $interbreadcrumb[] = array( |
432 | - 'url' => $_SESSION['gradebook_dest'] . '?selectcat=' . $currentcat[0]->get_id().'&'.api_get_cidreq(), |
|
432 | + 'url' => $_SESSION['gradebook_dest'].'?selectcat='.$currentcat[0]->get_id().'&'.api_get_cidreq(), |
|
433 | 433 | 'name' => get_lang('Details') |
434 | 434 | ); |
435 | 435 | } |
@@ -484,7 +484,7 @@ discard block |
||
484 | 484 | Display :: display_warning_message(get_lang('OverWriteMax'), false); |
485 | 485 | } |
486 | 486 | if (isset($_GET['importoverwritescore'])) { |
487 | - Display :: display_confirmation_message(get_lang('ImportOverWriteScore') . ' ' . $_GET['importoverwritescore']); |
|
487 | + Display :: display_confirmation_message(get_lang('ImportOverWriteScore').' '.$_GET['importoverwritescore']); |
|
488 | 488 | } |
489 | 489 | if (isset($_GET['import_user_error'])) { |
490 | 490 | $userinfo = api_get_user_info($_GET['import_user_error']); |
@@ -497,7 +497,7 @@ discard block |
||
497 | 497 | } |
498 | 498 | if (isset($_GET['import_score_error'])) { |
499 | 499 | $userinfo = api_get_user_info($_GET['import_score_error']); |
500 | - Display :: display_warning_message(get_lang('ScoreDoesNotMatch') . ' ' . api_get_person_name($userinfo['firstname'], $userinfo['lastname'])); |
|
500 | + Display :: display_warning_message(get_lang('ScoreDoesNotMatch').' '.api_get_person_name($userinfo['firstname'], $userinfo['lastname'])); |
|
501 | 501 | } |
502 | 502 | if ($file_type == null) { |
503 | 503 | //show the result header |
@@ -12,7 +12,7 @@ discard block |
||
12 | 12 | * @param string View to print as a title for the table |
13 | 13 | * @param string Course name to print as title for the table |
14 | 14 | */ |
15 | -function print_table($data_array,$header_names,$view,$coursename) |
|
15 | +function print_table($data_array, $header_names, $view, $coursename) |
|
16 | 16 | { |
17 | 17 | $printdata = '<!DOCTYPE html |
18 | 18 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | |
161 | 161 | $count_pages = ceil(count($data_table) / $items_per_page); |
162 | 162 | $content_table = ''; |
163 | - for ($x = 0; $x<$count_pages; $x++) { |
|
163 | + for ($x = 0; $x < $count_pages; $x++) { |
|
164 | 164 | $content_table .= '<table width="100%" border="1" style="border-collapse:collapse">'; |
165 | 165 | // header table |
166 | 166 | $content_table .= '<tr>'; |
@@ -169,7 +169,7 @@ discard block |
||
169 | 169 | |
170 | 170 | foreach ($headers_table as $head_table) { |
171 | 171 | if (!empty($head_table[0])) { |
172 | - $width = (!empty($head_table[1])?$head_table[1].'%':''); |
|
172 | + $width = (!empty($head_table[1]) ? $head_table[1].'%' : ''); |
|
173 | 173 | $content_table .= '<th width="'.$width.'">'.$head_table[0].'</th>'; |
174 | 174 | $i++; |
175 | 175 | } |
@@ -178,16 +178,16 @@ discard block |
||
178 | 178 | $content_table .= '</tr>'; |
179 | 179 | // body table |
180 | 180 | if (is_array($data_table) && count($data_table) > 0) { |
181 | - $offset = $x*$items_per_page; |
|
182 | - $data_table = array_slice ($data_table, $offset, count($data_table)); |
|
181 | + $offset = $x * $items_per_page; |
|
182 | + $data_table = array_slice($data_table, $offset, count($data_table)); |
|
183 | 183 | $i = 1; |
184 | - $item = $offset+1; |
|
184 | + $item = $offset + 1; |
|
185 | 185 | foreach ($data_table as $data) { |
186 | 186 | $content_table .= '<tr>'; |
187 | - $content_table .= '<td>'.($item<10?'0'.$item:$item).'</td>'; |
|
187 | + $content_table .= '<td>'.($item < 10 ? '0'.$item : $item).'</td>'; |
|
188 | 188 | foreach ($data as $key => $content) { |
189 | 189 | if (isset($content)) { |
190 | - $key == 1 ? $align='align="left"':$align='align="center"'; |
|
190 | + $key == 1 ? $align = 'align="left"' : $align = 'align="center"'; |
|
191 | 191 | $content_table .= '<td '.$align.' style="padding:4px;" >'.$content.'</td>'; |
192 | 192 | } |
193 | 193 | } |
@@ -240,10 +240,10 @@ discard block |
||
240 | 240 | <h1>'.$title_pdf.'</h1></td></tr>'; |
241 | 241 | foreach ($headers_pdf as $header_pdf) { |
242 | 242 | if (!empty($header_pdf[0]) && !empty($header_pdf[1])) { |
243 | - $header.= '<tr><td><strong>'.$header_pdf[0].'</strong> </td><td>'.$header_pdf[1].'</td></tr>'; |
|
243 | + $header .= '<tr><td><strong>'.$header_pdf[0].'</strong> </td><td>'.$header_pdf[1].'</td></tr>'; |
|
244 | 244 | } |
245 | 245 | } |
246 | - $header.='</table><br />'; |
|
246 | + $header .= '</table><br />'; |
|
247 | 247 | } |
248 | 248 | |
249 | 249 | // preparing footer pdf |
@@ -267,7 +267,7 @@ discard block |
||
267 | 267 | } |
268 | 268 | $items_per_page = 30; |
269 | 269 | $count_pages = ceil(count($data_table) / $items_per_page); |
270 | - for ($x = 0; $x<$count_pages; $x++) { |
|
270 | + for ($x = 0; $x < $count_pages; $x++) { |
|
271 | 271 | $content_table .= '<table width="100%" border="1" style="border-collapse:collapse">'; |
272 | 272 | // header table |
273 | 273 | $content_table .= '<tr>'; |
@@ -275,7 +275,7 @@ discard block |
||
275 | 275 | if (is_array($headers_table)) { |
276 | 276 | foreach ($headers_table as $head_table) { |
277 | 277 | if (!empty($head_table[0])) { |
278 | - $width = (!empty($head_table[1])?$head_table[1].'%':''); |
|
278 | + $width = (!empty($head_table[1]) ? $head_table[1].'%' : ''); |
|
279 | 279 | $content_table .= '<th width="'.$width.'">'.$head_table[0].'</th>'; |
280 | 280 | $i++; |
281 | 281 | } |
@@ -285,16 +285,16 @@ discard block |
||
285 | 285 | // body table |
286 | 286 | |
287 | 287 | if (is_array($data_table) && count($data_table) > 0) { |
288 | - $offset = $x*$items_per_page; |
|
289 | - $data_table = array_slice ($data_table, $offset, count($data_table)); |
|
288 | + $offset = $x * $items_per_page; |
|
289 | + $data_table = array_slice($data_table, $offset, count($data_table)); |
|
290 | 290 | $i = 1; |
291 | - $item = $offset+1; |
|
291 | + $item = $offset + 1; |
|
292 | 292 | foreach ($data_table as $data) { |
293 | 293 | $content_table .= '<tr>'; |
294 | - $content_table .= '<td>'.($item<10?'0'.$item:$item).'</td>'; |
|
294 | + $content_table .= '<td>'.($item < 10 ? '0'.$item : $item).'</td>'; |
|
295 | 295 | foreach ($data as $key => $content) { |
296 | 296 | if (isset($content)) { |
297 | - $key == 1 ? $align='align="left"':$align='align="center"'; |
|
297 | + $key == 1 ? $align = 'align="left"' : $align = 'align="center"'; |
|
298 | 298 | $content_table .= '<td '.$align.' style="padding:4px;" >'.$content.'</td>'; |
299 | 299 | } |
300 | 300 | } |
@@ -312,7 +312,7 @@ discard block |
||
312 | 312 | $pdf = new PDF(); |
313 | 313 | $pdf->set_custom_footer($footer); |
314 | 314 | $pdf->set_custom_header($headers_in_pdf); |
315 | - $pdf->content_to_pdf($header.$content_table, $css, $title_pdf ); |
|
315 | + $pdf->content_to_pdf($header.$content_table, $css, $title_pdf); |
|
316 | 316 | exit; |
317 | 317 | |
318 | 318 | } |
@@ -327,8 +327,8 @@ discard block |
||
327 | 327 | function export_pdf($pdf, $newarray, $header_names, $format) |
328 | 328 | { |
329 | 329 | $pdf->selectFont(api_get_path(LIBRARY_PATH).'ezpdf/fonts/Courier.afm'); |
330 | - $pdf->ezSetCmMargins(0,0,0,0); |
|
331 | - $pdf->ezSetY(($format=='portrait')?'820':'570'); |
|
330 | + $pdf->ezSetCmMargins(0, 0, 0, 0); |
|
331 | + $pdf->ezSetY(($format == 'portrait') ? '820' : '570'); |
|
332 | 332 | $pdf->selectFont(api_get_path(LIBRARY_PATH).'ezpdf/fonts/Courier.afm'); |
333 | 333 | if ($format == 'portrait') { |
334 | 334 | $pdf->line(40, 790, 540, 790); |
@@ -337,7 +337,7 @@ discard block |
||
337 | 337 | $pdf->line(40, 540, 790, 540); |
338 | 338 | $pdf->line(40, 40, 790, 40); |
339 | 339 | } |
340 | - $pdf->ezSetY(($format=='portrait')?'750':'520'); |
|
340 | + $pdf->ezSetY(($format == 'portrait') ? '750' : '520'); |
|
341 | 341 | $pdf->ezTable($newarray, $header_names, '', array( |
342 | 342 | 'showHeadings' => 1, |
343 | 343 | 'shaded' => 1, |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | } |
29 | 29 | |
30 | 30 | |
31 | -$interbreadcrumb[] = array('url' => 'session_list.php','name' => get_lang('SessionList')); |
|
31 | +$interbreadcrumb[] = array('url' => 'session_list.php', 'name' => get_lang('SessionList')); |
|
32 | 32 | $interbreadcrumb[] = array( |
33 | 33 | 'url' => "resume_session.php?id_session=".$sessionId, |
34 | 34 | "name" => get_lang('SessionOverview') |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | if ($days > 0) { |
61 | 61 | $msg = sprintf(get_lang('FirstAccessWasXSessionDurationYEndDateInZDays'), $firstAccessString, $duration, $days); |
62 | 62 | } else { |
63 | - $endDateInSeconds = $firstAccess + $duration * 24*60*60; |
|
63 | + $endDateInSeconds = $firstAccess + $duration * 24 * 60 * 60; |
|
64 | 64 | $last = api_convert_and_format_date($endDateInSeconds, DATE_FORMAT_SHORT); |
65 | 65 | $msg = sprintf(get_lang('FirstAccessWasXSessionDurationYEndDateWasZ'), $firstAccessString, $duration, $last); |
66 | 66 | } |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | $tool_name = get_lang('SessionOverview'); |
30 | 30 | |
31 | 31 | //$interbreadcrumb[] = array('url' => 'index.php','name' => get_lang('PlatformAdmin')); |
32 | -$interbreadcrumb[] = array('url' => 'session_list.php','name' => get_lang('SessionList')); |
|
32 | +$interbreadcrumb[] = array('url' => 'session_list.php', 'name' => get_lang('SessionList')); |
|
33 | 33 | |
34 | 34 | $orig_param = '&origin=resume_session'; |
35 | 35 | |
@@ -183,7 +183,7 @@ discard block |
||
183 | 183 | |
184 | 184 | $coachs = array(); |
185 | 185 | if (Database::num_rows($rs) > 0) { |
186 | - while($info_coach = Database::fetch_array($rs)) { |
|
186 | + while ($info_coach = Database::fetch_array($rs)) { |
|
187 | 187 | $coachs[] = api_get_person_name( |
188 | 188 | $info_coach['firstname'], |
189 | 189 | $info_coach['lastname'] |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | } |
195 | 195 | |
196 | 196 | if (count($coachs) > 0) { |
197 | - $coach = implode('<br />',$coachs); |
|
197 | + $coach = implode('<br />', $coachs); |
|
198 | 198 | } else { |
199 | 199 | $coach = get_lang('None'); |
200 | 200 | } |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | $downIcon = 'down.png'; |
218 | 218 | $downUrl = api_get_self().'?id_session='.$sessionId.'&course_id='.$course->getId().'&action=move_down'; |
219 | 219 | |
220 | - if ($count +1 == count($courses)) { |
|
220 | + if ($count + 1 == count($courses)) { |
|
221 | 221 | $downIcon = 'down_na.png'; |
222 | 222 | $downUrl = '#'; |
223 | 223 | } |
@@ -244,7 +244,7 @@ discard block |
||
244 | 244 | <td>'.$coach.'</td> |
245 | 245 | <td>'.$numberOfUsers.'</td> |
246 | 246 | <td> |
247 | - <a href="'. $courseUrl . '">'. |
|
247 | + <a href="'. $courseUrl.'">'. |
|
248 | 248 | Display::return_icon('course_home.gif', get_lang('Course')).'</a> |
249 | 249 | '.$orderButtons.' |
250 | 250 | <a href="session_course_user_list.php?id_session='.$sessionId.'&course_code='.$course->getCode().'">'. |
@@ -309,7 +309,7 @@ discard block |
||
309 | 309 | array('onclick' => "javascript:if(!confirm('".get_lang('ConfirmYourChoice')."')) return false;") |
310 | 310 | ); |
311 | 311 | |
312 | - $addUserToUrlLink= ''; |
|
312 | + $addUserToUrlLink = ''; |
|
313 | 313 | if ($multiple_url_is_on) { |
314 | 314 | if ($user['access_url_id'] != $url_id) { |
315 | 315 | $userLink .= ' '.Display::return_icon( |
@@ -108,7 +108,7 @@ |
||
108 | 108 | ], |
109 | 109 | ['BulletedList', 'NumberedList', 'HorizontalRule'], |
110 | 110 | ['JustifyLeft', 'JustifyCenter', 'JustifyBlock'], |
111 | - [ 'Styles', |
|
111 | + ['Styles', |
|
112 | 112 | 'Format', |
113 | 113 | 'Font', |
114 | 114 | 'FontSize', |