Copy button look
-
Hi,
On my “My Events” page where people can edit/delete their events and also add a new one, I would like my “Add New” button to look like the “Search Events” button.
Right now the code for the Search Events button is:
<input type="submit" value="<?php _e('Search Events','events-manager'); ?>" class="button" />And for my Add New button is:
<?php echo $EM_Notices; if(!empty($show_add_new) && current_user_can('edit_events')) echo '<a class="em-button button add-new-h2" href="'.em_add_get_params($_SERVER['REQUEST_URI'],array('action'=>'edit','scope'=>null,'status'=>null,'event_id'=>null, 'success'=>null)).'">'.__('Add New','events-manager').'</a>'; ?>So again, I want my Add New button to look like my Search Events button.
How can I do it?
Thanks 🙂
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Copy button look’ is closed to new replies.