/[drupal]/contributions/modules/vote_up_down/widgets/plain/votes.tpl.php
ViewVC logotype

Diff of /contributions/modules/vote_up_down/widgets/plain/votes.tpl.php

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

revision 1.1.2.6, Sun Aug 16 19:30:02 2009 UTC revision 1.1.2.7, Wed Aug 19 05:38:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: votes.tpl.php,v 1.1.2.5 2009/08/13 08:28:38 lut4rp Exp $  // $Id: votes.tpl.php,v 1.1.2.6 2009/08/16 19:30:02 lut4rp Exp $
3  /**  /**
4   * @file   * @file
5   * votes.tpl.php   * votes.tpl.php
# Line 7  Line 7 
7   * Plain widget votes display for Vote Up/Down   * Plain widget votes display for Vote Up/Down
8   */   */
9  ?>  ?>
10  <span id="total-votes-<?php print $type; ?>-<?php print $cid; ?>" class="total-votes-plain"><span class="<?php print $class; ?> total"><?php print $label_points; ?></span></span>  <span id="total-votes-<?php print $type; ?>-<?php print $cid; ?>" class="total-votes-plain"><span class="<?php print $class; ?> total"><?php print $unsigned_points; ?> <?php print $vote_label; ?></span></span>

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

  ViewVC Help
Powered by ViewVC 1.1.2