]> WPIA git - gigi.git/commit - src/org/cacert/gigi/dbObjects/User.java
add: show support and user the account history and the trainings.
authorFelix Dörre <felix@dogcraft.de>
Fri, 6 Nov 2015 11:30:33 +0000 (12:30 +0100)
committerFelix Dörre <felix@dogcraft.de>
Fri, 6 Nov 2015 11:31:01 +0000 (12:31 +0100)
commit47c7ef9db6c7a688853f338495ba61e3d827b2d2
tree4f685c006e5cd9ebd462806172d9a167ae69ae2b
parent7c8c31300b338ce8a19fab549c5b4dd8fa58f49e
add: show support and user the account history and the trainings.
src/org/cacert/gigi/Gigi.java
src/org/cacert/gigi/dbObjects/SupportedUser.java
src/org/cacert/gigi/dbObjects/User.java
src/org/cacert/gigi/pages/account/MyDetailsForm.templ
src/org/cacert/gigi/pages/account/MyDetailsFormAssured.templ
src/org/cacert/gigi/pages/account/UserHistory.java [new file with mode: 0644]
src/org/cacert/gigi/pages/account/UserHistory.templ [new file with mode: 0644]
src/org/cacert/gigi/pages/account/UserTrainings.java [new file with mode: 0644]
src/org/cacert/gigi/pages/account/UserTrainings.templ [new file with mode: 0644]
src/org/cacert/gigi/pages/admin/support/SupportUserHistory.java [deleted file]