From 7a16e06316587b0b67ec7f1a73263d05b9e129c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 4 Oct 2016 09:37:53 +0200 Subject: [PATCH] Some corrections Update codes --- e107_handlers/media_class.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/e107_handlers/media_class.php b/e107_handlers/media_class.php index 0fd0096a7..15a81309e 100644 --- a/e107_handlers/media_class.php +++ b/e107_handlers/media_class.php @@ -695,17 +695,21 @@ class e_media // $text .= " "; // Manual filter, if onkeyup ajax fails for some reason. $text .= ""; // Manual filter, if onkeyup ajax fails for some reason. - $text .= ""; // see next page of images. + $text .= ""; // see next page of images. - $text .= ""; // see next page of images. + $text .= ""; // see next page of images. $text .= ""; - $text .= "
".IMALAN_162." ".($frm +1)."-".($dipTotal)."".IMALAN_163." ".$total." ".IMALAN_164.".
\n"; + $text .= "
"; + $text .= e107::getParser()->lanVars(IMALAN_162, array('x'=> $frm +1, 'y'=> $dipTotal, 'z'=>$total )); + $text .= "
\n"; $text .= "
"; } - $text .= "\n"; + $text .= "\n"; if($bbcode == null) // e107 Media Manager - new-image mode.