changed Edit profile button text

This commit is contained in:
Massimiliano Assante 2020-12-14 10:51:49 +01:00
parent 70a85899c5
commit 5189ddbf94
3 changed files with 5 additions and 6 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/social-profile-2.3.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/social-profile-2.3.0/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry excluding="**" kind="src" output="target/social-profile-2.3.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources"> <classpathentry excluding="**" kind="src" output="target/social-profile-2.3.0/WEB-INF/classes" path="src/main/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
@ -41,5 +41,5 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/social-profile-2.3.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/social-profile-2.3.0/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -1,4 +1,4 @@
eclipse.preferences.version=1 eclipse.preferences.version=1
lastWarOutDir=/Users/massi/workspace/social-profile/target/social-profile-2.3.0-SNAPSHOT lastWarOutDir=/Users/massi/workspace/social-profile/target/social-profile-2.3.0
warSrcDir=src/main/webapp warSrcDir=src/main/webapp
warSrcDirIsOutput=false warSrcDirIsOutput=false

View File

@ -63,8 +63,7 @@
<div class="user-details"> <div class="user-details">
<g:Button ui:field="messageButton" visible="false">Private <g:Button ui:field="messageButton" visible="false">Private
Message</g:Button> Message</g:Button>
<g:Button ui:field="editButton" visible="false">Edit Profile <g:Button ui:field="editButton" visible="false">Edit Profile</g:Button>
Manually</g:Button>
</div> </div>
</td> </td>
</tr> </tr>