Improvement in RTL direction on module ADMIN

This commit is contained in:
Julio Cesar Laura
2013-07-12 13:00:21 -04:00
parent e4a2c9aa6f
commit 09b123a234
2 changed files with 27 additions and 17 deletions

View File

@@ -93,6 +93,16 @@ $oHeadPublisher->assign( "tabActive", $tabActive );
$oHeadPublisher->assign( "tabItems", $tabItems );
$oHeadPublisher->assign( "_item_selected", (($adminSelected != null) ? $adminSelected : "") );
$oServerConf = & serverConf::getSingleton();
if ($oServerConf->isRtl( SYS_LANG )) {
$regionTreePanel = 'east';
$regionDebug = 'west';
} else {
$regionTreePanel = 'west';
$regionDebug = 'east';
}
$oHeadPublisher->assign( 'regionTreePanel', $regionTreePanel );
G::RenderPage( "publish", "extJs" );
//this patch enables the load of the plugin list panel inside de main admin panel iframe