Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5134 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5134 Rev 5146
Línea 13... Línea 13...
13
$publicNo = \LeadersLinked\Model\UserProfile::PUBLIC_NO;
13
$publicNo = \LeadersLinked\Model\UserProfile::PUBLIC_NO;
Línea 14... Línea 14...
14
 
14
 
15
// $this->inlineScript()->captureStart();
15
// $this->inlineScript()->captureStart();
16
$js = <<<JS
16
$js = <<<JS
17
const backendVars = {
17
const backendVars = {
18
  allowAdd : "$allowAdd",
18
  allowAdd : $allowAdd,
19
  allowEdit: "$allowEdit",
19
  allowEdit: $allowEdit,
20
  allowDelete: "$allowDelete"
20
  allowDelete: $allowDelete
Línea 21... Línea 21...
21
}
21
}
22
 
22
 
23
const LABELS = {
23
const LABELS = {