butobj = document.getElementById(id+'button');
if (divobj.style.display != 'none') {
divobj.style.display = 'none';
- butobj.value = '<?php print_string("showsettings") ?>';
+ butobj.value = '<?php print_string("showsettings") ?>...';
} else {
divobj.style.display = 'block';
butobj.value = '<?php print_string("hidesettings") ?>';
butobj = document.getElementById(id+'button');
if (divobj.style.display != 'none') {
divobj.style.display = 'none';
- butobj.value = '<?php print_string("showsettings") ?>';
+ butobj.value = '<?php print_string("showsettings") ?>...';
} else {
divobj.style.display = 'block';
butobj.value = '<?php print_string("hidesettings") ?>';
butobj = document.getElementById(id+'button');
if (divobj.style.display != 'none') {
divobj.style.display = 'none';
- butobj.value = '<?php print_string("showsettings") ?>';
+ butobj.value = '<?php print_string("showsettings") ?>...';
} else {
divobj.style.display = 'block';
butobj.value = '<?php print_string("hidesettings") ?>';