1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

media-picker work. Issue #6 Removed '...' from LAN_SELECT and added manually where appropriate.

This commit is contained in:
Cameron
2018-07-25 12:29:52 -07:00
parent 74f19820b0
commit 9b2772b7ac
8 changed files with 57 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ if (ADMIN == TRUE)
$amtext = "<div class='text-center' style='text-align:center'>
<select name='activate' onchange='urljump(this.options[selectedIndex].value)' class='tbox form-control'>
<option>".LAN_SELECT."</option>\n";
<option>".LAN_SELECT."...</option>\n";
foreach ($array_functions as $link_value)
{
$amtext .= render_admin_links($link_value['link'], $link_value['title'], $link_value['perms']);