| @@ -31,18 +31,18 @@ | ||
| 31 | 31 | $collection_id = 0; |
| 32 | 32 | } |
| 33 | 33 | ?> |
| 34 | 34 | |
| 35 | -<form class='mb-ajax-form' data-action='save-share'> | |
| 35 | +<form class='mb-ajax-form save-on-key' data-action='save-share'> | |
| 36 | 36 | |
| 37 | 37 | |
| 38 | 38 | <?php if($number_of_collections > 0) : ?> |
| 39 | 39 | <div class='help-side collection_switcher'> |
| 40 | - <h3>Your Social Groups</h3> | |
| 40 | + <h3><?php _e('Your Social Groups','mbsocial'); ?></h3> | |
| 41 | 41 | <?php // |
| 42 | 42 | |
| 43 | 43 | echo '<div class="item heading"><span>' . __('name', 'mbsocial') . '</span><span>' . __('no buttons', 'mbsocial') . '</span><span>' . __('shortcode', 'mbsocial') . '</span></div>'; |
| 44 | - | |
| 44 | + | |
| 45 | 45 | foreach($collection_ids as $id) { |
| 46 | 46 | $collection = new collection($id); |
| 47 | 47 | $genBlock = $collection->getBlock('generalBlock'); |
| 48 | 48 | $name = $genBlock->getValue('name'); |