]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated group forum forms with an id
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 8 Jul 2010 17:09:40 +0000 (17:09 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 8 Jul 2010 17:09:40 +0000 (17:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6663 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/groups/views/default/forms/forums/addtopic.php
mod/groups/views/default/forms/forums/edittopic.php
mod/groups/views/default/groups/invitationrequests.php

index ca972c714ed0d997f4b0e9f1e27b462d3f4febce..72d5557626e7d501c668dacb7d13d362d38c26b2 100644 (file)
@@ -39,7 +39,7 @@
 
 ?>
 <!-- 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>
index cfaae5dd9c9ad9948b0e6639d6e505764f66f198..00145edce6024f366abf37691ee4edb552b2d645 100644 (file)
@@ -31,7 +31,7 @@
 ?>
 
 <!-- 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>
index 135bf19408359d160a5e3c520320e55e88ed3658..c90a29128892078a298fb478fd4e59c59742c2de 100644 (file)
@@ -35,6 +35,6 @@ if (!empty($vars['invitations']) && is_array($vars['invitations'])) {
                }
 
        } 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