Skip to content

Commit

Permalink
small improvs, adding extra classes to some forms
Browse files Browse the repository at this point in the history
  • Loading branch information
liedekef committed Jan 15, 2025
1 parent 2f87728 commit c04e96b
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 916 deletions.
4 changes: 0 additions & 4 deletions eme-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,6 @@ function eme_frontend_nocache_headers() {
}
}

function eme_enqueue_fdatepicker() {
return eme_enqueue_datetimepicker();
}

function eme_enqueue_datetimepicker() {
if ( get_option( 'eme_load_js_in_header' ) ) {
$load_js_in_footer = false;
Expand Down
4 changes: 2 additions & 2 deletions eme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function eme_add_options( $reset = 0 ) {
</table>
#_SUBMIT
';
$cancel_form_format_localizable = "<table class='eme-rsvp-form'>
$cancel_form_format_localizable = "<table class='eme-rsvp-form eme-cancel-form'>
<tr><th scope='row'>" . __( 'Last name', 'events-made-easy' ) . "*:</th><td>#_LASTNAME</td></tr>
<tr><th scope='row'>" . __( 'First name', 'events-made-easy' ) . "*:</th><td>#REQ_FIRSTNAME</td></tr>
<tr><th scope='row'>" . __( 'Email', 'events-made-easy' ) . '*:</th><td>#_EMAIL</td></tr>
Expand Down Expand Up @@ -79,7 +79,7 @@ function eme_add_options( $reset = 0 ) {
$eme_membership_attendance_msg_localizeable = __( 'OK, member #_MEMBERID (#_PERSONFULLNAME) is active.', 'events-made-easy' );
$task_signup_recorded_ok_html_localizable = __( 'You have successfully signed up for this task', 'events-made-easy' );
$task_signup_cancelled_ok_html_localizable = __( 'You have successfully cancelled your signup for this task', 'events-made-easy' );
$task_form_format_localizable = "<table class='eme-rsvp-form'>
$task_form_format_localizable = "<table class='eme-rsvp-form eme-tasks-form'>
<tr><th scope='row'>" . __( 'Last name', 'events-made-easy' ) . "*:</th><td>#_LASTNAME</td></tr>
<tr><th scope='row'>" . __( 'First name', 'events-made-easy' ) . "*:</th><td>#REQ_FIRSTNAME</td></tr>
<tr><th scope='row'>" . __( 'Email', 'events-made-easy' ) . '*:</th><td>#_EMAIL</td></tr>
Expand Down
Loading

0 comments on commit c04e96b

Please sign in to comment.