User task list

* Moved "more" computers link from the view definition to the template
* Changed certificates link text
This commit is contained in:
Tristan Olive 2013-08-26 15:43:28 -04:00
parent 17554b47b7
commit 83f5a17479
2 changed files with 7 additions and 4 deletions

View File

@ -128,8 +128,10 @@ function stats_charts_views_default_views() {
'text' => 'View',
'make_link' => 1,
'path' => 'account/credit/pending',
'absolute' => 0,
'link_class' => '',
'alt' => '',
'rel' => '',
'prefix' => '',
'suffix' => '',
'target' => '',
@ -144,7 +146,8 @@ function stats_charts_views_default_views() {
'empty' => '',
'hide_empty' => 0,
'empty_zero' => 0,
'exclude' => 0,
'hide_alter_empty' => 1,
'exclude' => 1,
'id' => 'nothing_4',
'table' => 'views',
'field' => 'nothing',
@ -545,7 +548,7 @@ else return FALSE;',
'hide_empty' => 0,
'empty_zero' => 0,
'hide_alter_empty' => 1,
'exclude' => 0,
'exclude' => 1,
'id' => 'nothing_4',
'table' => 'views',
'field' => 'nothing',
@ -557,7 +560,7 @@ else return FALSE;',
'nothing' => array(
'label' => '',
'alter' => array(
'text' => 'Get certificate',
'text' => 'Certificates',
'make_link' => 1,
'path' => 'account/certs',
'absolute' => 0,

View File

@ -1077,7 +1077,7 @@ function user_account_host_list_views_default_views() {
$handler->override_option('title', 'Computers');
$handler->override_option('items_per_page', 7);
$handler->override_option('use_pager', FALSE);
$handler->override_option('use_more', 1);
$handler->override_option('use_more', 0);
$handler->override_option('use_more_always', 1);
$handler->override_option('style_options', array(
'grouping' => '',