4 * A special kind of form used to make the action dialogs that appear just underneath the top-right
7 class CMSActionOptionsForm
extends Form
{
8 function FormAttributes() {
9 return "class=\"actionparams\" style=\"display:none\" " . parent
::FormAttributes();
12 $action = $this->actions
->First()->Name();
13 return "{$action}_options";