From e33cd99db1616e93654f5397e7b1c00fd537c071 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 19 Apr 2016 17:45:06 +0200 Subject: [PATCH 1/1] added view parameter 'userId' (mostly from URL) --- web/admin/user/admin_user_delete.xhtml | 6 ++++++ web/admin/user/admin_user_edit.xhtml | 6 ++++++ web/admin/user/admin_user_unlock.xhtml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/web/admin/user/admin_user_delete.xhtml b/web/admin/user/admin_user_delete.xhtml index 9396c8b1..176979d0 100644 --- a/web/admin/user/admin_user_delete.xhtml +++ b/web/admin/user/admin_user_delete.xhtml @@ -8,6 +8,10 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > + + + + #{msg.PAGE_TITLE_ADMIN_DELETE_USER} @@ -16,6 +20,8 @@ + + Here goes your content. diff --git a/web/admin/user/admin_user_edit.xhtml b/web/admin/user/admin_user_edit.xhtml index 1e3bf5d9..8c8523be 100644 --- a/web/admin/user/admin_user_edit.xhtml +++ b/web/admin/user/admin_user_edit.xhtml @@ -8,6 +8,10 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > + + + + #{msg.PAGE_TITLE_ADMIN_EDIT_USER} @@ -16,6 +20,8 @@ + + Here goes your content. diff --git a/web/admin/user/admin_user_unlock.xhtml b/web/admin/user/admin_user_unlock.xhtml index 5f45befc..da2dd766 100644 --- a/web/admin/user/admin_user_unlock.xhtml +++ b/web/admin/user/admin_user_unlock.xhtml @@ -8,6 +8,10 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > + + + + #{msg.PAGE_TITLE_ADMIN_UNLOCK_USER} @@ -16,6 +20,8 @@ + + Here goes your content. -- 2.39.5