Fix event details box markup
This commit is contained in:
@@ -24,8 +24,7 @@ class SP_Meta_Box_Event_Details {
|
|||||||
$season_id = sp_get_the_term_id( $post->ID, 'sp_season', 0 );
|
$season_id = sp_get_the_term_id( $post->ID, 'sp_season', 0 );
|
||||||
$venue_id = sp_get_the_term_id( $post->ID, 'sp_venue', 0 );
|
$venue_id = sp_get_the_term_id( $post->ID, 'sp_venue', 0 );
|
||||||
?>
|
?>
|
||||||
<div>
|
<div class="sp-event-league-field">
|
||||||
<fieldset class="sp-event-format-field sp-league-event-field sp-friendly-event-field">
|
|
||||||
<p><strong><?php _e( 'League', 'sportspress' ); ?></strong></p>
|
<p><strong><?php _e( 'League', 'sportspress' ); ?></strong></p>
|
||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
@@ -41,6 +40,8 @@ class SP_Meta_Box_Event_Details {
|
|||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="sp-event-season-field">
|
||||||
<p><strong><?php _e( 'Season', 'sportspress' ); ?></strong></p>
|
<p><strong><?php _e( 'Season', 'sportspress' ); ?></strong></p>
|
||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
@@ -56,7 +57,8 @@ class SP_Meta_Box_Event_Details {
|
|||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
</fieldset>
|
</div>
|
||||||
|
<div class="sp-event-venue-field">
|
||||||
<p><strong><?php _e( 'Venue', 'sportspress' ); ?></strong></p>
|
<p><strong><?php _e( 'Venue', 'sportspress' ); ?></strong></p>
|
||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user