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

Theme manager styling.

This commit is contained in:
Cameron
2015-02-06 01:03:09 -08:00
parent bc85167383
commit 6cd5513fd2
2 changed files with 7 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
$e_sub_cat = 'theme_manage';
e107::css("inline","
h2 { text-align: right; margin-bottom: -30px; padding-right: 10px; }
.hide { display: none }
.admin-theme-thumb { height:130px;overflow:hidden;border:1px solid black; margin:0px; margin-bottom:10px; padding:0px; }
.admin-theme-thumb:hover { opacity:0.4 }

View File

@@ -809,7 +809,7 @@ class themeHandler
$itext .= "<tr>
<td style='vertical-align:top; width:24%'><b>".TPVLAN_50."</b>:</td>
<td class='well' style='vertical-align:top'>
<table class='table' style='margin-left:0px;margin-right:auto' >
<table class='table table-striped table-bordered' style='margin-left:0px;margin-right:auto' >
<tr>";
$itext .= ($mode == 1) ? "<td class='fcaption' style='text-align:center;vertical-align:top;'>Default</td>" : "";
$itext .= "
@@ -1214,7 +1214,7 @@ class themeHandler
$itext = "<tr>
<td style='vertical-align:top; width:24%'><b>".TPVLAN_50."</b>:</td>
<td colspan='2' style='vertical-align:top'>
<table class='table adminlist'>
<table class='table table-bordered table-striped'>
<colgroup>
<col class='col-tm-layout-default' style='width:10%' />
<col class='col-tm-layout-name' style='width:40%' />
@@ -1333,7 +1333,7 @@ class themeHandler
$text .= "
<tr><td style='vertical-align:top;'><b>".TPVLAN_22.":</b></td>
<td colspan='2' style='vertical-align:top'>
<table class='table adminlist' >
<table class='table table-bordered table-striped' >
<tr>
<td class='center' style='width:10%'>".TPVLAN_55."</td>
<td style='width:20%'>".TPVLAN_52."</td>
@@ -1472,7 +1472,9 @@ class themeHandler
$men = new e_menuManager();
$men->curLayout = $key;
$preset = $men->getMenuPreset();
$preset = $men->getMenuPreset(); //FIXME Broken XML format.
// print_a($preset);
$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">