Changeset 665 for trunk/app/views/vclassrooms/admin_members.ctp
- Timestamp:
- 07/22/08 12:58:53 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/vclassrooms/admin_members.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/vclassrooms/admin_members.ctp
r561 r665 15 15 $r="javascript:window.open('/admin/vclassrooms/forum/".$data['Vclassroom']['id']."', 'blank', 'toolbar=no, scrollbars=yes,width=700,height=400')"; 16 16 17 echo $html->link(18 $html->image('static/icon_test.jpg', array( "alt"=>"Add test", "title"=>"Add test", "style"=>"margin-right:12px")17 /* echo $html->link( 18 $html->image('static/icon_test.jpg', array('alt'=>'Link test', 'title'=>'Link test', "style"=>"margin-right:12px") 19 19 ), '#', array("onclick"=>$t), null, null, false); 20 20 21 21 echo $html->link( 22 $html->image('static/icon_webquest.jpg', array("alt"=>" Add webquest", "title"=>"Addwebquest", "style"=>"margin-right:12px")22 $html->image('static/icon_webquest.jpg', array("alt"=>"Link webquest", "title"=>"Link webquest", "style"=>"margin-right:12px") 23 23 ), '#', array("onclick"=>$w), null, null, false); 24 24 25 25 echo $html->link( 26 $html->image('static/icon_treasure.jpg', array("alt"=>" Add treasure", "title"=>"Add hunt", "style"=>"margin-right:12px")26 $html->image('static/icon_treasure.jpg', array("alt"=>"Link Treasure", "title"=>"Link Treasure", "style"=>"margin-right:12px") 27 27 ), '#', array("onclick"=>$r), null, null, false); 28 29 28 30 29 echo $html->link( 31 30 $html->image('admin/forums_icon.png', array("alt"=>"Add forum", "title"=>"Add forum", "style"=>"margin-right:12px") 32 ), '#', array("onclick"=>$r), null, null, false); 31 ), '#', array("onclick"=>$r), null, null, false); 33 32 34 33 echo $html->link( 35 $html->image('static/gnome-pdf.gif', array("alt"=>"Export report", "title"=>"Export report", "style"=>"margin-right:12px") 34 $html->image('static/feedback_icon.png', array('alt'=>__('Ask for feedback', true), 'title'=>__('Ask for feedback', true), "style"=>"margin-right:12px") 35 ), '/admin/vclassrooms/export/'.$data['Vclassroom']['id'], null, null, false); */ 36 37 echo $html->link( 38 $html->image('static/gnome-pdf.gif', array('alt'=>'Export report', 'title'=>'Export report', 'style'=>'margin-right:12px') 36 39 ), '/admin/vclassrooms/export/'.$data['Vclassroom']['id'], null, null, false); 37 40
