Skip to content

Commit 4a32aad

Browse files
author
xaver
committed
removed Forname and lastanme from sys_users list, added active and client_id -> grate to get relatons if you wanna deactivate a user
1 parent 0c0e364 commit 4a32aad

26 files changed

+70
-100
lines changed

TODO.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ Remoting framework
8686

8787
Interface
8888
--------------------------------------
89-
90-
- Enhance the list function to allow sorting by column
9189
- Enhance the paging in lists (e.g. like this: [1 2 3 4 ... 10])
9290

9391
General tasks
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Users';
33
$wb['username_txt'] = 'Username';
4-
$wb['name_txt'] = 'Name';
5-
$wb['vorname_txt'] = 'Forename';
6-
$wb['ort_txt'] = 'city';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Active';
76
$wb['add_new_record_txt'] = 'Add new user';
87
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
98
?>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Users';
33
$wb['username_txt'] = 'Username';
4-
$wb['name_txt'] = 'Name';
5-
$wb['vorname_txt'] = 'Forename';
6-
$wb['ort_txt'] = 'city';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Active';
76
$wb['add_new_record_txt'] = 'Add new user';
87
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
98
?>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Usuários';
33
$wb['username_txt'] = 'Nome de Usuário';
4-
$wb['name_txt'] = 'Nome';
5-
$wb['vorname_txt'] = 'Sobrenome';
6-
$wb['ort_txt'] = 'cidade';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Active';
76
$wb['add_new_record_txt'] = 'Adcionar novo usuário';
87
$wb['warning_txt'] = '<b>AVISO:</b> Não modifique ou edite qualquer configuração de usuário aqui. Use o módulo de cliente ou revendedor. Modificar ou alterar usuários e grupos aqui pode ocasionar perda de dados!';
98
?>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Uživatelé';
33
$wb['username_txt'] = 'Uživatelské jméno';
4-
$wb['name_txt'] = 'Jméno';
5-
$wb['vorname_txt'] = 'Příjmení';
6-
$wb['ort_txt'] = 'Město';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Active';
76
$wb['add_new_record_txt'] = 'Přidat uživatele';
87
$wb['warning_txt'] = '<b>VAROVÁNÍ:</b> Zde neupravujte uživatelská nastavení. Užijte klientská a distributorská nastavení v klientském modulu. Úprava uživatelý nebo skupin zde může způsobit ztrátu dat!';
98
?>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Benutzer';
33
$wb['username_txt'] = 'Benutzername';
4-
$wb['name_txt'] = 'Nachname';
5-
$wb['vorname_txt'] = 'Vorname';
6-
$wb['ort_txt'] = 'Ort';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Aktiv';
76
$wb['add_new_record_txt'] = 'Neuen Benutzer hinzufügen';
87
$wb['warning_txt'] = '<b>WARNUNG:</b> Bitte hier keine Benutzereinstellungen verändern. Benutzen Sie die Kunden- und Resellereinstellungen im Kundenmodul. Modifizieren der Benutzer oder Gruppen hier könnte zum Datenverlust führen!';
98
?>

interface/web/admin/lib/lang/el_users_list.lng

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Χρήστες';
33
$wb['username_txt'] = 'Όνομα Χρήστη';
4-
$wb['name_txt'] = 'Όνομα';
5-
$wb['vorname_txt'] = 'Επίθετο';
6-
$wb['ort_txt'] = 'πόλη';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Active';
76
$wb['add_new_record_txt'] = 'Νέος Χρήστης';
87
$wb['warning_txt'] = '<b>ΠΡΟΕΙΔΟΠΟΙΗΣΗ:</b>Μην επεξεργάζεστε καμία ρύθμιση χρήστη εδώ. Χρησιμοποιήστε τις ρυθμίσεις Πελάτη - και Μεταπωλητή στο άρθρωμα Πελάτης. Η επεξεργασία ομάδων και χρηστών εδώ, μπορεί να προκαλέσει απώλεια δεδομένων!';
98
?>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb["list_head_txt"] = 'Users';
33
$wb["username_txt"] = 'Username';
4-
$wb["name_txt"] = 'Name';
5-
$wb["vorname_txt"] = 'Forename';
6-
$wb["ort_txt"] = 'city';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Active';
76
$wb["add_new_record_txt"] = 'Add new user';
87
$wb["warning_txt"] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
98
?>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Usuarios';
33
$wb['username_txt'] = 'Usuario';
4-
$wb['name_txt'] = 'Nombre';
5-
$wb['vorname_txt'] = 'Apellido';
6-
$wb['ort_txt'] = 'Ciudad';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Active';
76
$wb['add_new_record_txt'] = 'Añadir nuevo usuario';
87
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
98
?>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Käyttäjätunnukset';
33
$wb['username_txt'] = 'Käyttäjätunnus';
4-
$wb['name_txt'] = 'Etunimi';
5-
$wb['vorname_txt'] = 'Sukunimi';
6-
$wb['ort_txt'] = 'Kaupunki';
4+
$wb["client_id_txt"] = 'Client ID';
5+
$wb["active_txt"] = 'Active';
76
$wb['add_new_record_txt'] = 'Lisää uusi käyttäjä';
87
$wb['warning_txt'] = '<b>VAROITUS:</b> Aälä muokkaa mitään käyttäjäasetuksia täällä. Käytä Asiakas- ja Jälleenmyyjä-asetuksia Asiakkaat-moduulissa. Käyttäjien tai ryhmien muokkaus tässä voi aiheuttaa tietojen katoamista!';
98
?>

0 commit comments

Comments
 (0)