From 85628d74981cb18e6eb3fc6ba0a8fa5a0322c35b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 19 Apr 2017 16:52:47 +0200 Subject: [PATCH] Continued porting templates: - added a lot missing templates which are used for handling fax/land-line numbers - no more cellphone, now all mobiles are welcome ... - renamed files as they belong to user (not generic) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../mobile/admin_contact_mobile_list.xhtml | 27 +++++++++ .../mobile/admin_contact_mobile_unlink.xhtml | 26 +++++++++ web/guest/user/user_show_addressbook.xhtml | 56 +++++++++++++++++++ .../user/user_show_addressbook_entries.xhtml | 22 ++++++++ 4 files changed, 131 insertions(+) create mode 100644 web/admin/mobile/admin_contact_mobile_list.xhtml create mode 100644 web/admin/mobile/admin_contact_mobile_unlink.xhtml create mode 100644 web/guest/user/user_show_addressbook.xhtml create mode 100644 web/guest/user/user_show_addressbook_entries.xhtml diff --git a/web/admin/mobile/admin_contact_mobile_list.xhtml b/web/admin/mobile/admin_contact_mobile_list.xhtml new file mode 100644 index 00000000..b8c0d07b --- /dev/null +++ b/web/admin/mobile/admin_contact_mobile_list.xhtml @@ -0,0 +1,27 @@ + + + + + #{msg.PAGE_TITLE_ADMIN_LIST_CONTACT_CELLPHONE} + + + + + + + + + + + + + + + + diff --git a/web/admin/mobile/admin_contact_mobile_unlink.xhtml b/web/admin/mobile/admin_contact_mobile_unlink.xhtml new file mode 100644 index 00000000..fadc8b53 --- /dev/null +++ b/web/admin/mobile/admin_contact_mobile_unlink.xhtml @@ -0,0 +1,26 @@ + + + + + + + + + + #{msg.PAGE_TITLE_ADMIN_UNLINK_CONTACT_CELLPHONE} + + + + + + + Here goes your content. + + + diff --git a/web/guest/user/user_show_addressbook.xhtml b/web/guest/user/user_show_addressbook.xhtml new file mode 100644 index 00000000..6a1aa0b9 --- /dev/null +++ b/web/guest/user/user_show_addressbook.xhtml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK} + #{msg.PAGE_TITLE_INDEX_SHOW_ADDRESSBOOK} + + + #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK} + + + + + #{msg.TABLE_HEADER_SHOW_ADDRESSBOOK} + + #{msg.ADDRESSBOOK_NAME} + + + #{msg.ADDRESSBOOK_OWNER} + + + + + #{msg.ADDRESSBOOK_CREATED} + + + + + #{msg.ADDRESSBOOK_STATUS} + + + + + + + + + + + + + + diff --git a/web/guest/user/user_show_addressbook_entries.xhtml b/web/guest/user/user_show_addressbook_entries.xhtml new file mode 100644 index 00000000..88472995 --- /dev/null +++ b/web/guest/user/user_show_addressbook_entries.xhtml @@ -0,0 +1,22 @@ + + + + + + #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} + + + #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} + + + + Here goes your content. + + + -- 2.39.5