1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 10:20:45 +02:00

Theme Manager Lans

This commit is contained in:
CaMer0n
2009-07-06 06:33:29 +00:00
parent 4bd58644f1
commit 10af36751f
2 changed files with 19 additions and 12 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/theme_handler.php,v $
| $Revision: 1.16 $
| $Date: 2009-07-06 05:59:42 $
| $Revision: 1.17 $
| $Date: 2009-07-06 06:33:29 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -493,18 +493,18 @@ class themeHandler{
}
if($theme['layouts']) // New in 0.8 WORK IN PROGRESS ----
if($theme['layouts']) // New in 0.8 ----
{
$itext .= "<tr>
<td style='vertical-align:top; width:24%'><b>".TPVLAN_50."</b>:</td>
<td colspan='2' style='vertical-align:top'>
<table class='adminlist' style='auto;width:100%' >
<tr>";
$itext .= ($mode == 1) ? "<td class='fcaption' style='width:15%;text-align:center;vertical-align:top;'>Default</td>" : "";
$itext .= ($mode == 1) ? "<td class='fcaption' style='width:15%;text-align:center;vertical-align:top;'>".TPVLAN_55."</td>" : "";
$itext .= "
<td class='fcaption' style='width:30%'>Title</td>
<td class='fcaption' style='width:30%'>Requirements</td>
<td class='fcaption' style='text-align:center;width:100px'>Menu Preset</td>
<td class='fcaption' style='width:30%'>".TPVLAN_52."</td>
<td class='fcaption' style='width:30%'>".TPVLAN_53."</td>
<td class='fcaption' style='text-align:center;width:100px'>".TPVLAN_54."</td>
</tr>\n";
foreach($theme['layouts'] as $key=>$val)
@@ -552,9 +552,9 @@ class themeHandler{
<tr><td style='vertical-align:top;'><b>".TPVLAN_22.":</b></td><td colspan='2' style='vertical-align:top'>
<table class='adminlist' style='width:100%' >
<tr>
<td class='fcaption center' style='width:15%'>Default</td>
<td class='fcaption' style='width:30%'>Title</td>
<td class='fcaption' style='text-align:center'>Description</td>
<td class='fcaption center' style='width:15%'>".TPVLAN_55."</td>
<td class='fcaption' style='width:30%'>".TPVLAN_52."</td>
<td class='fcaption left'>".TPVLAN_7."</td>
</tr>\n";
foreach($theme['css'] as $css)

View File

@@ -4,11 +4,13 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_theme.php,v $
| $Revision: 1.4 $
| $Date: 2009-07-06 05:59:42 $
| $Revision: 1.5 $
| $Date: 2009-07-06 06:33:29 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
define("TPVLAN_1", "You are looking at a preview of the <b>'".PREVIEWTHEMENAME."'</b> theme. It has not been set as the main theme for your site, it has been activated to provide a preview of how the theme looks.<br />To set this theme as your site theme, <a href='".e_ADMIN."theme.php'>return to your theme manager</a> and select 'Set As Site Theme'.<br />To preview more themes please <a href='".e_ADMIN."theme.php'>click here</a>");
define("TPVLAN_2", "Theme Preview");
define("TPVLAN_3", "Main site theme set to");
@@ -67,6 +69,11 @@ define("TPVLAN_48", "code:");
define("TPVLAN_49", "Compliance");
define("TPVLAN_50", "Layouts");
define("TPVLAN_51", "Change Theme");
define("TPVLAN_52", "Name");
define("TPVLAN_53", "Requirements");
define("TPVLAN_54", "Menu Preset");
define("TPVLAN_55", "Default");