Fix the play option in phrases.

This commit is contained in:
Mark Crane 2015-02-15 17:35:05 +00:00
parent ded7cb3266
commit 00604a8fb0
2 changed files with 2 additions and 4 deletions

View File

@ -190,6 +190,4 @@
$text['button-advanced']['pt-pt'] = "Avançadas";
$text['button-advanced']['fr-fr'] = "Afficher les paramètres avancés";
?>
?>

View File

@ -348,7 +348,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " <td class='vtable' align='left' nowrap='nowrap'>\n";
echo " <select name='phrase_detail_function' class='formfld' onchange=\"if (this.selectedIndex == 2) { changeToInput(getElementById('phrase_detail_data')); }\">\n";
echo " <option value=''></option>\n";
echo " <option value='play-file'>".$text['label-play_file']."</option>\n";
echo " <option value='play-file'>".$text['label-play']."</option>\n";
if (if_group("superadmin")) {
echo " <option value='execute'>".$text['label-execute']."</option>\n";
}