/[drupal]/contributions/modules/dashboard/templates/dashboard-widget.tpl.php
ViewVC logotype

Diff of /contributions/modules/dashboard/templates/dashboard-widget.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Mon Apr 13 19:39:34 2009 UTC revision 1.2, Wed Sep 9 06:09:08 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id:$  // $Id: dashboard-widget.tpl.php,v 1.1 2009/04/13 19:39:34 agentken Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 7  Line 7 
7   */   */
8  ?>  ?>
9    
10  <div id="widget-<?php print $widget['widget_id'] ?>" class="widget grid-4 alpha omega">  <div id="widget-<?php print $widget->widget_id ?>" class="widget grid-4 alpha omega">
11    <div class="tools"><a href="#" class="remove-widget" title="<?php print t('Remove') ?>"></a></div>    <div class="tools"><a href="#" class="remove-widget" title="<?php print t('Remove') ?>"></a></div>
12    <h2><?php print $widget['title']; ?></h2>    <h2><?php print $widget->subject; ?></h2>
13    <div class="content">    <div class="content">
14      <?php print $widget['content']; ?>      <?php print $widget->content; ?>
15    </div>    </div>
16  </div>  </div>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2