aboutsummaryrefslogtreecommitdiff
path: root/features/muamba_interface/muamba_interface.pages_default.inc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-28 17:13:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-10-28 17:13:49 -0200
commit45df9bca0b3a509d633c106471f6c626e303c716 (patch)
tree6693ee521f9c3552aa2a9a16bcc30f55d113712a /features/muamba_interface/muamba_interface.pages_default.inc
parentfb5382c855948e22c0ace428cdca0e2ec18951d6 (diff)
downloadmuamba-45df9bca0b3a509d633c106471f6c626e303c716.tar.gz
muamba-45df9bca0b3a509d633c106471f6c626e303c716.tar.bz2
Updating interface
Diffstat (limited to 'features/muamba_interface/muamba_interface.pages_default.inc')
-rw-r--r--features/muamba_interface/muamba_interface.pages_default.inc187
1 files changed, 142 insertions, 45 deletions
diff --git a/features/muamba_interface/muamba_interface.pages_default.inc b/features/muamba_interface/muamba_interface.pages_default.inc
index f52b56c..58c0486 100644
--- a/features/muamba_interface/muamba_interface.pages_default.inc
+++ b/features/muamba_interface/muamba_interface.pages_default.inc
@@ -201,25 +201,26 @@ function muamba_interface_default_page_manager_pages() {
$pane = new stdClass;
$pane->pid = 'new-1';
$pane->panel = 'middle';
- $pane->type = 'views';
- $pane->subtype = 'transacoes';
+ $pane->type = 'block';
+ $pane->subtype = 'search-form';
$pane->shown = TRUE;
- $pane->access = array();
+ $pane->access = array(
+ 'plugins' => array(
+ 0 => array(
+ 'name' => 'role',
+ 'settings' => array(
+ 'rids' => array(
+ 0 => 2,
+ ),
+ ),
+ 'context' => 'logged-in-user',
+ 'not' => FALSE,
+ ),
+ ),
+ );
$pane->configuration = array(
- 'override_pager_settings' => 0,
- 'use_pager' => 1,
- 'nodes_per_page' => '10',
- 'pager_id' => '0',
- 'offset' => '0',
- 'more_link' => 0,
- 'feed_icons' => 0,
- 'panel_args' => 0,
- 'link_to_view' => 0,
- 'args' => '',
- 'url' => '',
- 'display' => 'block_3',
'override_title' => 1,
- 'override_title_text' => 'Histórico',
+ 'override_title_text' => 'Busca',
);
$pane->cache = array();
$pane->style = array(
@@ -234,7 +235,7 @@ function muamba_interface_default_page_manager_pages() {
$pane->pid = 'new-2';
$pane->panel = 'middle';
$pane->type = 'views';
- $pane->subtype = 'og_list';
+ $pane->subtype = 'og_user_groups';
$pane->shown = TRUE;
$pane->access = array(
'plugins' => array(
@@ -242,7 +243,7 @@ function muamba_interface_default_page_manager_pages() {
'name' => 'role',
'settings' => array(
'rids' => array(
- 0 => 1,
+ 0 => 2,
),
),
'context' => 'logged-in-user',
@@ -262,9 +263,9 @@ function muamba_interface_default_page_manager_pages() {
'link_to_view' => 0,
'args' => '',
'url' => '',
- 'display' => 'page_2',
+ 'display' => 'page_1',
'override_title' => 1,
- 'override_title_text' => 'Grupos',
+ 'override_title_text' => 'Meus grupos',
);
$pane->cache = array();
$pane->style = array(
@@ -311,26 +312,13 @@ function muamba_interface_default_page_manager_pages() {
$pane->pid = 'new-4';
$pane->panel = 'middle';
$pane->type = 'views';
- $pane->subtype = 'og_user_groups';
+ $pane->subtype = 'transacoes';
$pane->shown = TRUE;
- $pane->access = array(
- 'plugins' => array(
- 0 => array(
- 'name' => 'role',
- 'settings' => array(
- 'rids' => array(
- 0 => 2,
- ),
- ),
- 'context' => 'logged-in-user',
- 'not' => FALSE,
- ),
- ),
- );
+ $pane->access = array();
$pane->configuration = array(
'override_pager_settings' => 0,
'use_pager' => 1,
- 'nodes_per_page' => '0',
+ 'nodes_per_page' => '10',
'pager_id' => '0',
'offset' => '0',
'more_link' => 0,
@@ -339,9 +327,9 @@ function muamba_interface_default_page_manager_pages() {
'link_to_view' => 0,
'args' => '',
'url' => '',
- 'display' => 'page_1',
+ 'display' => 'block_3',
'override_title' => 1,
- 'override_title_text' => 'Meus grupos',
+ 'override_title_text' => 'Histórico',
);
$pane->cache = array();
$pane->style = array(
@@ -388,13 +376,13 @@ function muamba_interface_default_page_manager_pages() {
$pane->pid = 'new-6';
$pane->panel = 'middle';
$pane->type = 'views';
- $pane->subtype = 'transacoes';
+ $pane->subtype = 'muambas';
$pane->shown = TRUE;
$pane->access = array();
$pane->configuration = array(
'override_pager_settings' => 0,
'use_pager' => 1,
- 'nodes_per_page' => '10',
+ 'nodes_per_page' => '5',
'pager_id' => '0',
'offset' => '0',
'more_link' => 0,
@@ -403,9 +391,9 @@ function muamba_interface_default_page_manager_pages() {
'link_to_view' => 0,
'args' => '',
'url' => '',
- 'display' => 'block_2',
+ 'display' => 'block_4',
'override_title' => 1,
- 'override_title_text' => 'Me pediram',
+ 'override_title_text' => 'Emprestei',
);
$pane->cache = array();
$pane->style = array(
@@ -435,9 +423,9 @@ function muamba_interface_default_page_manager_pages() {
'link_to_view' => 0,
'args' => '',
'url' => '',
- 'display' => 'block_1',
+ 'display' => 'block_2',
'override_title' => 1,
- 'override_title_text' => 'Meus pedidos',
+ 'override_title_text' => 'Me pediram',
);
$pane->cache = array();
$pane->style = array(
@@ -448,8 +436,117 @@ function muamba_interface_default_page_manager_pages() {
$pane->position = 6;
$display->content['new-7'] = $pane;
$display->panels['middle'][6] = 'new-7';
+ $pane = new stdClass;
+ $pane->pid = 'new-8';
+ $pane->panel = 'middle';
+ $pane->type = 'views';
+ $pane->subtype = 'transacoes';
+ $pane->shown = TRUE;
+ $pane->access = array();
+ $pane->configuration = array(
+ 'override_pager_settings' => 0,
+ 'use_pager' => 1,
+ 'nodes_per_page' => '10',
+ 'pager_id' => '0',
+ 'offset' => '0',
+ 'more_link' => 0,
+ 'feed_icons' => 0,
+ 'panel_args' => 0,
+ 'link_to_view' => 0,
+ 'args' => '',
+ 'url' => '',
+ 'display' => 'block_1',
+ 'override_title' => 1,
+ 'override_title_text' => 'Meus pedidos',
+ );
+ $pane->cache = array();
+ $pane->style = array(
+ 'settings' => NULL,
+ );
+ $pane->css = array();
+ $pane->extras = array();
+ $pane->position = 7;
+ $display->content['new-8'] = $pane;
+ $display->panels['middle'][7] = 'new-8';
+ $pane = new stdClass;
+ $pane->pid = 'new-9';
+ $pane->panel = 'middle';
+ $pane->type = 'views';
+ $pane->subtype = 'muambas';
+ $pane->shown = TRUE;
+ $pane->access = array();
+ $pane->configuration = array(
+ 'override_pager_settings' => 0,
+ 'use_pager' => 1,
+ 'nodes_per_page' => '5',
+ 'pager_id' => '0',
+ 'offset' => '0',
+ 'more_link' => 0,
+ 'feed_icons' => 0,
+ 'panel_args' => 0,
+ 'link_to_view' => 0,
+ 'args' => '',
+ 'url' => '',
+ 'display' => 'block_5',
+ 'override_title' => 1,
+ 'override_title_text' => 'Peguei',
+ );
+ $pane->cache = array();
+ $pane->style = array(
+ 'settings' => NULL,
+ );
+ $pane->css = array();
+ $pane->extras = array();
+ $pane->position = 8;
+ $display->content['new-9'] = $pane;
+ $display->panels['middle'][8] = 'new-9';
+ $pane = new stdClass;
+ $pane->pid = 'new-10';
+ $pane->panel = 'middle';
+ $pane->type = 'views';
+ $pane->subtype = 'og_list';
+ $pane->shown = TRUE;
+ $pane->access = array(
+ 'plugins' => array(
+ 0 => array(
+ 'name' => 'role',
+ 'settings' => array(
+ 'rids' => array(
+ 0 => 1,
+ ),
+ ),
+ 'context' => 'logged-in-user',
+ 'not' => FALSE,
+ ),
+ ),
+ );
+ $pane->configuration = array(
+ 'override_pager_settings' => 0,
+ 'use_pager' => 1,
+ 'nodes_per_page' => '0',
+ 'pager_id' => '0',
+ 'offset' => '0',
+ 'more_link' => 0,
+ 'feed_icons' => 0,
+ 'panel_args' => 0,
+ 'link_to_view' => 0,
+ 'args' => '',
+ 'url' => '',
+ 'display' => 'page_2',
+ 'override_title' => 1,
+ 'override_title_text' => 'Grupos',
+ );
+ $pane->cache = array();
+ $pane->style = array(
+ 'settings' => NULL,
+ );
+ $pane->css = array();
+ $pane->extras = array();
+ $pane->position = 9;
+ $display->content['new-10'] = $pane;
+ $display->panels['middle'][9] = 'new-10';
$display->hide_title = PANELS_TITLE_FIXED;
- $display->title_pane = 'new-7';
+ $display->title_pane = 'new-8';
$handler->conf['display'] = $display;
$page->default_handlers[$handler->name] = $handler;
$pages['principal'] = $page;