Skip to:
Content

BuddyPress.org

Ticket #5509: 5509-1.patch

File 5509-1.patch, 1.7 KB (added by hnla, 11 years ago)

Patch addresses no message for send-invites.php

  • src/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php

     
    1616
    1717        </form><!-- #send-invite-form -->
    1818
     19<?php else: ?>
     20
     21        <div id="message-block">
     22                <p class="notice"><?php _e('You currently have no friends to invite', 'buddypress'); ?></p>
     23                <p class="message-body"><?php _e('When you have built up a friends list you will be able to invite them to this group.', 'buddypress'); ?></p>
     24        </div>
     25
    1926<?php endif; ?>
    2027
     28
    2129<?php do_action( 'bp_after_group_send_invites_content' ); ?>
  • src/bp-templates/bp-legacy/css/buddypress.css

     
    504504/*--------------------------------------------------------------
    5055053.4 - Errors / Success Messages
    506506--------------------------------------------------------------*/
    507 #buddypress div#message {
     507#buddypress div#message,
     508#buddypress div#message-block {
    508509        margin: 0 0 15px;
    509510}
    510511#buddypress #message.info {
     
    11181119        font-size: 120%;
    11191120        font-weight: bold;
    11201121}
     1122#buddypress div#message-block,
    11211123#buddypress div#message p,
    11221124#sitewide-notice p {
    11231125        font-weight: normal;
     
    11271129        border: 1px solid #cb2;
    11281130        color: #440;
    11291131}
     1132#buddypress div#message-block {
     1133        margin: 20px 0;
     1134        padding: .5em;
     1135}
    11301136#buddypress div#item-header {
    11311137        overflow: hidden;
    11321138}