Changeset 3010596
- Timestamp:
- 12/15/2023 03:05:02 PM (2 years ago)
- Location:
- roomcloud
- Files:
-
- 22 edited
- 7 copied
-
tags/2.0.19 (copied) (copied from roomcloud/trunk)
-
tags/2.0.19/CSS/wp_se1_horizontal_template.css (modified) (1 diff)
-
tags/2.0.19/CSS/wp_se1_horizontal_template_multi_hotel.css (modified) (1 diff)
-
tags/2.0.19/CSS/wp_se1_vertical_template.css (modified) (3 diffs)
-
tags/2.0.19/CSS/wp_se2_horizontal_template.css (modified) (1 diff)
-
tags/2.0.19/CSS/wp_se2_horizontal_template_multi_hotel.css (modified) (1 diff)
-
tags/2.0.19/CSS/wp_se2_vertical_template.css (modified) (3 diffs)
-
tags/2.0.19/JS/wp_se1_horizontal_template.js (copied) (copied from roomcloud/trunk/JS/wp_se1_horizontal_template.js) (1 diff)
-
tags/2.0.19/JS/wp_se1_horizontal_template_multi_hotel.js (copied) (copied from roomcloud/trunk/JS/wp_se1_horizontal_template_multi_hotel.js) (1 diff)
-
tags/2.0.19/JS/wp_se1_vertical_template.js (modified) (1 diff)
-
tags/2.0.19/JS/wp_se2_horizontal_template.js (copied) (copied from roomcloud/trunk/JS/wp_se2_horizontal_template.js) (2 diffs)
-
tags/2.0.19/JS/wp_se2_horizontal_template_multi_hotel.js (copied) (copied from roomcloud/trunk/JS/wp_se2_horizontal_template_multi_hotel.js) (1 diff)
-
tags/2.0.19/JS/wp_se2_vertical_template.js (modified) (1 diff)
-
tags/2.0.19/readme.txt (copied) (copied from roomcloud/trunk/readme.txt) (1 diff)
-
tags/2.0.19/roomcloud.php (copied) (copied from roomcloud/trunk/roomcloud.php) (1 diff)
-
trunk/CSS/wp_se1_horizontal_template.css (modified) (1 diff)
-
trunk/CSS/wp_se1_horizontal_template_multi_hotel.css (modified) (1 diff)
-
trunk/CSS/wp_se1_vertical_template.css (modified) (3 diffs)
-
trunk/CSS/wp_se2_horizontal_template.css (modified) (1 diff)
-
trunk/CSS/wp_se2_horizontal_template_multi_hotel.css (modified) (1 diff)
-
trunk/CSS/wp_se2_vertical_template.css (modified) (3 diffs)
-
trunk/JS/wp_se1_horizontal_template.js (modified) (1 diff)
-
trunk/JS/wp_se1_horizontal_template_multi_hotel.js (modified) (1 diff)
-
trunk/JS/wp_se1_vertical_template.js (modified) (1 diff)
-
trunk/JS/wp_se2_horizontal_template.js (modified) (2 diffs)
-
trunk/JS/wp_se2_horizontal_template_multi_hotel.js (modified) (1 diff)
-
trunk/JS/wp_se2_vertical_template.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/roomcloud.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
roomcloud/tags/2.0.19/CSS/wp_se1_horizontal_template.css
r2606590 r3010596 13 13 /* custom */ 14 14 } 15 16 15 #room_header_add:focus, #btn-search:focus{ 16 outline:none; 17 } 18 19 #travelers, #pin{ 20 text-align: center; 21 } 17 22 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ 18 23 -
roomcloud/tags/2.0.19/CSS/wp_se1_horizontal_template_multi_hotel.css
r2606590 r3010596 12 12 --row-height:30px; 13 13 /* custom */ 14 } 15 #room_header_add:focus, #btn-search:focus, #hotel:focus{ 16 outline:none; 14 17 } 15 18 -
roomcloud/tags/2.0.19/CSS/wp_se1_vertical_template.css
r2606590 r3010596 12 12 } 13 13 14 14 #room_header_add:focus, #btn-search:focus{ 15 outline:none; 16 } 15 17 16 18 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ … … 247 249 background-image: none; 248 250 border: 1px solid #ccc; 249 border-radius: 4px;251 border-radius: 0 4px 4px 0; 250 252 -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 251 253 box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); … … 264 266 background-color: #eee; 265 267 border: 1px solid #ccc; 266 border-radius: 4px ;268 border-radius: 4px 0 0 4px; 267 269 } 268 270 -
roomcloud/tags/2.0.19/CSS/wp_se2_horizontal_template.css
r2606590 r3010596 13 13 /* custom */ 14 14 } 15 16 15 #room_header_add:focus, #btn-search:focus{ 16 outline:none; 17 } 18 19 #travelers, #pin{ 20 text-align: center; 21 } 17 22 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ 18 23 -
roomcloud/tags/2.0.19/CSS/wp_se2_horizontal_template_multi_hotel.css
r2606590 r3010596 14 14 } 15 15 16 #room_header_add:focus, #btn-search:focus, #hotel:focus{ 17 outline:none; 18 } 16 19 17 20 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ -
roomcloud/tags/2.0.19/CSS/wp_se2_vertical_template.css
r2606590 r3010596 12 12 } 13 13 14 14 #room_header_add:focus, #btn-search:focus{ 15 outline:none; 16 } 15 17 16 18 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ … … 247 249 background-image: none; 248 250 border: 1px solid #ccc; 249 border-radius: 4px;251 border-radius: 0 4px 4px 0px; 250 252 -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 251 253 box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); … … 264 266 background-color: #eee; 265 267 border: 1px solid #ccc; 266 border-radius: 4px ;268 border-radius: 4px 0 0 4px; 267 269 } 268 270 -
roomcloud/tags/2.0.19/JS/wp_se1_horizontal_template.js
r2771116 r3010596 222 222 setup: (picker) => { 223 223 224 picker.on('before:show', (el) => { 225 // some action 226 jQuery('.litepicker').addClass('notranslate'); 227 //console.log('adding notranslate'); 228 }); 229 224 230 picker.on('selected', (date1, date2) => { 225 231 -
roomcloud/tags/2.0.19/JS/wp_se1_horizontal_template_multi_hotel.js
r2771116 r3010596 226 226 minDate:today.format("YYYY-MM-DD"), 227 227 setup: (picker) => { 228 228 picker.on('before:show', (el) => { 229 // some action 230 jQuery('.litepicker').addClass('notranslate'); 231 //console.log('adding notranslate'); 232 }); 229 233 picker.on('selected', (date1, date2) => { 230 234 -
roomcloud/tags/2.0.19/JS/wp_se1_vertical_template.js
r2651357 r3010596 83 83 minDate:today.format("YYYY-MM-DD"), 84 84 setup: (picker) => { 85 86 picker.on('before:show', (el) => { 87 // some action 88 jQuery('.litepicker').addClass('notranslate'); 89 //console.log('adding notranslate'); 90 }); 85 91 86 92 picker.on('selected', (date1, date2) => { -
roomcloud/tags/2.0.19/JS/wp_se2_horizontal_template.js
r2771116 r3010596 221 221 minDate:today.format("YYYY-MM-DD"), 222 222 setup: (picker) => { 223 223 picker.on('before:show', (el) => { 224 // some action 225 jQuery('.litepicker').addClass('notranslate'); 226 //console.log('adding notranslate'); 227 }); 228 224 229 picker.on('selected', (date1, date2) => { 225 230 … … 247 252 jQuery("#calendar_search_span").click(function(){ 248 253 picker.show(); 254 249 255 }); 250 256 -
roomcloud/tags/2.0.19/JS/wp_se2_horizontal_template_multi_hotel.js
r2771116 r3010596 220 220 setup: (picker) => { 221 221 222 picker.on('before:show', (el) => { 223 // some action 224 jQuery('.litepicker').addClass('notranslate'); 225 //console.log('adding notranslate'); 226 }); 227 222 228 picker.on('selected', (date1, date2) => { 223 229 -
roomcloud/tags/2.0.19/JS/wp_se2_vertical_template.js
r2692650 r3010596 74 74 setup: (picker) => { 75 75 76 picker.on('before:show', (el) => { 77 // some action 78 jQuery('.litepicker').addClass('notranslate'); 79 //console.log('adding notranslate'); 80 }); 81 76 82 picker.on('selected', (date1, date2) => { 77 83 -
roomcloud/tags/2.0.19/readme.txt
r3010592 r3010596 78 78 = 2.0.16 = 79 79 fixed hungarian dictionary bug 80 = 2.0.1 8=81 fixed google translation plugin bug80 = 2.0.19 = 81 fixed google automated translation plugin conflict 82 82 83 83 == Frequently Asked Questions == -
roomcloud/tags/2.0.19/roomcloud.php
r3010592 r3010596 4 4 * Plugin URI: http://www.roomcloud.net 5 5 * Description: A Plugin to add roomcloud booking form to hotel website using [roomcloud] shortcode 6 * Version: 2.0.1 86 * Version: 2.0.19 7 7 * Author: Tecnes Milano Srl 8 8 * Author URI: http://www.roomcloud.net -
roomcloud/trunk/CSS/wp_se1_horizontal_template.css
r2606590 r3010596 13 13 /* custom */ 14 14 } 15 16 15 #room_header_add:focus, #btn-search:focus{ 16 outline:none; 17 } 18 19 #travelers, #pin{ 20 text-align: center; 21 } 17 22 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ 18 23 -
roomcloud/trunk/CSS/wp_se1_horizontal_template_multi_hotel.css
r2606590 r3010596 12 12 --row-height:30px; 13 13 /* custom */ 14 } 15 #room_header_add:focus, #btn-search:focus, #hotel:focus{ 16 outline:none; 14 17 } 15 18 -
roomcloud/trunk/CSS/wp_se1_vertical_template.css
r2606590 r3010596 12 12 } 13 13 14 14 #room_header_add:focus, #btn-search:focus{ 15 outline:none; 16 } 15 17 16 18 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ … … 247 249 background-image: none; 248 250 border: 1px solid #ccc; 249 border-radius: 4px;251 border-radius: 0 4px 4px 0; 250 252 -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 251 253 box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); … … 264 266 background-color: #eee; 265 267 border: 1px solid #ccc; 266 border-radius: 4px ;268 border-radius: 4px 0 0 4px; 267 269 } 268 270 -
roomcloud/trunk/CSS/wp_se2_horizontal_template.css
r2606590 r3010596 13 13 /* custom */ 14 14 } 15 16 15 #room_header_add:focus, #btn-search:focus{ 16 outline:none; 17 } 18 19 #travelers, #pin{ 20 text-align: center; 21 } 17 22 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ 18 23 -
roomcloud/trunk/CSS/wp_se2_horizontal_template_multi_hotel.css
r2606590 r3010596 14 14 } 15 15 16 #room_header_add:focus, #btn-search:focus, #hotel:focus{ 17 outline:none; 18 } 16 19 17 20 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ -
roomcloud/trunk/CSS/wp_se2_vertical_template.css
r2606590 r3010596 12 12 } 13 13 14 14 #room_header_add:focus, #btn-search:focus{ 15 outline:none; 16 } 15 17 16 18 /*BOOTSTRAP ESSENTIALS BASED ON BOOTSTRAP 3 */ … … 247 249 background-image: none; 248 250 border: 1px solid #ccc; 249 border-radius: 4px;251 border-radius: 0 4px 4px 0px; 250 252 -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 251 253 box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); … … 264 266 background-color: #eee; 265 267 border: 1px solid #ccc; 266 border-radius: 4px ;268 border-radius: 4px 0 0 4px; 267 269 } 268 270 -
roomcloud/trunk/JS/wp_se1_horizontal_template.js
r2771116 r3010596 222 222 setup: (picker) => { 223 223 224 picker.on('before:show', (el) => { 225 // some action 226 jQuery('.litepicker').addClass('notranslate'); 227 //console.log('adding notranslate'); 228 }); 229 224 230 picker.on('selected', (date1, date2) => { 225 231 -
roomcloud/trunk/JS/wp_se1_horizontal_template_multi_hotel.js
r2771116 r3010596 226 226 minDate:today.format("YYYY-MM-DD"), 227 227 setup: (picker) => { 228 228 picker.on('before:show', (el) => { 229 // some action 230 jQuery('.litepicker').addClass('notranslate'); 231 //console.log('adding notranslate'); 232 }); 229 233 picker.on('selected', (date1, date2) => { 230 234 -
roomcloud/trunk/JS/wp_se1_vertical_template.js
r2651357 r3010596 83 83 minDate:today.format("YYYY-MM-DD"), 84 84 setup: (picker) => { 85 86 picker.on('before:show', (el) => { 87 // some action 88 jQuery('.litepicker').addClass('notranslate'); 89 //console.log('adding notranslate'); 90 }); 85 91 86 92 picker.on('selected', (date1, date2) => { -
roomcloud/trunk/JS/wp_se2_horizontal_template.js
r2771116 r3010596 221 221 minDate:today.format("YYYY-MM-DD"), 222 222 setup: (picker) => { 223 223 picker.on('before:show', (el) => { 224 // some action 225 jQuery('.litepicker').addClass('notranslate'); 226 //console.log('adding notranslate'); 227 }); 228 224 229 picker.on('selected', (date1, date2) => { 225 230 … … 247 252 jQuery("#calendar_search_span").click(function(){ 248 253 picker.show(); 254 249 255 }); 250 256 -
roomcloud/trunk/JS/wp_se2_horizontal_template_multi_hotel.js
r2771116 r3010596 220 220 setup: (picker) => { 221 221 222 picker.on('before:show', (el) => { 223 // some action 224 jQuery('.litepicker').addClass('notranslate'); 225 //console.log('adding notranslate'); 226 }); 227 222 228 picker.on('selected', (date1, date2) => { 223 229 -
roomcloud/trunk/JS/wp_se2_vertical_template.js
r2692650 r3010596 74 74 setup: (picker) => { 75 75 76 picker.on('before:show', (el) => { 77 // some action 78 jQuery('.litepicker').addClass('notranslate'); 79 //console.log('adding notranslate'); 80 }); 81 76 82 picker.on('selected', (date1, date2) => { 77 83 -
roomcloud/trunk/readme.txt
r3010592 r3010596 78 78 = 2.0.16 = 79 79 fixed hungarian dictionary bug 80 = 2.0.1 8=81 fixed google translation plugin bug80 = 2.0.19 = 81 fixed google automated translation plugin conflict 82 82 83 83 == Frequently Asked Questions == -
roomcloud/trunk/roomcloud.php
r3010592 r3010596 4 4 * Plugin URI: http://www.roomcloud.net 5 5 * Description: A Plugin to add roomcloud booking form to hotel website using [roomcloud] shortcode 6 * Version: 2.0.1 86 * Version: 2.0.19 7 7 * Author: Tecnes Milano Srl 8 8 * Author URI: http://www.roomcloud.net
Note: See TracChangeset
for help on using the changeset viewer.