CODE STYLE, workflow/engine/methods/tools/

FILES:
ajaxListener.php
dvServices.php
index.php
main.php
methodsPermissions.php
methodsPermissions_Ajax.php
translations.php
translationsAdd.php
translationsAjax.php
translationsDelete.php
translationsEdit.php
translationsSave.php
updateTranslation.php
This commit is contained in:
jennylee
2012-10-17 17:56:47 -04:00
parent 35225d9e7b
commit e16048052d
13 changed files with 676 additions and 746 deletions

View File

@@ -1,8 +1,8 @@
<?php
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->addExtJsScript('tools/main', true);
$oHeadPublisher = & headPublisher::getSingleton();
$oHeadPublisher->addExtJsScript( 'tools/main', true );
//$oHeadPublisher->assign('_ENV_CURRENT_DATE', $conf->getSystemDate(date('Y-m-d')));
G::RenderPage('publish', 'extJs');
G::RenderPage( 'publish', 'extJs' );