]> git.mjollnir.org Git - s9y.git/commitdiff
Changed used language entry for option "Show comment complete"
authorbrockhaus <brockhaus>
Sun, 10 Feb 2008 10:01:32 +0000 (10:01 +0000)
committerbrockhaus <brockhaus>
Sun, 10 Feb 2008 10:01:32 +0000 (10:01 +0000)
include/admin/comments.inc.php

index 0f6daa2527d746c4bc33833a89581830e372e56f..7a971858d1b02220d9c9d2caec045f28ee1f2681 100644 (file)
@@ -262,7 +262,7 @@ function FT_toggle(id) {
     if ( document.getElementById(id + '_full').style.display == '' ) {
         document.getElementById(id + '_full').style.display='none';
         document.getElementById(id + '_summary').style.display='';
-        document.getElementById(id + '_text').innerHTML = '<?php echo TOGGLE_ALL ?>';
+        document.getElementById(id + '_text').innerHTML = '<?php echo VIEW_FULL ?>';
     } else {
         document.getElementById(id + '_full').style.display='';
         document.getElementById(id + '_summary').style.display='none';