| 180 | | <div class="widget-control-actions"> |
|---|
| 181 | | |
|---|
| 182 | | <?php if ( $control && 'edit' != $display ) : ?> |
|---|
| 183 | | |
|---|
| 184 | | <a class="widget-action widget-control-save edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Save'); ?></a> |
|---|
| 185 | | |
|---|
| 186 | | <?php endif; ?> |
|---|
| 187 | | |
|---|
| 188 | | <a class="widget-action widget-control-remove delete alignright" href="<?php echo add_query_arg( array( 'remove' => $id_format, 'key' => $key ), wp_nonce_url( null, "remove-widget_$widget[id]" ) ); ?>"><?php _e('Remove'); ?></a> |
|---|
| 189 | | <br class="clear" /> |
|---|