Drag&Drop recipients emails on compose screen.

This commit is contained in:
RainLoop Team 2013-12-20 20:15:29 +04:00
parent 4938f0fbfe
commit 0ec965bccb
11 changed files with 80 additions and 21 deletions

View file

@ -171,6 +171,7 @@ class Service
{
$sJsBoot = \file_get_contents(APP_VERSION_ROOT_PATH.'static/js/boot.js');
$sResult = \strtr(\file_get_contents(APP_VERSION_ROOT_PATH.'app/templates/Index.html'), array(
'{{BaseRandHash}}' => \md5(\rand(1000, 9000).\microtime(true)),
'{{BaseAppDataScriptLink}}' => ($bAdmin ? APP_INDEX_FILE.'?/AdminAppData/' : APP_INDEX_FILE.'?/AppData/'),
'{{BaseAppIndexFile}}' => APP_INDEX_FILE,
'{{BaseAppFaviconIcoFile}}' => $aData['FaviconIcoLink'],