Allow moving courses and editing courses and stuff from the course results search page (now has turn editing on button)

This commit is contained in:
mjollnir_
2005-09-01 04:48:22 +00:00
parent f2f3893c3b
commit 861efb1937
6 changed files with 236 additions and 44 deletions
+7
View File
@@ -33,6 +33,13 @@ function openpopup(url,name,options,fullscreen) {
return false;
}
function uncheckall() {
void(d=document);
void(el=d.getElementsByTagName('INPUT'));
for(i=0;i<el.length;i++)
void(el[i].checked=0)
}
function inserttext(text) {
<?php
if (!empty($SESSION->inserttextform)) {