Changeset 3329855
- Timestamp:
- 07/17/2025 04:24:18 PM (9 months ago)
- Location:
- box-tracker-portal
- Files:
-
- 3 edited
- 16 copied
-
tags/1.1.8 (copied) (copied from box-tracker-portal/trunk)
-
tags/1.1.8/box-tracker-portal.php (copied) (copied from box-tracker-portal/trunk/box-tracker-portal.php) (1 diff)
-
tags/1.1.8/images/Google_logo.png (copied) (copied from box-tracker-portal/trunk/images/Google_logo.png)
-
tags/1.1.8/includes/ajax/ccard-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/ccard-page.php)
-
tags/1.1.8/includes/ajax/jobsite-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/jobsite-page.php)
-
tags/1.1.8/includes/ajax/payment-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/payment-page.php)
-
tags/1.1.8/includes/ajax/profile-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/profile-page.php)
-
tags/1.1.8/includes/ajax/reports-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/reports-page.php)
-
tags/1.1.8/includes/ajax/workorder-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/workorder-page.php)
-
tags/1.1.8/includes/base/activate.php (copied) (copied from box-tracker-portal/trunk/includes/base/activate.php)
-
tags/1.1.8/includes/base/ajax-utility.php (copied) (copied from box-tracker-portal/trunk/includes/base/ajax-utility.php)
-
tags/1.1.8/includes/base/enqueue.php (copied) (copied from box-tracker-portal/trunk/includes/base/enqueue.php)
-
tags/1.1.8/includes/base/server-calls.php (copied) (copied from box-tracker-portal/trunk/includes/base/server-calls.php)
-
tags/1.1.8/javascript/address-validation-script.js (copied) (copied from box-tracker-portal/trunk/javascript/address-validation-script.js) (2 diffs)
-
tags/1.1.8/javascript/dynamic-templates/add-edit-jobsite-page.js (copied) (copied from box-tracker-portal/trunk/javascript/dynamic-templates/add-edit-jobsite-page.js)
-
tags/1.1.8/readme.txt (copied) (copied from box-tracker-portal/trunk/readme.txt) (1 diff)
-
trunk/box-tracker-portal.php (modified) (1 diff)
-
trunk/javascript/address-validation-script.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box-tracker-portal/tags/1.1.8/box-tracker-portal.php
r3329806 r3329855 8 8 Plugin URI: https://www.dumpster.software/api/word-press-plugin.html 9 9 Description: The Box Tracker Portal plugin facilitates online ordering for waste haulers. Customers will be able to book and manage work orders, manage job sites, view reporting and manage their transactions. Using the Web API tab on Box Tracker's Preferences app, you can prevent over booking, control which days of the week online orders will be accepted, and prevent same day ordering. For more information about Box Tracker or this plugin please contact support at 603 546 6751 option 2 or support@cairnapps.com 10 Version: 1.1. 710 Version: 1.1.8 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
box-tracker-portal/tags/1.1.8/javascript/address-validation-script.js
r3329796 r3329855 226 226 b0xTPortal_input.style.whiteSpace = "nowrap"; 227 227 b0xTPortal_input.style.borderRadius = "0px"; 228 b0xTPortal_input.style.width = "calc(100% - 20px)";229 228 b0xTPortal_input.style.border = "0px"; 230 229 b0xTPortal_input.style.padding = "10px"; … … 293 292 let b0xTPortal_powered_by = document.createElement("div"); 294 293 b0xTPortal_powered_by.style.borderRadius = "0px"; 295 b0xTPortal_powered_by.style.width = "calc(100% - 20px)";296 294 b0xTPortal_powered_by.style.border = "0px"; 297 295 b0xTPortal_powered_by.style.padding = "10px"; -
box-tracker-portal/tags/1.1.8/readme.txt
r3329806 r3329855 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 76 Stable tag: 1.1.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
box-tracker-portal/trunk/box-tracker-portal.php
r3329806 r3329855 8 8 Plugin URI: https://www.dumpster.software/api/word-press-plugin.html 9 9 Description: The Box Tracker Portal plugin facilitates online ordering for waste haulers. Customers will be able to book and manage work orders, manage job sites, view reporting and manage their transactions. Using the Web API tab on Box Tracker's Preferences app, you can prevent over booking, control which days of the week online orders will be accepted, and prevent same day ordering. For more information about Box Tracker or this plugin please contact support at 603 546 6751 option 2 or support@cairnapps.com 10 Version: 1.1. 710 Version: 1.1.8 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
box-tracker-portal/trunk/javascript/address-validation-script.js
r3329796 r3329855 226 226 b0xTPortal_input.style.whiteSpace = "nowrap"; 227 227 b0xTPortal_input.style.borderRadius = "0px"; 228 b0xTPortal_input.style.width = "calc(100% - 20px)";229 228 b0xTPortal_input.style.border = "0px"; 230 229 b0xTPortal_input.style.padding = "10px"; … … 293 292 let b0xTPortal_powered_by = document.createElement("div"); 294 293 b0xTPortal_powered_by.style.borderRadius = "0px"; 295 b0xTPortal_powered_by.style.width = "calc(100% - 20px)";296 294 b0xTPortal_powered_by.style.border = "0px"; 297 295 b0xTPortal_powered_by.style.padding = "10px"; -
box-tracker-portal/trunk/readme.txt
r3329806 r3329855 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 76 Stable tag: 1.1.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.