Changeset 2646809
- Timestamp:
- 12/20/2021 02:02:50 PM (4 years ago)
- Location:
- setmore-appointments/tags
- Files:
-
- 1 deleted
- 2 edited
- 6 copied
-
11.3/setmore_widget.php (modified) (1 diff)
-
11.6/setmore.php (modified) (2 diffs)
-
11.7 (copied) (copied from setmore-appointments/trunk)
-
11.7/fonts (deleted)
-
11.7/readme.txt (copied) (copied from setmore-appointments/trunk/readme.txt)
-
11.7/script/setmoreFormScript.js (copied) (copied from setmore-appointments/trunk/script/setmoreFormScript.js)
-
11.7/setmore.php (copied) (copied from setmore-appointments/trunk/setmore.php)
-
11.7/setmore_widget.php (copied) (copied from setmore-appointments/trunk/setmore_widget.php)
-
11.7/sm-wordpress.css (copied) (copied from setmore-appointments/trunk/sm-wordpress.css)
Legend:
- Unmodified
- Added
- Removed
-
setmore-appointments/tags/11.3/setmore_widget.php
r2424333 r2646809 18 18 <?php $bookingPageUrl = get_option('setmore_booking_page_url'); 19 19 $bookingButtonLang = empty( $instance['languageOption'] ) ? get_option('languageOption') : $instance['languageOption']; 20 $url = $bookingPageUrl."?lang=".$bookingButtonLang ;20 $url = $bookingPageUrl."?lang=".$bookingButtonLang."&source=wordpress"; 21 21 $baseUrl = get_bloginfo('wpurl'); 22 22 ?> -
setmore-appointments/tags/11.6/setmore.php
r2542653 r2646809 254 254 </div> 255 255 </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"> 257 257 <?php $setmore_booking_page_language = empty( get_option('languageOption') ) ? "English" : get_option('languageOption'); ?> 258 258 <label class="g-drop-label">Booking Page Language</label> … … 303 303 </div> 304 304 </div> 305 <div class="g-input-wrapper" style=" max-width: 255px">305 <div class="g-input-wrapper" style="width: 255px"> 306 306 <label class="g-input-label" 307 307 >Customize booking experience and more</label
Note: See TracChangeset
for help on using the changeset viewer.