Better alignment in the table columns.

This commit is contained in:
Loic d'Anterroches
2009-01-02 14:06:50 +01:00
parent 60bc06f5c3
commit c8d1b66c91
2 changed files with 6 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ class IDF_Views_Wiki
$pag->forced_where = new Pluf_SQL('project=%s AND idf_tag_id=%s', array($prj->id, $tag->id));
$pag->action = array('IDF_Views_Wiki::listLabel', array($prj->shortname, $tag->id));
$pag->edit_action = array('IDF_Views_Wiki::view', 'shortname', 'title');
$pag->extra_classes = array('right', '', 'a-c');
$list_display = array(
'title' => __('Page Title'),
array('summary', 'IDF_Views_Wiki_SummaryAndLabels', __('Summary')),