Index: profile/profile-component-shared/src/java/org/sakaiproject/component/app/profile/ProfileImpl.java =================================================================== --- profile/profile-component-shared/src/java/org/sakaiproject/component/app/profile/ProfileImpl.java (revision 6765) +++ profile/profile-component-shared/src/java/org/sakaiproject/component/app/profile/ProfileImpl.java (working copy) @@ -388,6 +388,23 @@ { sakaiPerson.setHidePublicInfo(hidePublicInfo); } + + + /* + * + * + * + */ + public String getMobile() + { + return sakaiPerson.getMobile(); + } + + public void setMobile(String mobile) + { + sakaiPerson.setMobile(mobile); + + } /* * (non-Javadoc) Index: profile/profile-app/src/webapp/profile/main.jsp =================================================================== --- profile/profile-app/src/webapp/profile/main.jsp (revision 6765) +++ profile/profile-app/src/webapp/profile/main.jsp (working copy) @@ -16,9 +16,9 @@

- - - + + +
@@ -30,6 +30,7 @@


+
Index: profile/profile-app/src/webapp/profile/displaySearchedProfile.jsp =================================================================== --- profile/profile-app/src/webapp/profile/displaySearchedProfile.jsp (revision 6765) +++ profile/profile-app/src/webapp/profile/displaySearchedProfile.jsp (working copy) @@ -15,8 +15,8 @@

- - + +
@@ -29,6 +29,7 @@


+
Index: profile/profile-app/src/webapp/profile/edit.jsp =================================================================== --- profile/profile-app/src/webapp/profile/edit.jsp (revision 6765) +++ profile/profile-app/src/webapp/profile/edit.jsp (working copy) @@ -104,6 +104,9 @@ + + +