Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TimeOutAdmin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TimeOut
TimeOutAdmin
Commits
78f2ab76
Commit
78f2ab76
authored
6 years ago
by
Tobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dc
parent
40f8354a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
notification.php
application/views/CMS/notification.php
+4
-0
No files found.
application/views/CMS/notification.php
View file @
78f2ab76
...
...
@@ -34,6 +34,7 @@
<div
class=
"col-sm-6"
>
<div
class=
"form-group"
>
<label>
Registration Mail
</label>
<p>
Email => {:email} , Password => {:password}
</p>
<textarea
id=
"rich_editor"
type=
"text"
class=
"ip_reg_form_input form-control reset-form-custom"
placeholder=
"Registration Mail"
name=
"registration_mail"
style=
"height:108px;"
data-parsley-trigger=
"change"
>
<?=
$notificationData
->
registration_mail
?>
</textarea>
</div>
</div>
...
...
@@ -41,6 +42,7 @@
<div
class=
"col-sm-6"
>
<div
class=
"form-group"
>
<label>
Forgot Mail
</label>
<p>
URL => {:url}
</p>
<textarea
id=
"rich_editor_1"
type=
"text"
class=
"ip_reg_form_input form-control reset-form-custom"
placeholder=
"Forgot Mail"
name=
"forgot_mail"
style=
"height:108px;"
data-parsley-trigger=
"change"
>
<?=
$notificationData
->
forgot_mail
?>
</textarea>
</div>
</div>
...
...
@@ -50,6 +52,7 @@
<div
class=
"col-sm-6"
>
<div
class=
"form-group"
>
<label>
Checker Activation Mail
</label>
<p>
Username => {:user_name}
</p>
<textarea
id=
"rich_editor_2"
type=
"text"
class=
"ip_reg_form_input form-control reset-form-custom"
placeholder=
"Checker Activation Mail"
name=
"checker_activation_mail"
style=
"height:108px;"
data-parsley-trigger=
"change"
>
<?=
$notificationData
->
checker_activation_mail
?>
</textarea>
</div>
</div>
...
...
@@ -57,6 +60,7 @@
<div
class=
"col-sm-6"
>
<div
class=
"form-group"
>
<label>
Provider Activation Mail
</label>
<p>
Username => {:user_name} , URL => {:url}
</p>
<textarea
id=
"rich_editor_6"
type=
"text"
class=
"ip_reg_form_input form-control reset-form-custom"
placeholder=
"Provider Activation Mail"
style=
"height:108px;"
name=
"provider_activation_mail"
data-parsley-trigger=
"change"
>
<?=
$notificationData
->
provider_activation_mail
?>
</textarea>
</div>
...
...
This diff is collapsed.
Click to expand it.
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