mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
committed by
Will Abson
parent
07bad77547
commit
9b2740ff64
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ng2-activiti-processlist-demo",
|
||||
"description": "Show available processes from the Activiti BPM suite - Demo",
|
||||
"description": "Show available processes from the Activiti Process Services suite - Demo",
|
||||
"version": "0.1.0",
|
||||
"author": "Will Abson",
|
||||
"main": "index.js",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ng2-activiti-processlist",
|
||||
"description": "Show active processes from the Activiti BPM suite",
|
||||
"description": "Show active processes from the Activiti Process Services suite",
|
||||
"version": "1.1.0",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"scripts": {
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"LOGIN-SUCCESS": "Login successful",
|
||||
"LOGIN-ERROR-CORS": "CORS exception, check your server configuration",
|
||||
"LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in alfresco-login component",
|
||||
"LOGIN-ECM-LICENSE": "The ECM is in read-only mode"
|
||||
"LOGIN-ECM-LICENSE": "Content Services repository is in read-only mode"
|
||||
},
|
||||
"BUTTON": {
|
||||
"LOGIN": "SIGN IN"
|
||||
|
@@ -15,7 +15,7 @@
|
||||
"LOGIN-SUCCESS": "Login effettuata con successo",
|
||||
"LOGIN-ERROR-CORS": "CORS exception, controlla le configurazioni del tuo server",
|
||||
"LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in alfresco-login component",
|
||||
"LOGIN-ECM-LICENSE": "l'ECM e' in read-only mode"
|
||||
"LOGIN-ECM-LICENSE": "l'Content Services e' in read-only mode"
|
||||
},
|
||||
"BUTTON": {
|
||||
"LOGIN": "Accedi"
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"LOGIN-SUCCESS": "Вы успешно авторизовались",
|
||||
"LOGIN-ERROR-CORS": "CORS exception, проверьте настройки на сервере",
|
||||
"LOGIN-ERROR-CSRF": "CSRF exception, установите [disableCsrf]=\"true\" в alfresco-login компоненте",
|
||||
"LOGIN-ECM-LICENSE": "ECM находится в режиме для чтения"
|
||||
"LOGIN-ECM-LICENSE": "Content Services находится в режиме для чтения"
|
||||
},
|
||||
"BUTTON": {
|
||||
"LOGIN": "ВОЙТИ"
|
||||
|
@@ -13,8 +13,8 @@
|
||||
for="user-profile" (click)="stopClosing($event)">
|
||||
<div class="mdl-tabs mdl-js-tabs mdl-js-ripple-effect menu-container__items">
|
||||
<div id="tab-bar-env" class="mdl-tabs__tab-bar" [hidden]="!(ecmUser && bpmUser)">
|
||||
<a href="#ecm-panel" id="ecm-tab" class="mdl-tabs__tab is-active">ECM</a>
|
||||
<a href="#bpm-panel" id="bpm-tab" class="mdl-tabs__tab">BPM</a>
|
||||
<a href="#ecm-panel" id="ecm-tab" class="mdl-tabs__tab is-active">Content Services</a>
|
||||
<a href="#bpm-panel" id="bpm-tab" class="mdl-tabs__tab">Process Services</a>
|
||||
</div>
|
||||
<div class="mdl-tabs__panel" [class.is-active]="ecmUser?true:false" id="ecm-panel">
|
||||
<div class="detail-user-profile-list-mdl mdl-list" *ngIf="ecmUser">
|
||||
|
Reference in New Issue
Block a user