/** * @override */ public function display() { parent::display(); ?> <style type="text/css"> /* avoid mouseover jumping */ #permanentcontributor { width: 160px; } </style> <?php }
/** * @override */ public function display() { parent::display(); ?> <style type="text/css"> /* avoid mouseover jumping */ #permanentcontributor { width: 160px; } td.column-avatar, th.column-avatar { width: 50px; } td.column-slug, th.column-slug { width: 12% !important; } td.column-visibility, th.column-visibility { width: 7% !important; } td.column-gender, th.column-gender { width: 7% !important; } td.column-episodes, th.column-episodes { width: 8% !important; } .add-new-h2 { float: left; } </style> <?php }
function __construct() { global $status, $page; // Set parent defaults parent::__construct(array('singular' => 'episode_asset', 'plural' => 'episode_assets', 'ajax' => false)); }
function __construct() { parent::__construct(array('singular' => 'season', 'plural' => 'seasons', 'ajax' => false)); }
function __construct() { global $status, $page; // Set parent defaults parent::__construct(array('singular' => 'download', 'plural' => 'downloads', 'ajax' => false)); }
function __construct() { global $status, $page; // Set parent defaults parent::__construct(array('singular' => 'contributor role', 'plural' => 'contributor roles', 'ajax' => false)); }