mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +02:00
Merge pull request #2410 from yesszus/patch-4
Update e107_languages/English/admin/lan_theme.php
This commit is contained in:
@@ -310,7 +310,7 @@ class theme_builder
|
|||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$ns->tablerender(ADLAN_140.SEP."Tools",e107::getForm()->tabs($tabs));
|
$ns->tablerender(ADLAN_140.SEP.ADLAN_CL_6,e107::getForm()->tabs($tabs));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -846,12 +846,12 @@ TEMPLATE;
|
|||||||
<col class='col-control' />
|
<col class='col-control' />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Create a new theme based on</td>
|
<td>".TPVLAN_91."</td>
|
||||||
<td>".$frm->select("src",$folders,'',array('useValues'=>1))."</td>
|
<td>".$frm->select("src",$folders,'',array('useValues'=>1))."</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>New Theme Folder</td>
|
<td>".TPVLAN_92."</td>
|
||||||
<td>".$frm->text("newtheme",'',25, array('pattern'=>'[a-z_0-9]*', 'required'=>1))."</td>
|
<td>".$frm->text("newtheme",'',25, array('pattern'=>'[a-z_0-9]*', 'required'=>1))."</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -880,7 +880,7 @@ TEMPLATE;
|
|||||||
// $text = "Create a new theme based on ".e->select('copytheme',$list);
|
// $text = "Create a new theme based on ".e->select('copytheme',$list);
|
||||||
|
|
||||||
|
|
||||||
return array('caption'=>"Create New", 'text'=>$text);
|
return array('caption'=>LAN_CREATE, 'text'=>$text);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -124,4 +124,6 @@ define("TPVLAN_86","Could not change site theme.");
|
|||||||
define("TPVLAN_88","Converter");
|
define("TPVLAN_88","Converter");
|
||||||
define("TPVLAN_89", "Apply dashboard preferences to all administrators");
|
define("TPVLAN_89", "Apply dashboard preferences to all administrators");
|
||||||
|
|
||||||
|
define("TPVLAN_91", "Create a new theme based on");
|
||||||
|
define("TPVLAN_92", "New Theme Folder");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user