Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/include/txp_list.php - 749 lines - 27723 bytes - Source - Print

Description: Articles panel.

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

list_list()
list_change_pageby()
list_multiedit_form()
list_multi_edit()

Functions

Functions that are not part of a class:

list_list($message = '', $post = '')  line: 64
The main panel listing all articles.

param: string|array $message The activity message
param: string       $post    Not used
list_change_pageby()  line: 514
Saves pageby value for the article list.

list_multiedit_form($page, $sort, $dir, $crit, $search_method line: 524
Renders a multi-edit form widget for articles.

return: string HTML
param: int    $page          The page number
param: string $sort          The current sort value
param: string $dir           The current sort direction
param: string $crit          The current search criteria
param: string $search_method The current search method
list_multi_edit()  line: 577
Processes multi-edit actions.

title

Body