Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
addcpm-json
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Александр Чаплыгин
addcpm-json
Commits
034d9939
Commit
034d9939
authored
May 20, 2019
by
Александр Чаплыгин
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавил валюту в историю по клику
parent
8be75d0c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
styles-feeds-stat.css
src/public/css/styles-feeds-stat.css
+6
-1
cabinet-feed-click-history.phtml
src/templates/app/user/cabinet-feed-click-history.phtml
+3
-1
No files found.
src/public/css/styles-feeds-stat.css
View file @
034d9939
...
...
@@ -348,6 +348,11 @@ input[type="checkbox"]
width
:
540px
;
}
table
.viewid
.b-basket-content
table
{
width
:
100%
;
}
table
.viewid
.b-basket-content
.basket-link
{
display
:
inline-block
;
...
...
@@ -389,7 +394,7 @@ input[type="checkbox"]
table
.viewid
.b-basket-content
.price
{
width
:
4
0px
;
width
:
5
0px
;
}
...
...
src/templates/app/user/cabinet-feed-click-history.phtml
View file @
034d9939
...
...
@@ -117,13 +117,15 @@ if (!$error) {
<tr>
<td><a
class=
"basket-link"
href=
"
<?=
$item
[
'URL'
]
?>
"
target=
"_blank"
>
<?=
$item
[
'Title'
]
?>
</a></td>
<td><span
class=
"quantity"
>
<?=
$item
[
'Quantity'
]
?>
</span></td>
<td><span
class=
"price"
>
<?=
$item
[
'Price'
]
?>
</span></td>
<td><span
class=
"price"
>
<?=
$item
[
'Price'
]
?>
грн.
</span></td>
</tr>
<?php
endforeach
;
?>
</tbody>
</table>
<?php
endif
;
?>
</div>
<?php
elseif
(
$name
==
'OrderSum'
)
:
?>
<span
class=
"cat"
>
<?=
$view_id
[
$name
]
?>
грн.
</span>
<?php
else
:
?>
<span
class=
"cat"
>
<?=
$view_id
[
$name
]
?>
</span>
<?php
endif
;
?>
...
...
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