Changeset 12041 for trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
- Timestamp:
- 05/02/2018 05:25:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
r12036 r12041 10 10 ?> 11 11 <div class="subnav-filters filters user-subnav bp-messages-filters" id="subsubnav"></div> 12 13 <div class="bp-messages-feedback"></div> 12 14 <div class="bp-messages-content"></div> 13 <div class="bp-messages-feedback"></div>14 15 15 16 <script type="text/html" id="tmpl-bp-messages-form"> … … 229 230 <# if ( undefined !== data.star_link ) { #> 230 231 231 <?php $test = 1; ?> 232 233 <# if ( false !== data.is_starred ) { #> 234 <button type="button" class="message-action-unstar bp-tooltip bp-icons" data-bp-star-link="{{data.star_link}}" data-bp-action="unstar" data-bp-tooltip="<?php esc_attr_e( 'Unstar Message', 'buddypress' ); ?>"> 235 <span class="bp-screen-reader-text"><?php esc_html_e( 'Unstar Message', 'buddypress' ); ?></span> 236 </button> 237 <# } else { #> 238 <button type="button" class="message-action-star bp-tooltip bp-icons" data-bp-star-link="{{data.star_link}}" data-bp-action="star" data-bp-tooltip="<?php esc_attr_e( 'Star Message', 'buddypress' ); ?>"> 239 <span class="bp-screen-reader-text"><?php esc_html_e( 'Star Message', 'buddypress' ); ?></span> 240 </button> 241 <# } #> 232 <button type="button" class="message-action-unstar bp-tooltip bp-icons <# if ( false === data.is_starred ) { #>bp-hide<# } #>" data-bp-star-link="{{data.star_link}}" data-bp-action="unstar" data-bp-tooltip="<?php esc_attr_e( 'Unstar Message', 'buddypress' ); ?>"> 233 <span class="bp-screen-reader-text"><?php esc_html_e( 'Unstar Message', 'buddypress' ); ?></span> 234 </button> 235 236 <button type="button" class="message-action-star bp-tooltip bp-icons <# if ( false !== data.is_starred ) { #>bp-hide<# } #>" data-bp-star-link="{{data.star_link}}" data-bp-action="star" data-bp-tooltip="<?php esc_attr_e( 'Star Message', 'buddypress' ); ?>"> 237 <span class="bp-screen-reader-text"><?php esc_html_e( 'Star Message', 'buddypress' ); ?></span> 238 </button> 242 239 243 240 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.