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
d7c0856b
Commit
d7c0856b
authored
Jun 04, 2019
by
Tobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dc
parent
2b8be8eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
eventAddForm.php
application/views/Event/eventAddForm.php
+2
-2
eventEditForm.php
application/views/Event/eventEditForm.php
+2
-2
No files found.
application/views/Event/eventAddForm.php
View file @
d7c0856b
...
@@ -274,8 +274,8 @@
...
@@ -274,8 +274,8 @@
</div>
</div>
<div
class=
"col-sm-2"
>
<div
class=
"col-sm-2"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label>
Cap
i
city
</label>
<label>
Cap
a
city
</label>
<input
type=
"text"
class=
"form-control required"
placeholder=
"Provide Cap
i
city"
<input
type=
"text"
class=
"form-control required"
placeholder=
"Provide Cap
a
city"
data-parsley-trigger=
"change"
data-parsley-minlength=
"1"
data-parsley-trigger=
"change"
data-parsley-minlength=
"1"
name=
"capacity"
data-parsley-pattern=
"^[0-9\ . \/]+$"
>
name=
"capacity"
data-parsley-pattern=
"^[0-9\ . \/]+$"
>
</div>
</div>
...
...
application/views/Event/eventEditForm.php
View file @
d7c0856b
...
@@ -308,8 +308,8 @@
...
@@ -308,8 +308,8 @@
</div>
</div>
<div
class=
"col-sm-2"
>
<div
class=
"col-sm-2"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label>
Cap
i
city
</label>
<label>
Cap
a
city
</label>
<input
class=
"form-control required"
placeholder=
"Provide Cap
i
city"
<input
class=
"form-control required"
placeholder=
"Provide Cap
a
city"
type=
"text"
data-parsley-trigger=
"change"
data-parsley-minlength=
"1"
type=
"text"
data-parsley-trigger=
"change"
data-parsley-minlength=
"1"
value=
"
<?=
isset
(
$seat_pricing
[
'capacity'
])
?
$seat_pricing
[
'capacity'
]
:
''
?>
"
value=
"
<?=
isset
(
$seat_pricing
[
'capacity'
])
?
$seat_pricing
[
'capacity'
]
:
''
?>
"
name=
"capacity"
data-parsley-pattern=
"^[0-9\ . \/]+$"
>
name=
"capacity"
data-parsley-pattern=
"^[0-9\ . \/]+$"
>
...
...
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