add ca- ids to content action links, this is required for VisualEditor
This commit is contained in:
parent
72dced4c8d
commit
f97da260d8
@ -141,7 +141,7 @@ class GCL3Template extends QuickTemplate {
|
||||
}
|
||||
|
||||
foreach($this->data['content_actions'] as $key => $tab) {
|
||||
$linx[] = '<a href="'.htmlspecialchars($tab['href']).'"'.Linker::tooltipAndAccesskeyAttribs('ca-'.$key).'>'.htmlspecialchars($tab['text']).'</a>';
|
||||
$linx[] = '<a id="ca-'.$key.'" href="'.htmlspecialchars($tab['href']).'"'.Linker::tooltipAndAccesskeyAttribs('ca-'.$key).'>'.htmlspecialchars($tab['text']).'</a>';
|
||||
}
|
||||
?>
|
||||
<?php begin_box3($this,$new_title,implode($linx," | ")); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user