mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Update media_class.php
This commit is contained in:
@@ -1359,7 +1359,7 @@ class e_media
|
|||||||
|
|
||||||
$text .= "<div class='col-md-4 text-right'>".
|
$text .= "<div class='col-md-4 text-right'>".
|
||||||
$this->browserCarouselItemSelector($data).
|
$this->browserCarouselItemSelector($data).
|
||||||
"<button class='btn btn-xs btn-primary' style='margin-top:7px'>Select</button></a></div>
|
"<button class='btn btn-xs btn-primary' style='margin-top:7px'>".LAN_SELECT."</button></a></div>
|
||||||
</div>\n\n";
|
</div>\n\n";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -1382,7 +1382,7 @@ class e_media
|
|||||||
|
|
||||||
$text .= "<div class='col-md-4 text-right'>".
|
$text .= "<div class='col-md-4 text-right'>".
|
||||||
$this->browserCarouselItemSelector($data).
|
$this->browserCarouselItemSelector($data).
|
||||||
"<button class='btn btn-xs btn-primary' style='margin-top:7px'>Select</button></a></div>
|
"<button class='btn btn-xs btn-primary' style='margin-top:7px'>".LAN_SELECT."</button></a></div>
|
||||||
</div>";
|
</div>";
|
||||||
|
|
||||||
|
|
||||||
@@ -1620,7 +1620,7 @@ class e_media
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$text .= "<div class='alert alert-info alert-block text-center'>No Results Found.</div>";
|
$text .= "<div class='alert alert-info alert-block text-center'>".LAN_NO_RESULTS_FOUND."</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$text .= ($c != 0) ? "</div>\n<!-- End Slide -->\n" : "";
|
$text .= ($c != 0) ? "</div>\n<!-- End Slide -->\n" : "";
|
||||||
|
Reference in New Issue
Block a user