Bien meilleure gestion des formulaires

This commit is contained in:
Marien Fressinaud
2013-03-14 16:49:14 +01:00
parent 9332fd5b0c
commit f53c01dcd4
9 changed files with 327 additions and 153 deletions

View File

@@ -6,4 +6,13 @@ return array (
'sort_order' => 'low_to_high',
'old_entries' => 3,
'mail_login' => '',
'shortcuts' => array (
'mark_read' => 'r',
'mark_favorite' => 'f',
'go_website' => 'space',
'next_entry' => 'page_down',
'prev_entry' => 'page_up',
'next_page' => 'right',
'prev_page' => 'left',
),
);