diff --git a/interface/owner/entry/index.php b/interface/owner/entry/index.php index 35a53c4c6..32c1ffa12 100644 --- a/interface/owner/entry/index.php +++ b/interface/owner/entry/index.php @@ -325,9 +325,6 @@ function checkAll(checked) { } } } - if(document.getElementById('allChecked').checked != checked) { - document.getElementById('allChecked').checked = checked; - } if(document.getElementById('allCheckedTop').checked != checked) { document.getElementById('allCheckedTop').checked = checked; } @@ -336,6 +333,11 @@ function checkAll(checked) { } } + function processBatchByCommand(cmd) { + obj = new Object; + obj.value = cmd; + return processBatch(obj); + } function processBatch(obj) { mode = obj.value; if (mode.match('^category_')) { @@ -779,8 +781,11 @@ function closeWhatIsEolin() {
- + + +
- - - - -
@@ -840,7 +840,7 @@ function closeWhatIsEolin() { - + @@ -865,7 +865,7 @@ function closeWhatIsEolin() { $className .= ' notice-line'; ?> - +
   
@@ -1001,8 +1001,11 @@ function closeWhatIsEolin() {
+ + +