Plugin Directory

Changeset 2625304


Ignore:
Timestamp:
11/05/2021 10:34:13 PM (4 years ago)
Author:
GentleSource
Message:

Tested up to version 5.8

Location:
appointmind/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appointmind/trunk

    • Property tsvn:projectlanguage set to 1033
  • appointmind/trunk/readme.txt

    r2494711 r2625304  
    33Tags: appointmind, appointment, appointments, appointment scheduling, appointment scheduler, appointment booking, schedule organizer, schedule, scheduling, reservation, booking, appointment reservation, terminvergabe, terminbuchung, terminreservierung, termin, termine, calendar, kalender
    44Requires at least: 2.5
    5 Tested up to: 5.7
     5Tested up to: 5.8
    66
    77Include your Appointmind or Schedule Organizer online appointment scheduling calender in any article or in the sidebar.
  • appointmind/trunk/templates/widget.php

    r1928532 r2625304  
    88<?php endif ?>
    99
    10 <div id="<?php echo $view->settingOptionName ?>CalendarLink">
     10<div id="appointmind-CalendarLink">
    1111    <a
    1212        href="<?php echo $view->calendarUrl ?>"
    1313        style="display:block; text-align:center; width:140px;border-radius:8px; background-color:#fff; background-image:url(<?php echo WP_CONTENT_URL ?>/plugins/appointmind/images/calendar.png); background-repeat:no-repeat; background-position:center 10px;padding:90px 0px 10px 0px;margin:10px auto;"
    14         target="<?php echo $view->settingOptionName ?>Calendar"
    15         onclick="window.open('', '<?php echo $view->settingOptionName ?>Calendar', 'width=<?php echo $view->popupWidth ?>,height=<?php echo $view->popupHeight ?>, status, resizable, scrollbars');"
     14        target="appointmind-Calendar"
     15        onclick="window.open('', 'appointmind-Calendar', 'width=<?php echo $view->popupWidth ?>,height=<?php echo $view->popupHeight ?>, status, resizable, scrollbars');"
    1616        ><?php echo $this->__('Show Calendar') ?></a>
    1717</div>
Note: See TracChangeset for help on using the changeset viewer.