# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: D:\WAMP\www\projeqtor-Rabs\view\js
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: projeqtorHR.js
--- projeqtorHR.js Base (BASE)
+++ projeqtorHR.js Modifié localement (basé sur LOCAL)
@@ -1612,6 +1612,15 @@
                     style: "position:relative;width:100%;height:100%"
                 }, "calendarNode");                                
                 
+                // Hidden unused buttons
+                dojo.byId(calendar.dayButton.id).style.display="none";
+                dojo.byId(calendar.todayButton.id).style.display="none";
+                dojo.byId(calendar.monthButton.id).style.display="none";
+                dojo.byId(calendar.weekButton.id).style.display="none";
+                dojo.byId(calendar.fourDaysButton.id).style.display="none";
+                dojo.byId(calendar._startupWidgets[3].id).style.display="none";
+                dojo.byId(calendar._startupWidgets[5].id).style.display="none";
+
             //function to fill the store of the calendar
                 var fillCalendarStore = function(){
                     var cY = calendar.date.getFullYear();
