ソースを参照

Minor - add percentage symbol to lp progress for teacher view - refs BT#13836

Angel Fernando Quiroz Campos 7 年 前
コミット
5766e4e379
1 ファイル変更1 行追加1 行削除
  1. 1 1
      main/lp/lp_list.php

+ 1 - 1
main/lp/lp_list.php

@@ -368,7 +368,7 @@ foreach ($categories as $item) {
             }
             }
 
 
             if ($is_allowed_to_edit) {
             if ($is_allowed_to_edit) {
-                $dsp_progress = '<center>'.$progress.'</center>';
+                $dsp_progress = '<center>'.$progress.'%</center>';
             } else {
             } else {
                 $dsp_progress = '';
                 $dsp_progress = '';
                 if (!api_is_invitee()) {
                 if (!api_is_invitee()) {