| @@ -170,8 +170,14 @@ | ||
| 170 | 170 | } |
| 171 | 171 | ?> |
| 172 | 172 | </div> |
| 173 | 173 | |
| 174 | + <?php | |
| 175 | + if (! empty( $composer_warning ) ) { | |
| 176 | + echo $composer_warning; | |
| 177 | + } | |
| 178 | + ?> | |
| 179 | + | |
| 174 | 180 | <div class="alignleft actions bulkactions"> |
| 175 | 181 | <input type="button" class="button button-primary" style="min-width:100px" value="<?php esc_attr_e('Help', 'code-profiler' )?>" onclick="jQuery('#cp-footer-help').slideToggle(500);"/> |
| 176 | 182 | </div> |
| 177 | 183 | |
| @@ -179,14 +185,14 @@ | ||
| 179 | 185 | |
| 180 | 186 | <?php |
| 181 | 187 | if ( isset( $rotate_img ) ) { |
| 182 | 188 | ?> |
| 183 | - <button type="button" class="button button-secondary" id="htov" title="<?php esc_attr_e('Click to rotate graph', 'code-profiler' )?>"><span class="dashicons dashicons-image-rotate" style="vertical-align: sub;"></span></button> | |
| 189 | + <button type="button" class="button button-secondary" id="htov" title="<?php esc_attr_e('Click to rotate graph', 'code-profiler' )?>"><span class="dashicons dashicons-image-rotate" style="display: inline-block;vertical-align: middle;"></span></button> | |
| 184 | 190 | <?php |
| 185 | 191 | } |
| 186 | 192 | if ( isset( $save_png ) ) { |
| 187 | 193 | ?> |
| 188 | - <a type="button" class="button button-secondary" id="download-png-img" download="<?php echo esc_attr( $profile_name) ?>_plugins.png" title="<?php esc_attr_e('Click to download as an image', 'code-profiler' )?>" target="_blank" rel="noopener noreferrer"><span class="dashicons dashicons-download" style="vertical-align: sub;"></span><?php esc_attr_e('Download as a PNG image', 'code-profiler' )?></a> | |
| 194 | + <a type="button" class="button button-secondary" id="download-png-img" download="<?php echo esc_attr( $profile_name) ?>_plugins.png" title="<?php esc_attr_e('Click to download as an image', 'code-profiler' )?>" target="_blank" rel="noopener noreferrer"><span class="dashicons dashicons-download" style="display: inline-block;vertical-align: middle;"></span><?php esc_attr_e('Download as a PNG image', 'code-profiler' )?></a> | |
| 189 | 195 | <?php |
| 190 | 196 | } |
| 191 | 197 | ?> |
| 192 | 198 | </div> |