![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$text_id = checkNumeric($_GET["text_id"]) | |
$menu_item = "Text Lookup" | |
$text = new TextLookup($text_id) | |
$title = "Text Translations for " . $text->code | |
$texts | |
$table = new DataListView($texts, "textTranslations") | |
$table | sortable = true |
$table | filter = true |
$table | pageSize = 10 |
$table | emptyMessage = "No text translations have been defined." |
$tabs = TextLookupManager::getTabs($text_id) | |
$script = $table->writeScript() | |
$menu_item = "Text Lookup" |
Definition at line 54 of file text_translations.inc.
$script = $table->writeScript() |
Definition at line 78 of file text_translations.inc.
$table = new DataListView($texts, "textTranslations") |
Definition at line 63 of file text_translations.inc.
$tabs = TextLookupManager::getTabs($text_id) |
Definition at line 76 of file text_translations.inc.
$text = new TextLookup($text_id) |
Definition at line 56 of file text_translations.inc.
$text_id = checkNumeric($_GET["text_id"]) |
Definition at line 49 of file text_translations.inc.
$texts |
Definition at line 59 of file text_translations.inc.
$title = "Text Translations for " . $text->code |
Definition at line 57 of file text_translations.inc.
$table emptyMessage = "No text translations have been defined." |
Definition at line 73 of file text_translations.inc.
$table filter = true |
Definition at line 71 of file text_translations.inc.
$table pageSize = 10 |
Definition at line 72 of file text_translations.inc.
$table sortable = true |
Definition at line 70 of file text_translations.inc.