/[drupal]/contributions/modules/pcp/pcp.module
ViewVC logotype

Diff of /contributions/modules/pcp/pcp.module

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

revision 1.2, Mon Dec 8 16:55:55 2008 UTC revision 1.3, Tue Jun 30 17:14:27 2009 UTC
# Line 322  function theme_pcp_profile_percent_compl Line 322  function theme_pcp_profile_percent_compl
322    $output .= '</div>';    $output .= '</div>';
323    
324    if ($complete_data['nextfield'] && $complete_data['nextpercent']) {    if ($complete_data['nextfield'] && $complete_data['nextpercent']) {
325      $output .= 'Filling out <i>'. l($complete_data['nextfield'], 'user/'. $complete_data['uid'] .'/edit/'. $complete_data['nextcategory'], array(), 'fieldname='. $complete_data['nextname']) .'</i> will bring your profile to '. t('!complete% Complete', array('!complete' => $complete_data['nextpercent']));      $output .= t('Filling out ') . '<i> ' . l($complete_data['nextfield'], 'user/'. $complete_data['uid'] .'/edit/'. $complete_data['nextcategory'], array('query' => 'fieldname='. $complete_data['nextname'])) .'</i> ' . t('will bring your profile to') . ' ' . t('!complete% Complete', array('!complete' => $complete_data['nextpercent']));
326    }    }
327    
328    return $output;    return $output;

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

  ViewVC Help
Powered by ViewVC 1.1.2