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
4ccc0070
Commit
4ccc0070
authored
Feb 21, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pattern fixes
parent
59c4064d
Pipeline
#337
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
learner-detail.php
...ntent/plugins/apex_global_lms/template/learner-detail.php
+3
-2
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/learner-detail.php
View file @
4ccc0070
...
@@ -109,14 +109,15 @@ while (have_posts()):
...
@@ -109,14 +109,15 @@ while (have_posts()):
<
/div>
<
/div>
<
div
class
=
"col-sm-8 col-padding"
>
<
div
class
=
"col-sm-8 col-padding"
>
<
input
class
=
"form-control text-feild"
placeholder
=
"Name"
<
input
class
=
"form-control text-feild"
placeholder
=
"Name"
maxlength
=
"200"
type
=
"string"
name
=
"fname"
required
/>
maxlength
=
"200"
type
=
"string"
name
=
"fname"
required
pattern
=
"[a-zA-Z]+[ ][a-zA-Z]+"
/>
<
small
style
=
"font-size: 12px;"
>
format
:
FirstName
LastName
<
/small>
<
input
class
=
"form-control text-feild"
placeholder
=
"Email"
<
input
class
=
"form-control text-feild"
placeholder
=
"Email"
maxlength
=
"200"
type
=
"email"
name
=
"email"
required
/>
maxlength
=
"200"
type
=
"email"
name
=
"email"
required
/>
<
input
class
=
"form-control text-feild"
placeholder
=
"Confirm Email"
<
input
class
=
"form-control text-feild"
placeholder
=
"Confirm Email"
maxlength
=
"200"
type
=
"email"
name
=
"confirmEmail"
required
/>
maxlength
=
"200"
type
=
"email"
name
=
"confirmEmail"
required
/>
<
input
class
=
"form-control text-feild"
placeholder
=
"Phone number"
<
input
class
=
"form-control text-feild"
placeholder
=
"Phone number"
maxlength
=
"200"
type
=
"string"
name
=
"phone"
pattern
=
"
\
+
\
d{2,3}
\
s
\
d*"
required
/>
maxlength
=
"200"
type
=
"string"
name
=
"phone"
pattern
=
"
\
+
\
d{2,3}
\
s
\
d*"
required
/>
<
small
>
format
:
+
xx
xxx
xxxx
xxx
<
/small>
<
small
style
=
"font-size: 12px;"
>
format
:
+
xx
xxxx
xxx
<
/small>
<
div
class
=
"lms-all-course-holder"
>
<
div
class
=
"lms-all-course-holder"
>
<
/div>
<
/div>
<
a
href
=
"#"
class
=
"lms-courses-select-btn"
><
img
class
=
"add-icon"
src
=
"
<?php
echo
plugin_dir_url
(
__FILE__
);
<
a
href
=
"#"
class
=
"lms-courses-select-btn"
><
img
class
=
"add-icon"
src
=
"
<?php
echo
plugin_dir_url
(
__FILE__
);
...
...
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