Changeset 2625304
- Timestamp:
- 11/05/2021 10:34:13 PM (4 years ago)
- Location:
- appointmind/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
readme.txt (modified) (1 diff)
-
templates/widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appointmind/trunk
-
Property
tsvn:projectlanguage
set to
1033
-
Property
tsvn:projectlanguage
set to
-
appointmind/trunk/readme.txt
r2494711 r2625304 3 3 Tags: appointmind, appointment, appointments, appointment scheduling, appointment scheduler, appointment booking, schedule organizer, schedule, scheduling, reservation, booking, appointment reservation, terminvergabe, terminbuchung, terminreservierung, termin, termine, calendar, kalender 4 4 Requires at least: 2.5 5 Tested up to: 5. 75 Tested up to: 5.8 6 6 7 7 Include your Appointmind or Schedule Organizer online appointment scheduling calender in any article or in the sidebar. -
appointmind/trunk/templates/widget.php
r1928532 r2625304 8 8 <?php endif ?> 9 9 10 <div id=" <?php echo $view->settingOptionName ?>CalendarLink">10 <div id="appointmind-CalendarLink"> 11 11 <a 12 12 href="<?php echo $view->calendarUrl ?>" 13 13 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');" 16 16 ><?php echo $this->__('Show Calendar') ?></a> 17 17 </div>
Note: See TracChangeset
for help on using the changeset viewer.