Changeset 1795613
- Timestamp:
- 01/02/2018 09:22:29 AM (8 years ago)
- Location:
- appointmind/trunk
- Files:
-
- 4 edited
-
appointmind.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
templates/article_calendar.php (modified) (1 diff)
-
templates/article_order_form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appointmind/trunk/appointmind.php
r1636622 r1795613 6 6 Plugin Name: Appointmind 7 7 Plugin URI: http://www.appointmind.com/wordpress-plugin/?tracking=wordpress 8 Description: Include your Appointmind or Schedule Organizer online appointment scheduling calender in any article or in the sidebar. This plugin requires that you have purchased either a monthly subscription or the downloadable version of the software. This plugin does not include the appointmind scheduling software. You can get the subscription or the software at <a href="http ://www.appointmind.com/?tracking=wordpress" target="_blank">Appointmind.com</a>.9 Version: 3.7. 08 Description: Include your Appointmind or Schedule Organizer online appointment scheduling calender in any article or in the sidebar. This plugin requires that you have purchased either a monthly subscription or the downloadable version of the software. This plugin does not include the appointmind scheduling software. You can get the subscription or the software at <a href="https://www.appointmind.com/?tracking=wordpress" target="_blank">Appointmind.com</a>. 9 Version: 3.7.1 10 10 Author: GentleSource 11 Author URI: http ://www.appointmind.com/?tracking=wordpress11 Author URI: https://www.appointmind.com/?tracking=wordpress 12 12 Text Domain: appointmind 13 13 Domain Path: /languages -
appointmind/trunk/readme.txt
r1792566 r1795613 20 20 21 21 == Changelog == 22 23 = 3.7.0 = 24 25 Fixed bug that prevented multiple iframes on te same page. 22 26 23 27 = 3.7.0 = -
appointmind/trunk/templates/article_calendar.php
r1196655 r1795613 2 2 <iframe 3 3 src="<?php echo $appointmindUrlDomain.$appointmindUrlPath.$appointmindUrlParameters ?>" 4 id="calendarIframe"5 4 style="border:none;width:<?php echo $view->iframeWidth ?>;height:<?php echo $view->iframeHeight ?>;padding:0;margin:0;" 6 5 frameborder="0"> -
appointmind/trunk/templates/article_order_form.php
r1482268 r1795613 2 2 <iframe 3 3 src="<?php echo $appointmindUrlDomain . $appointmindUrlPath . 'modules/patientorderforms/' . $formType ?>" 4 id="calendarIframe"5 4 style="border:none;width:<?php echo $view->iframeWidth ?>;height:<?php echo $view->iframeHeight ?>;padding:0;margin:0;" 6 5 frameborder="0">
Note: See TracChangeset
for help on using the changeset viewer.