FSN#35094 Opfrissen icon-set geen details class maar button

svn path=/Website/branches/v2016.3/; revision=32356
This commit is contained in:
Peter Feij
2017-01-13 12:45:28 +00:00
parent 1e248614ca
commit 5a28b6d25e

View File

@@ -201,7 +201,7 @@ if (prs_key > 0) // Fotoblokje alleen bij bestaande records
Response.write("<tr><td style='text-align: right'>"); Response.write("<tr><td style='text-align: right'>");
if (prsauthparams.writeuse) if (prsauthparams.writeuse)
{ {
%><span class='fa fa-edit fa-lg details' title='<%=L("lcl_change")%>' onclick='edit_photo(this)'></span><% %><span class='fa fa-edit fa-lg button' title='<%=L("lcl_change")%>' onclick='edit_photo(this)'></span><%
} }
Response.write("</td><td class='profile'><img id='photo' class='profile' src='" + thisUser.photoinfo().photopaththumb + "'></td></tr>"); Response.write("</td><td class='profile'><img id='photo' class='profile' src='" + thisUser.photoinfo().photopaththumb + "'></td></tr>");
} }
@@ -260,7 +260,7 @@ if (prs_key > 0) // Fotoblokje alleen bij bestaande records
{ %><tr><td class="label"> { %><tr><td class="label">
<label class="selector"><%=L("lcl_prs_work_location")%></label> <label class="selector"><%=L("lcl_prs_work_location")%></label>
<span class='labelextra'> <span class='labelextra'>
<span class='fa fa-edit fa-lg details' <span class='fa fa-edit fa-lg button'
title='<%=L("lcl_change")%>' title='<%=L("lcl_change")%>'
onclick='edit_werklocatie(this, <%=prs_key%>)'></span> onclick='edit_werklocatie(this, <%=prs_key%>)'></span>
</span></td> </span></td>