mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Merge pull request #4043 from yesszus/patch-1
Issue #6 LAN Corrections.
This commit is contained in:
commit
5f58f8f59d
@ -1728,7 +1728,7 @@ class e_media
|
||||
|
||||
$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 = '';
|
||||
|
@ -210,3 +210,4 @@ define("IMALAN_182", "Convert to jpeg during import");
|
||||
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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user