__('Add your <a target="_blank" title="Opens the Blog Feed Finder in a new tab or window!" href="/blog-feed-finder">blog feed</a> for scanning!').
'</span>','course_text'=>'<p>'.
__('You are <strong>enrolled</strong> in "{{user.course.course_title}}"').'</p>'
__('You are <strong>enrolled</strong> in "{{user.course.course_title}}"').'</p></div>'
),
'not_enrolled'=>array('cat'=>'enrol','label'=>__('Enrol in {{user.course.course_tag}}'),
'course_text'=>'<p>'.
__('You are <strong>not enrolled</strong> in "{{user.course.course_title}}"').'</p>'
)
),
'classes'=>'ore-menu',
'width'=>'400'
),
'login'=>array(
'title'=>__('Log in to OERu Course site'),
...
...
@@ -421,7 +424,7 @@ $dialog_definitions = array(
'title'=>__('Enrollment in "{course_title}" ({course_tag}) failed.'),
'token'=>'failed-to-enrol',
'purpose'=>'confirmation',
'markup'=>'<p>'.__('It is not clear why your enrollment attempt failed - please ').'<a href="'.ORE_CONTACT_URL.'">'.__('contact OERu').'</a>'.__(' to report this problem.'),
'markup'=>'<p>'.__('It is not clear why your enrollment attempt failed - please ').'<a href="'.ORE_SUPPORT_CONTACT.'">'.__('contact OERu').'</a>'.__(' to report this problem.'),
'default'=>array(
'label'=>__('Ok'),
'class'=>'submit',
...
...
@@ -457,7 +460,7 @@ $dialog_definitions = array(
'token'=>'failed-to-unenrol',
'purpose'=>'confirmation',
'markup'=>'<p>'.__('It is not clear why your unenrollment attempt failed - please ').
'<a href="'.ORE_CONTACT_URL.'">'.__('contact OERu').'</a>'.__(' to report this problem.'),
'<a href="'.ORE_SUPPORT_CONTACT.'">'.__('contact OERu').'</a>'.__(' to report this problem.'),