Plugin Directory

Changeset 1795613


Ignore:
Timestamp:
01/02/2018 09:22:29 AM (8 years ago)
Author:
GentleSource
Message:

Fixed bug that prevented multiple iframes on the same page.

Location:
appointmind/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appointmind/trunk/appointmind.php

    r1636622 r1795613  
    66Plugin Name: Appointmind
    77Plugin 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.0
     8Description: 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>.
     9Version: 3.7.1
    1010Author: GentleSource
    11 Author URI: http://www.appointmind.com/?tracking=wordpress
     11Author URI: https://www.appointmind.com/?tracking=wordpress
    1212Text Domain: appointmind
    1313Domain Path: /languages
  • appointmind/trunk/readme.txt

    r1792566 r1795613  
    2020
    2121== Changelog ==
     22
     23= 3.7.0 =
     24
     25Fixed bug that prevented multiple iframes on te same page.
    2226
    2327= 3.7.0 =
  • appointmind/trunk/templates/article_calendar.php

    r1196655 r1795613  
    22<iframe
    33    src="<?php echo $appointmindUrlDomain.$appointmindUrlPath.$appointmindUrlParameters ?>"
    4     id="calendarIframe"
    54    style="border:none;width:<?php echo $view->iframeWidth ?>;height:<?php echo $view->iframeHeight ?>;padding:0;margin:0;"
    65    frameborder="0">
  • appointmind/trunk/templates/article_order_form.php

    r1482268 r1795613  
    22<iframe
    33    src="<?php echo $appointmindUrlDomain . $appointmindUrlPath . 'modules/patientorderforms/' . $formType ?>"
    4     id="calendarIframe"
    54    style="border:none;width:<?php echo $view->iframeWidth ?>;height:<?php echo $view->iframeHeight ?>;padding:0;margin:0;"
    65    frameborder="0">
Note: See TracChangeset for help on using the changeset viewer.