PluginProbe
Social Share Buttons / 1.2
Social Share Buttons v1.2
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | classes/blocks/effect_block.php +2 -8 1.181.2 View file →
@@ -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');