aboutsummaryrefslogtreecommitdiff
path: root/models/model.php
diff options
context:
space:
mode:
Diffstat (limited to 'models/model.php')
-rw-r--r--models/model.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/models/model.php b/models/model.php
index 7d0d06a3f..fb2cf44c2 100644
--- a/models/model.php
+++ b/models/model.php
@@ -1486,7 +1486,7 @@ function event_calendar_get_page_content_list($page_type,$container_guid,$start_
'name' => 'add',
'href' => "event_calendar/add/".$container_guid,
'text' => elgg_echo('event_calendar:add'),
- 'class' => 'elgg-button elgg-button-action',
+ 'class' => 'elgg-button elgg-button-action event-calendar-button-add',
));
}
} else {
@@ -1497,7 +1497,7 @@ function event_calendar_get_page_content_list($page_type,$container_guid,$start_
'name' => 'add',
'href' => "event_calendar/add",
'text' => elgg_echo('event_calendar:add'),
- 'class' => 'elgg-button elgg-button-action',
+ 'class' => 'elgg-button elgg-button-action event-calendar-button-add',
));
}
}