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
390065a0
Commit
390065a0
authored
5 years ago
by
Tobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dc
parent
dbd651f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
promocodeForm.php
application/views/Promocode/promocodeForm.php
+2
-2
No files found.
application/views/Promocode/promocodeForm.php
View file @
390065a0
...
...
@@ -48,7 +48,7 @@
<label>
Promo Valid From
</label>
<input
id=
"date"
type=
"text"
class=
"form-control required"
required
autocomplete=
"off"
data-parsley-trigger=
"change"
name=
"start_date"
placeholder=
"Promo Valid From"
value=
"
<?=
(
isset
(
$promo
->
start_date
))
?
$promo
->
start_date
:
''
?>
"
>
value=
"
<?=
(
isset
(
$promo
->
start_date
))
?
date
(
'm/d/Y'
,
strtotime
(
$promo
->
start_date
))
:
''
?>
"
>
<div
class=
"input-group-addon"
style=
"padding-top:29px;border-color:#ffffff!important;"
>
<i
class=
"fa fa-calendar"
></i>
</div>
...
...
@@ -57,7 +57,7 @@
<label>
Promo Valid To
</label>
<input
id=
"date"
type=
"text"
class=
"form-control required"
required
autocomplete=
"off"
data-parsley-trigger=
"change"
name=
"end_date"
placeholder=
"Promo Valid To"
value=
"
<?=
(
isset
(
$promo
->
end_date
))
?
$promo
->
end_date
:
''
?>
"
>
value=
"
<?=
(
isset
(
$promo
->
end_date
))
?
date
(
'm/d/Y'
,
strtotime
(
$promo
->
end_date
))
:
''
?>
"
>
<div
class=
"input-group-addon"
style=
"padding-top:29px;border-color:#ffffff!important;"
>
<i
class=
"fa fa-calendar"
></i>
</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