From ebbafa7fc71d544016379abc3b708216c33c61e0 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 5 May 2016 15:59:32 +0200 Subject: [PATCH] fixed controller usage (cherry-pick this!) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/user/user_list.xhtml | 78 ++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/web/user/user_list.xhtml b/web/user/user_list.xhtml index ef70326c..64b21a7c 100644 --- a/web/user/user_list.xhtml +++ b/web/user/user_list.xhtml @@ -1,39 +1,39 @@ - - - - - - #{msg.PAGE_TITLE_USER_LIST} - - - #{msg.CONTENT_TITLE_USER_LIST} - - - -
-
- #{msg.TABLE_HEADER_USER_LIST} -
- - - - #{msg.USER_NAME} - - - - - - - #{msg.USER_CREATED} - - - -
-
-
- + + + + + + #{msg.PAGE_TITLE_USER_LIST} + + + #{msg.CONTENT_TITLE_USER_LIST} + + + +
+
+ #{msg.TABLE_HEADER_USER_LIST} +
+ + + + #{msg.USER_NAME} + + + + + + + #{msg.USER_CREATED} + + + +
+
+
+ -- 2.39.5