MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
||||
'<a class="data autolink" title="'.
|
||||
$strippedcontent.'" href="'.
|
||||
$CFG->wwwroot.'/mod/data/view.php?d='. $datacontent->dataid .
|
||||
'&rid='. $datacontent->recordid .'" '.$CFG->frametarget.'>',
|
||||
'&rid='. $datacontent->recordid .'">',
|
||||
'</a>', false, true);
|
||||
}
|
||||
} // End foreach
|
||||
|
||||
Reference in New Issue
Block a user