Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4238 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4238 Rev 5174
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
  INVITATIONS_RECEIVED: 'LABEL_INVITATIONS_RECEIVED',
8
  not_found: 'LABEL_DATATABLE_SZERORECORDS',
9
  SEARCH: 'LABEL_SEARCH',
-
 
10
  REQUESTS_SENT: 'LABEL_REQUESTS_SENT',
9
  invitation_received: 'LABEL_INVITATIONS_RECEIVED',
11
  VIEW_COMPANY: 'LABEL_VIEW_COMPANY',
-
 
12
  CANCEL: 'LABEL_CANCEL',
10
  search: 'LABEL_SEARCH'
13
  DATATABLE_SZERORECORDS: 'LABEL_DATATABLE_SZERORECORDS'
11
}
14
}
Línea 12... Línea 15...
12
JS;
15
JS;