s...@ull.at
unread,Jul 8, 2014, 4:40:33 AM7/8/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ullrigh...@googlegroups.com
Author: klemens
Date: 2014-07-08 10:40:31 +0200 (Tue, 08 Jul 2014)
New Revision: 4129
Modified:
trunk/plugins/ullCoursePlugin/modules/ullCourse/templates/showSuccess.php
Log:
ullCourse: fixes trainer popup
Modified: trunk/plugins/ullCoursePlugin/modules/ullCourse/templates/showSuccess.php
===================================================================
--- trunk/plugins/ullCoursePlugin/modules/ullCourse/templates/showSuccess.php 2014-07-07 08:47:45 UTC (rev 4128)
+++ trunk/plugins/ullCoursePlugin/modules/ullCourse/templates/showSuccess.php 2014-07-08 08:40:31 UTC (rev 4129)
@@ -13,8 +13,16 @@
<p class="ull_course_show_trainer_name">
<?php $popupLink = 'ullCourse/trainer?id=' . $doc['Trainer']['id'] ?>
<?php $popupOptions = array(
- 'title' => __('More about %name%', array('%name%' => $doc['Trainer']['display_name']), 'ullCourseMessages'),
- 'onclick' => 'this.href="#";popup("' . url_for($popupLink) . '", "Popup", "width=600, height=350,scrollbars=auto,resizable=yes");return false;'
+ 'title' => __(
+ 'More about %name%',
+ array('%name%' => $doc['Trainer']['display_name']),
+ 'ullCourseMessages'
+ ),
+ 'onclick' =>
+ 'this.href="#";' .
+ 'window.open("' . url_for($popupLink) . '", "Popup",
+ "scrollbars=yes, resizable=yes, width=600, height=350");' .
+ 'return false;'
) ?>
<?php echo ull_link_to(
__('More about', null, 'ullCourseMessages') . ' ' . $doc['Trainer']['first_name'] . ' ' . $doc['Trainer']['last_name'],