From 3219f7911f44e56d027a1bc263782da9b25a0783 Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Thu, 9 Feb 2017 15:41:10 -0500 Subject: [PATCH] fix cd.gif for cd.png --- main/exercise/exercise.php | 2 +- main/exercise/question_pool.php | 2 +- main/img/icons/22/cd_na.png | Bin 0 -> 1125 bytes main/lp/lp_list.php | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 main/img/icons/22/cd_na.png diff --git a/main/exercise/exercise.php b/main/exercise/exercise.php index 299e62f4b0..a097e49248 100644 --- a/main/exercise/exercise.php +++ b/main/exercise/exercise.php @@ -742,7 +742,7 @@ if (!empty($exerciseList)) { // Export $actions .= Display::url( - Display::return_icon('cd.gif', get_lang('CopyExercise')), + Display::return_icon('cd.png', get_lang('CopyExercise')), '', array( 'onclick' => "javascript:if(!confirm('".addslashes(api_htmlentities(get_lang('AreYouSureToCopy'), ENT_QUOTES, $charset))." ".addslashes($row['title'])."?"."')) return false;", diff --git a/main/exercise/question_pool.php b/main/exercise/question_pool.php index 3fbcff2014..8fc9475f23 100755 --- a/main/exercise/question_pool.php +++ b/main/exercise/question_pool.php @@ -912,7 +912,7 @@ function get_action_icon_for_question( case "clone": $url = api_get_self()."?".api_get_cidreq().$getParams."&question_copy=$in_questionid&course_id=$in_selected_course&fromExercise=$from_exercise"; $res = Display::url( - Display::return_icon('cd.gif', get_lang('ReUseACopyInCurrentTest')), + Display::return_icon('cd.png', get_lang('ReUseACopyInCurrentTest')), $url ); break; diff --git a/main/img/icons/22/cd_na.png b/main/img/icons/22/cd_na.png new file mode 100644 index 0000000000000000000000000000000000000000..3b2318d8bac701d57771feae54e261488e3c3656 GIT binary patch literal 1125 zcmV-r1e*JaP)UgVA>wu;VQ9M?8)rxY)sQMD2f766j7~K?h(HYE|;AF zAp~x>8;YXDYPH%Ag+k$vyNcEJ_Vy3@`}+xF42&^w&TrFD6jZBKlu9KOi$zG11OWD) z<~%kwMqDn}XH8M`FJ+HLM@QdsI2>S%K@bFczP`T3{{B8Fr4R%GhGC$$w-;Wo_ugKo z(}{RI{tl(okxVA91pv@>y)O_5NKN0GDlE%FHk(B#6vDv30OIjDy1KfM$z)(z78qkN zO%tYR!m=!Mc6N%jS}kT2%t_W?Wre;pXNBx~?OUNc=Q4HT8?%?+0THhGG0& zC{ctg%LoR8;G73+D*%{=Vc2S$=@CM}IR_yG;c&RC(P*%{|2XH6BngyKh@yzr)>eq3 zNNn)M#l>&sa`_p5B}qa{OAE5uET*TY{e%$YayfWB9!Qd8L!01Ar2@;cayIz*`1sd+ zK7YwM*B-*VyStIk=aEjQ0RVwO06jfDHmn(xQta*RHB?p2-L>K*lgVrpi^U0D*Y7E( zlp+#|K+`lxl4KY4A@uzG9O-oW>r^Ub-tA-K?Ck8z_4W0ehyBSIgD8rSBnhG@!r^d$ zQVK$d4P}gBadFY4lz#rq$*b4vzZ-_}ipS%5I}{4p6=#e=RaGd8V*5!cwF^fGK`NEP z($dn$o12@f&%1f;DwS6?O^b&@ArM0F^yyQywzfi5RZvPHNfKmPzHKGbL@JfS z{QUfrbUHozkGC5D>*VC*`*OL=Pft(ZY-?+yilV^ncB7@G<(}edwTgv>1#@|Md3tMW z>(dv0LAtxUqh7D~!*DqK?$FSXueY}snx>&vt6^tnr@FSb_LZutUuO00000NkvXXu0mjfMcW-1 literal 0 HcmV?d00001 diff --git a/main/lp/lp_list.php b/main/lp/lp_list.php index 52a25076ca..73bc353a01 100755 --- a/main/lp/lp_list.php +++ b/main/lp/lp_list.php @@ -614,7 +614,7 @@ foreach ($categories as $item) { if ($details['lp_type'] == 1) { $dsp_disk = Display::url( Display::return_icon( - 'cd.gif', + 'cd.png', get_lang('Export'), array(), ICON_SIZE_SMALL @@ -625,7 +625,7 @@ foreach ($categories as $item) { } elseif ($details['lp_type'] == 2) { $dsp_disk = Display::url( Display::return_icon( - 'cd.gif', + 'cd.png', get_lang('Export'), array(), ICON_SIZE_SMALL @@ -634,7 +634,7 @@ foreach ($categories as $item) { ); } else { $dsp_disk = Display::return_icon( - 'cd_gray.gif', + 'cd_na.png', get_lang('Export'), array(), ICON_SIZE_SMALL