1
0
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:
Cameron
2015-01-30 02:48:54 -08:00
parent 968e9d8ee3
commit 5f61cf2ccb
6 changed files with 15 additions and 17 deletions

View File

@@ -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)
{