Changeset 3431553
- Timestamp:
- 01/03/2026 10:13:16 AM (3 months ago)
- Location:
- bookyt/trunk
- Files:
-
- 2 edited
-
css/belegungsplan.css (modified) (3 diffs)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bookyt/trunk/css/belegungsplan.css
r3306153 r3431553 28 28 color: var(--bp-color-text); 29 29 background: var(--bp-color-bg); 30 max-width: 95%; 30 31 } 31 32 … … 79 80 .bookyt_kalender .controls input[type="date"] { 80 81 padding: 8px 12px; 81 font-size: 1em;82 font-size: 0.9rem; 82 83 height: 40px; 83 84 line-height: 24px; … … 87 88 color: var(--bp-color-text); 88 89 box-sizing: border-box; 90 } 91 .bookyt_kalender .controls button, 92 .bookyt_kalender .controls select{ 93 cursor: pointer; 89 94 } 90 95 -
bookyt/trunk/index.php
r3308865 r3431553 4 4 Plugin URI: https://bookyt.de/services/wordpress-plugin 5 5 Description: Integration Bookyt Vermietsoftware in deine Wordpress Seite 6 Version: 2.1 76 Version: 2.18 7 7 Author: Philipp Stäbler (PHCOM GmbH) 8 8 Author URI: https://phcom.de/ … … 109 109 if(!bookyt_isJson($json_data)) 110 110 { 111 return "invalid request - ".$json_data;111 return "invalid request - Pls. check your Account without domain - {$a["account"]} - ".$json_data; 112 112 } 113 113
Note: See TracChangeset
for help on using the changeset viewer.