1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Merge pull request #2410 from yesszus/patch-4

Update e107_languages/English/admin/lan_theme.php
This commit is contained in:
Cameron 2017-02-12 07:28:52 -08:00 committed by GitHub
commit 45b7f1eeb1
2 changed files with 6 additions and 4 deletions

View File

@ -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' />
</colgroup>
<tr>
<td>Create a new theme based on</td>
<td>".TPVLAN_91."</td>
<td>".$frm->select("src",$folders,'',array('useValues'=>1))."</td>
</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>
</tr>
@ -880,7 +880,7 @@ TEMPLATE;
// $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);
}

View File

@ -124,4 +124,6 @@ define("TPVLAN_86","Could not change site theme.");
define("TPVLAN_88","Converter");
define("TPVLAN_89", "Apply dashboard preferences to all administrators");
define("TPVLAN_91", "Create a new theme based on");
define("TPVLAN_92", "New Theme Folder");