| @@ -80,20 +80,14 @@ | ||
| 80 | 80 | |
| 81 | 81 | $shape_icons = array(); |
| 82 | 82 | |
| 83 | 83 | ?> |
| 84 | -<div class='help-side'> | |
| 85 | - <h3><?php _e('Effect Options', 'mbsocial'); ?></h3> | |
| 86 | 84 | |
| 87 | - <p><?php _e('These will modify the behavior when a user hovers the mouse cursor over the share buttons', 'mbsocial') ?></p> | |
| 88 | - | |
| 89 | -</div> | |
| 90 | - | |
| 91 | 85 | <div class='options option-container style' id='effectBlock' data-refresh='previewBlock' > |
| 92 | 86 | <?php if (! Install::isPRO() ) : ?> |
| 93 | 87 | <div class='forpro overlay'><div><?php echo $admin->getProMessage(); ?></div></div> |
| 94 | 88 | <?php endif; ?> |
| 95 | - <div class='title'><?php _e('Hover Effects', 'mbsocial'); ?></div> | |
| 89 | + <div class='title'><?php _e('Effects', 'mbsocial'); ?></div> | |
| 96 | 90 | <div class='inside'> |
| 97 | 91 | <?php |
| 98 | 92 | |
| 99 | 93 | $etype = new maxField('option_select'); |
| @@ -101,9 +95,9 @@ | ||
| 101 | 95 | $etype->name = $etype->id; |
| 102 | 96 | $etype->label = __('Type', 'mbsocial'); |
| 103 | 97 | $etype->options = $types; |
| 104 | 98 | $etype->selected = $this->getValue($etype->id); |
| 105 | - | |
| 99 | + $etype->disabled = true; | |
| 106 | 100 | |
| 107 | 101 | $admin->addField($etype, 'start','end'); |
| 108 | 102 | |
| 109 | 103 | $scale = new maxField('number'); |