?>
<!-- display the input form -->
-<form action="<?php echo $vars['url']; ?>action/<?php echo $action; ?>" method="post" class="margin_top">
+<form id="group_addtopic" action="<?php echo $vars['url']; ?>action/<?php echo $action; ?>" method="post" class="margin_top">
<?php echo elgg_view('input/securitytoken'); ?>
<p>
?>
<!-- display the input form -->
- <form action="<?php echo $vars['url']; ?>action/groups/edittopic" method="post">
+ <form id="group_edittopic" action="<?php echo $vars['url']; ?>action/groups/edittopic" method="post">
<?php echo elgg_view('input/securitytoken'); ?>
<p>
}
} else {
- echo "<p class='margin_top'>" . elgg_echo('groups:invitations:none') . "</p>";
+ echo "<p class='default_string margin_top'>" . elgg_echo('groups:invitations:none') . "</p>";
}
?>
\ No newline at end of file