Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Pixel Humain
survey
Commits
e6e95dd1
Commit
e6e95dd1
authored
Jun 19, 2020
by
Tibor Katelbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaking lartevolution
parent
a5decce9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
27 deletions
+25
-27
views/tpls/forms/costum/community/wizard.php
views/tpls/forms/costum/community/wizard.php
+25
-27
No files found.
views/tpls/forms/costum/community/wizard.php
View file @
e6e95dd1
...
...
@@ -37,9 +37,6 @@ if( isset(Yii::app()->session["costum"]["tpls"][$keyTpl]) ) {
.swMain
>
ul
li
>
a
.selected
::before
,
.swMain
li
>
a
.done
::before
{
border-color
:
<?php
echo
(
@
$color1
)
?
$color1
:
$defaultColor
?>
;
}
.bgFormColor
{
background-color
:
black
;
}
</style>
...
...
@@ -47,7 +44,7 @@ if( isset(Yii::app()->session["costum"]["tpls"][$keyTpl]) ) {
foreach
(
$formList
as
$k
=>
$v
)
{
?>
<div
id=
'
<?php
echo
$v
?>
'
class=
'col-sm-offset-1 col-sm-10 sectionStep
bgFormColor
'
style=
"padding-bottom:40px"
>
<div
id=
'
<?php
echo
$v
?>
xx
'
class=
'col-sm-offset-1 col-sm-10 sectionStep '
style=
"padding-bottom:40px"
>
<?php
$form
=
PHDB
::
findOne
(
Form
::
COLLECTION
,[
"id"
=>
$v
]
);
?>
...
...
@@ -111,3 +108,4 @@ jQuery(document).ready(function() {
</div>
</div>
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