FSN#35094 Opfrissen icon-set font-awesome enzo
svn path=/Website/trunk/; revision=31823
This commit is contained in:
@@ -112,7 +112,7 @@ var urlMail = "../shared/queuemail.asp?pcode=PRJMAI&defemail_key=" + prj_perslid
|
||||
<%
|
||||
var buttons = [];
|
||||
|
||||
buttons.push({ title: L("lcl_prj_details"), icon: "wijzigen.png", action: "prj_edit(" + prj_key + ")" });
|
||||
buttons.push({ title: L("lcl_change"), icon: "wijzigen.png", action: "prj_edit(" + prj_key + ")" });
|
||||
buttons.push({ title: L("lcl_prj_grafisch"), icon: "grafisch.png", action: "prj_graphics(" + prj_key + ")" });
|
||||
|
||||
// Er zijn schrijfrechten nodig op WEB_PRJMAN om de doorvoeren actie te activeren
|
||||
@@ -121,7 +121,7 @@ var urlMail = "../shared/queuemail.asp?pcode=PRJMAI&defemail_key=" + prj_perslid
|
||||
buttons.push({ title: L("lcl_prj_doorvoeren"), icon: "doorvoeren.png", action: "prj_submit(" + prj_key + ")" });
|
||||
|
||||
buttons.push({ title: L("lcl_prj_verwijderen"), icon: "delete.png", action: "prj_cancel(" + prj_key + ")" });
|
||||
buttons.push({ title: L("lcl_prj_tekeningen"), icon: "tekeningen.png", action: "prj_upload(" + prj_key + ")" });
|
||||
buttons.push({ title: L("lcl_prj_tekeningen"), icon: "folder.png", action: "prj_upload(" + prj_key + ")" });
|
||||
|
||||
buttons.push({ title: L("lcl_prj_rapportage"), icon: "print.png", action: "prj_report(" + prj_key + ")" });
|
||||
buttons.push({ title: L("lcl_noti_prj_email"), icon: "email.png", action: "prj_mail(" + prj_key + ")" });
|
||||
|
||||
Reference in New Issue
Block a user