change icon and adminpages
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/ffa3de04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/ffa3de04 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/ffa3de04 Branch: refs/heads/MARMOTTA-228 Commit: ffa3de04b511e54cf15a07732e371b3392b6a8e0 Parents: 4f0cd9e Author: tkurz <[email protected]> Authored: Mon May 13 15:50:45 2013 +0200 Committer: tkurz <[email protected]> Committed: Mon May 13 15:50:45 2013 +0200 ---------------------------------------------------------------------- .../src/main/resources/kiwi-module.properties | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/ffa3de04/platform/marmotta-user/src/main/resources/kiwi-module.properties ---------------------------------------------------------------------- diff --git a/platform/marmotta-user/src/main/resources/kiwi-module.properties b/platform/marmotta-user/src/main/resources/kiwi-module.properties index 60a5965..7639b15 100644 --- a/platform/marmotta-user/src/main/resources/kiwi-module.properties +++ b/platform/marmotta-user/src/main/resources/kiwi-module.properties @@ -16,20 +16,22 @@ # limitations under the License. # -name=Users +container=Admin -baseurl=/user +name=Users -subtitle = Profile and Account Management +icon=icon-user -icon_small = /admin/img/user_small.png +baseurl=/user webservices=org.apache.marmotta.platform.user.webservices.UserWebService,\ org.apache.marmotta.platform.user.webservices.UserManagementWebService -adminpages=/me.html,\ - /admin/users.html +adminpage.0.title= About ME +adminpage.0.link = /me.html +adminpage.1.title = User Management +adminpage.1.link = /admin/users.html
