MINOR Removed duplicate b/ directory, regression from r113918 (from r113992)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@113994 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-11-22 00:50:28 +00:00 committed by Sam Minnee
parent 10d283a641
commit 96f65b252d
4 changed files with 0 additions and 15 deletions

View File

@ -1,4 +0,0 @@
<% _t("i18nTestTheme1Include.WITHNAMESPACE", 'Theme1 Include Entity with Namespace') %>
<% _t("NONAMESPACE", 'Theme1 Include Entity without Namespace') %>
<% sprintf(_t('i18nTestTheme1Include.SPRINTFINCLUDENAMESPACE','Theme1 My include replacement: %s'),$TestProperty) %>
<% sprintf(_t('SPRINTFINCLUDENONAMESPACE','Theme1 My include replacement no namespace: %s'),$TestProperty) %>

View File

@ -1,5 +0,0 @@
<% _t('i18nTestTheme1.LAYOUTTEMPLATE',"Theme1 Layout Template") %>
<% _t('LAYOUTTEMPLATENONAMESPACE',"Theme1 Layout Template no namespace") %>
<% sprintf(_t('i18nTestTheme1.SPRINTFNAMESPACE','Theme1 My replacement: %s'),$TestProperty) %>
<% sprintf(_t('SPRINTFNONAMESPACE','Theme1 My replacement no namespace: %s'),$TestProperty) %>
<% include i18nTestTheme1Include %>

View File

@ -1,3 +0,0 @@
<% _t('i18nTestTheme1.MAINTEMPLATE',"Theme1 Main Template") %>
$Layout
lonely _t() call that should be ignored

View File

@ -1,3 +0,0 @@
<% _t('i18nTestTheme2.MAINTEMPLATE',"Theme2 Main Template") %>
$Layout
lonely _t() call that should be ignored