icons hebben geen ../Pictures aanduiding nodig
svn path=/Website/trunk/; revision=31302
This commit is contained in:
@@ -530,15 +530,15 @@ if (options.length > 1) {
|
||||
var buttons = [];
|
||||
if (this_res.couldCreate)
|
||||
{
|
||||
buttons.push( {id: "repeatbutton", title: L("lcl_res_add_deelres"), icon: "../Pictures/resrepeat.png", action: "makeMulti()" } );
|
||||
buttons.push( {id: "repeatbutton", title: L("lcl_res_add_deelres"), icon: "resrepeat.png", action: "makeMulti()" } );
|
||||
if (restype == "R")
|
||||
buttons.push( {title: L("lcl_res_add_deelresruimte"), icon: "../Pictures/plus.png", action: "ruimteErbij('" + restype + "')" } );
|
||||
buttons.push( {title: L("lcl_res_add_deelresruimte"), icon: "plus.png", action: "ruimteErbij('" + restype + "')" } );
|
||||
if (restype == "CV")
|
||||
buttons.push( {title: L("lcl_res_add_deelresreservering"), icon: "../Pictures/plus.png", action: "ruimteErbij('" + restype + "')" } );
|
||||
buttons.push( {title: L("lcl_res_add_deelresreservering"), icon: "plus.png", action: "ruimteErbij('" + restype + "')" } );
|
||||
}
|
||||
if (multiDeel && this_res.couldCreate)
|
||||
{
|
||||
buttons.push({ title: L("lcl_res_multiple_save"), icon: "../Pictures/doc_page.png", action: "MultiSave()" });
|
||||
buttons.push({ title: L("lcl_res_multiple_save"), icon: "doc_page.png", action: "MultiSave()" });
|
||||
buttons.push({ icon: "print.png", title: L("lcl_print"), action: 'res_print()' });
|
||||
buttons.push({ icon: "email.png", title: L("lcl_noti_res_email"), action: "res_mail()" });
|
||||
}
|
||||
|
||||
@@ -350,7 +350,7 @@ FCLTHeader.Requires({plugins: ["jQuery"]})
|
||||
// Hier (altijd) testen op user.checkAutorisation("WEB_FACFAC", true) vind ik te veel eer
|
||||
if ((user.oslogin() == "_FACILITOR") && S("mobile_enabled") && restype == "R")
|
||||
{
|
||||
buttons.push( {title: "Touch", icon: "../Pictures/hand_point.png", action: "res_touch()" });
|
||||
buttons.push( {title: "Touch", icon: "hand_point.png", action: "res_touch()" });
|
||||
}
|
||||
|
||||
if (this_res.canChange || this_res.canChangeFEExtended)
|
||||
|
||||
Reference in New Issue
Block a user