SHOW:
|
|
- or go back to the newest paste.
| 1 | - | <span class='tribe-events-calendar-buttons'> |
| 1 | + | <div class="tribe-bar-submit"> |
| 2 | - | <!-- change abc.com/events/community/add to whatever is appropriate in your case --> |
| 2 | + | <input class="tribe-events-button tribe-no-param" type="submit" name="submit-bar" value="<?php _e( 'Find Events', 'tribe-events-calendar' ) ?>" /> |
| 3 | - | <a class='tribe-events-button-off' href='http://abc.com/events/community/add'> Submit Event </a> |
| 3 | + | </div><!-- .tribe-bar-submit --> |
| 4 | - | <a class='tribe-events-button-off' href='<?php echo tribe_get_listview_link(); ?>'><?php _e('Event List', 'tribe-events-calendar'); ?></a>
|
| 4 | + | <div class="tribe-bar-submit"> |
| 5 | - | <a class='tribe-events-button-on' href='<?php echo tribe_get_gridview_link(); ?>'><?php _e('Calendar', 'tribe-events-calendar'); ?></a>
|
| 5 | + | <a class="tribe-events-button tribe-no-param" href='http://abc.com/events/community/add' type="submit" name="submit-bar" >Submit Event </a> |
| 6 | - | </span> |
| 6 | + | </div><!-- .tribe-bar-submit event button--> |