1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Improved styling of layouts configuration area.

This commit is contained in:
Cameron
2014-01-07 08:21:45 -08:00
parent 8805c40a1e
commit 3c95deb718

View File

@@ -1197,16 +1197,16 @@ class themeHandler
<table class='table adminlist'> <table class='table adminlist'>
<colgroup> <colgroup>
<col class='col-tm-layout-default' style='width:10%' /> <col class='col-tm-layout-default' style='width:10%' />
<col class='col-tm-layout-name' style='width:20%' /> <col class='col-tm-layout-name' style='width:40%' />
<col class='col-tm-layout-visibility' style='width:35%' /> <col class='col-tm-layout-visibility' style='width:30%' />
<col class='col-tm-layout-preset' style='width:35%' /> <col class='col-tm-layout-preset' style='width:20%' />
</colgroup> </colgroup>
<tr>"; <tr>";
$itext .= ($mode == 1) ? "<td class='center top'>".TPVLAN_55."</td>" : ""; $itext .= ($mode == 1) ? "<th class='center top'>".TPVLAN_55."</th>" : "";
$itext .= " $itext .= "
<td>".TPVLAN_52."</td> <th>".TPVLAN_52."</th>
<td>".TPVLAN_56."</td> <th>".TPVLAN_56."</th>
<td>".TPVLAN_54."</td> <th class='text-right' style='text-align:right'>".TPVLAN_54."</th>
</tr>\n"; </tr>\n";
@@ -1420,7 +1420,7 @@ class themeHandler
$men->curLayout = $key; $men->curLayout = $key;
$preset = $men->getMenuPreset(); $preset = $men->getMenuPreset();
$text .= "<div class='btn-group'>".$frm->admin_button("setMenuPreset[".$key."]", "Activate Menus",'other'); $text .= "<div class='btn-group pull-right'>".$frm->admin_button("setMenuPreset[".$key."]", "Activate Menus",'other');
$text .= '<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown"> $text .= '<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span> <span class="caret"></span>
</button> </button>