Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4237 Rev 4238
Línea 3... Línea 3...
3
$currentUser    = $this->currentUserHelper();
3
$currentUser    = $this->currentUserHelper();
4
$roleName       = $currentUser->getUserTypeId();
4
$roleName       = $currentUser->getUserTypeId();
Línea 5... Línea 5...
5
 
5
 
6
$js = <<<JS
6
$js = <<<JS
7
const LABELS={
7
const LABELS={
8
  not_found: LABEL_DATATABLE_SZERORECORDS,
8
  not_found: 'LABEL_DATATABLE_SZERORECORDS',
9
  invitation_received: LABEL_INVITATIONS_RECEIVED,
9
  invitation_received: 'LABEL_INVITATIONS_RECEIVED',
10
  search: LABEL_SEARCH
10
  search: 'LABEL_SEARCH'
11
}
11
}
Línea 12... Línea 12...
12
JS;
12
JS;