Enable fronted table text align settings

This commit is contained in:
Brian Miyaji
2014-06-22 13:05:56 +10:00
parent f6315d35ef
commit bb2c727176
2 changed files with 41 additions and 26 deletions

View File

@@ -117,6 +117,19 @@ class SP_Settings_General extends SP_Settings_Page {
'checkboxgroup' => 'end',
'desc_tip' => __( 'This will enable a script allowing the countdowns to be animated.', 'sportspress' ),
),
array(
'title' => __( 'Align', 'sportspress' ),
'id' => 'sportspress_table_text_align',
'default' => 'default',
'type' => 'radio',
'options' => array(
'default' => __( 'Default', 'sportspress' ),
'left' => __( 'Left', 'sportspress' ),
'center' => __( 'Center', 'sportspress' ),
'right' => __( 'Right', 'sportspress' ),
),
),
array(
'title' => __( 'Header Offset', 'sportspress' ),