summaryrefslogtreecommitdiffstats
path: root/templates/show_duplicates.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_duplicates.inc.php')
-rw-r--r--templates/show_duplicates.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_duplicates.inc.php b/templates/show_duplicates.inc.php
index 89837a6f..96121f1c 100644
--- a/templates/show_duplicates.inc.php
+++ b/templates/show_duplicates.inc.php
@@ -51,12 +51,12 @@
$song = new Song($song_id);
$song->format();
$row_key = 'duplicate_' . $song_id;
- $row_btnFlipState = 'btnFlipState_' . $song_id;
+ $button_flip_state_id = 'button_flip_state_' . $song_id;
$current_class = ($key == '0') ? 'row-highlight' : flip_class();
$button = $song->enabled ? 'disable' : 'enable';
?>
<tr id="<?php echo $row_key; ?>" class="<?php echo $current_class; ?>">
- <td class="cel_disable" id="<?php echo($row_btnFlipState); ?>">
+ <td class="cel_disable" id="<?php echo($button_flip_state_id); ?>">
<?php echo Ajax::button('?page=song&action=flip_state&song_id=' . $song_id,$button,_(ucfirst($button)),'flip_state_' . $song_id); ?>
</td>
<td class="cel_song"><?php echo $song->f_link; ?></td>