aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-08 20:00:19 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-08 20:00:19 -0200
commit645c6115b04a66d22c6f26695e11deb8eecb2573 (patch)
tree8515176432c3be16284927d0e94e75a246e706b4 /muamba.module
parenta8f66b547fd58430e71d50d29e4e136353fb4ada (diff)
downloadmuamba-645c6115b04a66d22c6f26695e11deb8eecb2573.tar.gz
muamba-645c6115b04a66d22c6f26695e11deb8eecb2573.tar.bz2
Action icons
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module6
1 files changed, 5 insertions, 1 deletions
diff --git a/muamba.module b/muamba.module
index e9d6bf1..3aa94bc 100644
--- a/muamba.module
+++ b/muamba.module
@@ -111,7 +111,7 @@ function muamba_menu() {
function muamba_node_view($node, $view_mode, $langcode) {
if ($view_mode == 'full') {
$node->content['muamba'] = array(
- '#markup' => muamba_widget($node),
+ '#markup' => muamba_widget($node, 'big'),
'#weight' => 100,
);
@@ -130,17 +130,20 @@ function muamba_theme($existing, $type, $theme, $path) {
'node' => NULL,
'transactions' => NULL,
'available' => NULL,
+ 'size' => 'small',
),
),
'muamba_widget_owner' => array(
'variables' => array(
'transaction' => NULL,
+ 'size' => 'small',
),
'file' => 'muamba.theme.inc',
),
'muamba_widget_requester' => array(
'variables' => array(
'transaction' => NULL,
+ 'size' => 'small',
),
'file' => 'muamba.theme.inc',
),
@@ -207,6 +210,7 @@ function muamba_theme($existing, $type, $theme, $path) {
'variables' => array(
'status' => MUAMBA_REQUESTED,
'id' => NULL,
+ 'size' => 'small',
),
'file' => 'muamba.theme.inc',
),