mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
General Bootstrap3 styling fixes.
This commit is contained in:
@@ -28,7 +28,7 @@ if (ADMIN == TRUE)
|
||||
$array_functions = $nav->adminLinks();
|
||||
|
||||
$amtext = "<div class='text-center' style='text-align:center'>
|
||||
<select name='activate' onchange='urljump(this.options[selectedIndex].value)' class='tbox'>
|
||||
<select name='activate' onchange='urljump(this.options[selectedIndex].value)' class='tbox form-control'>
|
||||
<option>".LAN_SELECT."</option>\n";
|
||||
foreach ($array_functions as $link_value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user