Merge pull request #573 from sbwalker/master
fix theme selection in sites
This commit is contained in:
commit
0cc325ee95
@ -334,7 +334,7 @@
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
_themetype = (string)e.Value;
|
_themetype = (string)e.Value;
|
||||||
if (_themetype != string.Empty)
|
if (_themetype != "-")
|
||||||
{
|
{
|
||||||
_panelayouts = ThemeService.GetPaneLayoutTypes(_themeList, _themetype);
|
_panelayouts = ThemeService.GetPaneLayoutTypes(_themeList, _themetype);
|
||||||
_containers = ThemeService.GetContainerTypes(_themeList, _themetype);
|
_containers = ThemeService.GetContainerTypes(_themeList, _themetype);
|
||||||
|
@ -265,7 +265,7 @@ else
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
_themetype = (string)e.Value;
|
_themetype = (string)e.Value;
|
||||||
if (_themetype != string.Empty)
|
if (_themetype != "-")
|
||||||
{
|
{
|
||||||
_panelayouts = ThemeService.GetPaneLayoutTypes(_themeList, _themetype);
|
_panelayouts = ThemeService.GetPaneLayoutTypes(_themeList, _themetype);
|
||||||
_containers = ThemeService.GetContainerTypes(_themeList, _themetype);
|
_containers = ThemeService.GetContainerTypes(_themeList, _themetype);
|
||||||
|
@ -177,7 +177,7 @@
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
_themetype = (string)e.Value;
|
_themetype = (string)e.Value;
|
||||||
if (_themetype != string.Empty)
|
if (_themetype != "-")
|
||||||
{
|
{
|
||||||
_panelayouts = ThemeService.GetPaneLayoutTypes(_themeList, _themetype);
|
_panelayouts = ThemeService.GetPaneLayoutTypes(_themeList, _themetype);
|
||||||
_containers = ThemeService.GetContainerTypes(_themeList, _themetype);
|
_containers = ThemeService.GetContainerTypes(_themeList, _themetype);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user