CSUN#27310 -- Kenmerken aanpassen met alguse rechten.
svn path=/Website/trunk/; revision=18845
This commit is contained in:
@@ -91,7 +91,7 @@ oRs.Close();
|
||||
buttons.push({title: L("lcl_photos"), icon: "camera.png", action: "alg_showphotos()"});
|
||||
if (!loc_deleted)
|
||||
{
|
||||
if (this_alg.writeman || this_alg.writeman)
|
||||
if (this_alg.writeman || this_alg.writeuse)
|
||||
buttons.push({title: L("lcl_change"), action: "loc_change()", icon: "wijzigen.png"});
|
||||
if (this_alg.writeman) // ALGMAN nodig
|
||||
buttons.push({title: L("lcl_delete"), action: "loc_delete()", icon: "delete.png"});
|
||||
|
||||
@@ -67,7 +67,7 @@ oRs.Close();
|
||||
<% var buttons = [];
|
||||
if (!reg_deleted)
|
||||
{
|
||||
if (this_alg.writeman || this_alg.writeman)
|
||||
if (this_alg.writeman || this_alg.writeuse)
|
||||
buttons.push({title: L("lcl_change"), action:"reg_change()", icon: "wijzigen.png" });
|
||||
if (this_alg.writeman) // ALGMAN nodig
|
||||
buttons.push({title: L("lcl_delete"), action:"reg_delete()", icon: "delete.png" });
|
||||
|
||||
Reference in New Issue
Block a user