Plugin Directory

Changeset 2646809


Ignore:
Timestamp:
12/20/2021 02:02:50 PM (4 years ago)
Author:
davidfull
Message:

tagging version 11.7

Location:
setmore-appointments/tags
Files:
1 deleted
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • setmore-appointments/tags/11.3/setmore_widget.php

    r2424333 r2646809  
    1818<?php $bookingPageUrl = get_option('setmore_booking_page_url');
    1919$bookingButtonLang = empty( $instance['languageOption'] ) ? get_option('languageOption') : $instance['languageOption'];
    20 $url = $bookingPageUrl."?lang=".$bookingButtonLang ;
     20$url = $bookingPageUrl."?lang=".$bookingButtonLang."&source=wordpress";
    2121$baseUrl = get_bloginfo('wpurl');
    2222?>
  • setmore-appointments/tags/11.6/setmore.php

    r2542653 r2646809  
    254254                </div>
    255255              </div>
    256               <div class="g-dropdown-wrap mr-5" style="max-width: 260px">
     256              <div class="g-dropdown-wrap mr-5" style="max-width: 260px; padding-top:16px">
    257257              <?php $setmore_booking_page_language = empty( get_option('languageOption') ) ? "English" : get_option('languageOption'); ?>
    258258                <label class="g-drop-label">Booking Page Language</label>
     
    303303                </div>
    304304              </div>
    305               <div class="g-input-wrapper" style="max-width: 255px">
     305              <div class="g-input-wrapper" style="width: 255px">
    306306                <label class="g-input-label"
    307307                  >Customize booking experience and more</label
Note: See TracChangeset for help on using the changeset viewer.