Changeset 10827 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
- Timestamp:
- 05/30/2016 06:25:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php
r10250 r10827 13 13 <tr> 14 14 <th class="icon"></th> 15 <th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php _e( 'Select all', 'buddypress' ); ?></label></th> 15 <th class="bulk-select-all"><input id="select-all-notifications" type="checkbox"><label class="bp-screen-reader-text" for="select-all-notifications"><?php 16 /* translators: accessibility text */ 17 _e( 'Select all', 'buddypress' ); 18 ?></label></th> 16 19 <th class="title"><?php _e( 'Notification', 'buddypress' ); ?></th> 17 20 <th class="date"><?php _e( 'Date Received', 'buddypress' ); ?></th> … … 26 29 <tr> 27 30 <td></td> 28 <td class="bulk-select-check"><label for="<?php bp_the_notification_id(); ?>"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><span class="bp-screen-reader-text"><?php _e( 'Select this notification', 'buddypress' ); ?></span></label></td> 31 <td class="bulk-select-check"><label for="<?php bp_the_notification_id(); ?>"><input id="<?php bp_the_notification_id(); ?>" type="checkbox" name="notifications[]" value="<?php bp_the_notification_id(); ?>" class="notification-check"><span class="bp-screen-reader-text"><?php 32 /* translators: accessibility text */ 33 _e( 'Select this notification', 'buddypress' ); 34 ?></span></label></td> 29 35 <td class="notification-description"><?php bp_the_notification_description(); ?></td> 30 36 <td class="notification-since"><?php bp_the_notification_time_since(); ?></td>
Note: See TracChangeset
for help on using the changeset viewer.