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:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/theme_handler.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/theme_handler.php,v $
|
||||||
| $Revision: 1.16 $
|
| $Revision: 1.17 $
|
||||||
| $Date: 2009-07-06 05:59:42 $
|
| $Date: 2009-07-06 06:33:29 $
|
||||||
| $Author: e107coders $
|
| $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>
|
$itext .= "<tr>
|
||||||
<td style='vertical-align:top; width:24%'><b>".TPVLAN_50."</b>:</td>
|
<td style='vertical-align:top; width:24%'><b>".TPVLAN_50."</b>:</td>
|
||||||
<td colspan='2' style='vertical-align:top'>
|
<td colspan='2' style='vertical-align:top'>
|
||||||
<table class='adminlist' style='auto;width:100%' >
|
<table class='adminlist' style='auto;width:100%' >
|
||||||
<tr>";
|
<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 .= "
|
$itext .= "
|
||||||
<td class='fcaption' style='width:30%'>Title</td>
|
<td class='fcaption' style='width:30%'>".TPVLAN_52."</td>
|
||||||
<td class='fcaption' style='width:30%'>Requirements</td>
|
<td class='fcaption' style='width:30%'>".TPVLAN_53."</td>
|
||||||
<td class='fcaption' style='text-align:center;width:100px'>Menu Preset</td>
|
<td class='fcaption' style='text-align:center;width:100px'>".TPVLAN_54."</td>
|
||||||
</tr>\n";
|
</tr>\n";
|
||||||
|
|
||||||
foreach($theme['layouts'] as $key=>$val)
|
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'>
|
<tr><td style='vertical-align:top;'><b>".TPVLAN_22.":</b></td><td colspan='2' style='vertical-align:top'>
|
||||||
<table class='adminlist' style='width:100%' >
|
<table class='adminlist' style='width:100%' >
|
||||||
<tr>
|
<tr>
|
||||||
<td class='fcaption center' style='width:15%'>Default</td>
|
<td class='fcaption center' style='width:15%'>".TPVLAN_55."</td>
|
||||||
<td class='fcaption' style='width:30%'>Title</td>
|
<td class='fcaption' style='width:30%'>".TPVLAN_52."</td>
|
||||||
<td class='fcaption' style='text-align:center'>Description</td>
|
<td class='fcaption left'>".TPVLAN_7."</td>
|
||||||
</tr>\n";
|
</tr>\n";
|
||||||
|
|
||||||
foreach($theme['css'] as $css)
|
foreach($theme['css'] as $css)
|
||||||
|
@@ -4,11 +4,13 @@
|
|||||||
| e107 website system - Language File.
|
| e107 website system - Language File.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_theme.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_theme.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2009-07-06 05:59:42 $
|
| $Date: 2009-07-06 06:33:29 $
|
||||||
| $Author: e107coders $
|
| $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_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_2", "Theme Preview");
|
||||||
define("TPVLAN_3", "Main site theme set to");
|
define("TPVLAN_3", "Main site theme set to");
|
||||||
@@ -67,6 +69,11 @@ define("TPVLAN_48", "code:");
|
|||||||
define("TPVLAN_49", "Compliance");
|
define("TPVLAN_49", "Compliance");
|
||||||
define("TPVLAN_50", "Layouts");
|
define("TPVLAN_50", "Layouts");
|
||||||
define("TPVLAN_51", "Change Theme");
|
define("TPVLAN_51", "Change Theme");
|
||||||
|
define("TPVLAN_52", "Name");
|
||||||
|
define("TPVLAN_53", "Requirements");
|
||||||
|
define("TPVLAN_54", "Menu Preset");
|
||||||
|
define("TPVLAN_55", "Default");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user