Go to the source code of this file.
◆ formatEnabled()
Definition at line 41 of file authentication_tokens.inc.
43 $img =
$token->enabled ?
"on.png" :
"off.png";
44 $alt =
$token->enabled ?
"Enabled" :
"Disabled";
46 return "<img src='/fakoli/images/$img' id='enable_{$token->authentication_token_id}' alt='$alt' style='display: inline-block; vertical-align: middle; border: none;'/>";
◆ $menu_item
$menu_item = "Authentication Tokens" |
◆ $script
$script = $table->writeScript() |
◆ $table
$table = new DataListView($tokens, "tokens") |
◆ $tokens
◆ emptyMessage
$table emptyMessage = "No authentication tokens have been generated." |
◆ excelFile
$table excelFile = "authentication_tokens.xls" |
◆ filter
◆ pageSize