From: Roland Häder Date: Tue, 19 Apr 2016 15:45:06 +0000 (+0200) Subject: added view parameter 'userId' (mostly from URL) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3918515e62a106d7f84ad6a3719cb1d7f0b87c56;hp=c11c4d4a3962ff400f64496ee2cb723f4e9beeb9;p=jjobs-war.git added view parameter 'userId' (mostly from URL) --- 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.