Changeset 12011
- Timestamp:
- 04/28/2018 02:14:12 PM (7 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/activity/form.php
r11719 r12011 7 7 8 8 <script type="text/html" id="tmpl-activity-post-form-feedback"> 9 < p>{{{data.message}}}</p>9 <span class="bp-icon" aria-hidden="true"></span><p>{{{data.message}}}</p> 10 10 </script> 11 11 -
trunk/src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
r11993 r12011 139 139 } 140 140 141 this.el.className = this.type;141 this.el.className = 'bp-messages bp-feedback ' + this.type ; 142 142 } 143 143 } );
Note: See TracChangeset
for help on using the changeset viewer.