Skip to content

Commit

Permalink
Merge pull request #4043 from yesszus/patch-1
Browse files Browse the repository at this point in the history
Issue #6 LAN Corrections.
  • Loading branch information
CaMer0n authored Jul 1, 2020
2 parents d61ebe2 + cf9cf7b commit 5f58f8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion e107_handlers/media_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ function browserCarousel($data,$parm=null)

$data_src = $this->mediaSelectNav($parm['category'], $parm['tagid'], $parm);
$carouselID = 'media-carousel-'.$parm['action'];
$searchToolttip = (empty($parm['searchTooltip'])) ? "Enter some text to filter results" : $parm['searchTooltip'];
$searchToolttip = (empty($parm['searchTooltip'])) ? IMALAN_186 : $parm['searchTooltip'];
//$text = "<form class='form-search' action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='get'>";

$text = '';
Expand Down
1 change: 1 addition & 0 deletions e107_languages/English/admin/lan_image.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,4 @@
define("IMALAN_183", "PNG and GIF files will be automatically converted to jpeg format. (icons excluded)");
define("IMALAN_184", "Default Image Sizes");
define("IMALAN_185", "Maximum height in pixels");
define("IMALAN_186", "Enter some text to filter results");

0 comments on commit 5f58f8f

Please sign in to comment.