Skip to content

Instantly share code, notes, and snippets.

@weyert
Created March 17, 2011 17:38
Show Gist options
  • Select an option

  • Save weyert/874763 to your computer and use it in GitHub Desktop.

Select an option

Save weyert/874763 to your computer and use it in GitHub Desktop.
$GLOBALS['TL_DCA']['tl_page']['list']['operations']['clearcomments'] = array(
'label' => &$GLOBALS['TL_LANG']['tl_page']['clearcomments'],
'href' => 'act=clearcomments',
'icon' => 'visible.gif',
'attributes' => 'onclick="Backend.getScrollOffset();"',
'button_callback' => array('WikiContentAccess', 'showActionButton')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment