Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
4fe9c9c7
Commit
4fe9c9c7
authored
May 10, 2018
by
jenkins
Browse files
Options
Browse Files
Download
Plain Diff
Merge Request accepted by jenkins build success
parents
73134f55
4f5ea278
Pipeline
#518
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
download-now.php
...content/plugins/apex_global_lms/template/download-now.php
+12
-4
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/download-now.php
View file @
4fe9c9c7
...
...
@@ -46,10 +46,14 @@ if ( 'POST' === $_SERVER['REQUEST_METHOD'] && isset( $_POST['download_submit'] )
$courseName
[]
=
'<a href = "'
.
$link
.
'">'
.
$cat
->
name
.
'</a>'
;
}
}
if
(
$catx
==
'all'
)
{
$postContent
.=
'<br><strong>All Courses List: '
.
$listUrl
.
' </strong>'
;
}
}
$postContent
.=
'<strong>Download Courses: ['
.
implode
(
', '
,
$courseName
)
.
'] </strong>'
;
$postContent
.=
'<br><strong>Courses List File: '
.
$listUrl
.
'
</strong>'
;
$postContent
.=
'<strong>Download Courses: ['
.
implode
(
', '
,
$courseName
)
.
']
</strong>'
;
$newDownloadRequest
=
array
(
'post_title'
=>
$fname
.
' '
.
$lname
,
...
...
@@ -436,9 +440,13 @@ $selected_id = isset( $_GET['course'] ) ? $_GET['course'] : - 1;
echo
' selected'
;
}
?>
>
<?php
echo
$term
->
name
;
?>
</option>
<?php
}
}
}
}
?>
<option
value=
"all"
>
Download All Courses
</option>
<?php
$page
=
get_page_by_path
(
'download-all'
);
?>
?>
</select>
</div>
<div
class=
"col-md-12 form-group"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment