1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Fix for rating mouse-over status

This commit is contained in:
Cameron 2013-06-25 16:02:37 -07:00
parent 76b8384a71
commit 941efbeadb
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class rater {
$template = vartrue($options['template'], " STATUS |RATE|VOTES");
$TEMPLATE['STATUS'] = "&nbsp;<span class='e-rate-status e-rate-status-{$table}' id='e-rate-{$table}-{$id}'>".$label."</span>";
$TEMPLATE['STATUS'] = "&nbsp;<span class='e-rate-status e-rate-status-{$table}' id='e-rate-{$table}-{$id}' style='display:none'>".$label."</span>";
$TEMPLATE['RATE'] = "<div class='e-rate e-rate-{$table}' id='{$table}-{$id}' data-hint=\"{$datahint}\" data-readonly='{$readonly}' data-score='{$score}' data-url='".e_BASE."rate.php' data-path='{$path}'></div>";
$TEMPLATE['VOTES'] = "<div class='muted e-rate-votes e-rate-votes-{$table}' id='e-rate-votes-{$table}-{$id}'><smalll>".$this->renderVotes($votes,$score)."</small></div>";

View File

@ -500,7 +500,7 @@ $(document).ready(function()
// size : 16,
target : target,
targetFormat: '{score}',
// targetKeep: true,
targetKeep: true,
// targetType : 'number',
targetText : $('#e-rate-'+tmp).text(),
// cancel : true,