Author: sebawagner
Date: Wed Apr 11 10:53:12 2012
New Revision: 1324694

URL: http://svn.apache.org/viewvc?rev=1324694&view=rev
Log:
OPENMEETINGS-142 1-2-3-4 buttons on dashboard don't do anything

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/infosPanel.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/infosPanel.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/infosPanel.lzx?rev=1324694&r1=1324693&r2=1324694&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/infosPanel.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/infosPanel.lzx
 Wed Apr 11 10:53:12 2012
@@ -47,16 +47,32 @@
         
         <labelText name="_txt" fontstyle="bold" labelid="774" y="0" x="2" />
         
-        <iconStepButtonWizzard resourceViewName="icon_btn_dashboard_1" y="30" 
x="30" labelid="768" />
+        <iconStepButtonWizzard resourceViewName="icon_btn_dashboard_1" y="30" 
x="30" labelid="768">
+               <handler name="onclick">
+                quicklink('conferenceModuleRoomList');
+            </handler>
+        </iconStepButtonWizzard>
         
       
-        <iconStepButtonWizzard resourceViewName="icon_btn_dashboard_2" y="30" 
x="144" labelid="771" />
+        <iconStepButtonWizzard resourceViewName="icon_btn_dashboard_2" y="30" 
x="144" labelid="771">
+               <handler name="onclick">
+                quicklink('conferenceModuleRoomList');
+            </handler>
+        </iconStepButtonWizzard>
         
 
-        <iconStepButtonWizzard resourceViewName="icon_btn_dashboard_3" y="30" 
x="258" labelid="772" />
+        <iconStepButtonWizzard resourceViewName="icon_btn_dashboard_3" y="30" 
x="258" labelid="772" >
+               <handler name="onclick">
+                quicklink('conferenceModuleRoomList');
+            </handler>
+        </iconStepButtonWizzard>
         
         
-        <iconStepButtonWizzard resourceViewName="icon_btn_dashboard_4" y="30" 
x="382" labelid="773" />
+        <iconStepButtonWizzard resourceViewName="icon_btn_dashboard_4" y="30" 
x="382" labelid="773">
+               <handler name="onclick">
+                quicklink('conferenceModuleRoomList');
+            </handler>
+        </iconStepButtonWizzard>
         
         <labelText labelid="804" x="10" y="$once{ parent.height-80 }" 
multiline="true"
                           width="$once{ parent.width-210 }" />


Reply via email to