Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
1d250a1e
Commit
1d250a1e
authored
7 years ago
by
Karl Hasselbring
Browse files
Options
Downloads
Patches
Plain Diff
Produkte sind an neues Design angepasst
parent
2af4ec9d
No related branches found
No related tags found
1 merge request
!1365
Resolve "Filter Options for MetaGer"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/js/searchbar.js
+1
-2
1 addition, 2 deletions
public/js/searchbar.js
resources/assets/less/metager/product.less
+7
-4
7 additions, 4 deletions
resources/assets/less/metager/product.less
resources/views/layouts/products.blade.php
+2
-2
2 additions, 2 deletions
resources/views/layouts/products.blade.php
with
10 additions
and
8 deletions
public/js/searchbar.js
+
1
−
2
View file @
1d250a1e
$
(
function
()
{
$
(
function
()
{
loadLocalStorage
();
loadLocalStorage
();
setSearchbarActionListeners
();
setSearchbarActionListeners
();
...
@@ -401,7 +400,7 @@ function openOptionsDialog () {
...
@@ -401,7 +400,7 @@ function openOptionsDialog () {
}
}
function
closeOptionsDialog
()
{
function
closeOptionsDialog
()
{
$
(
'
#toggleOptBtn
'
).
html
(
'
<i class="fa fa-
sliders
" aria-hidden="true"></i>
'
);
$
(
'
#toggleOptBtn
'
).
html
(
'
<i class="fa fa-
chevron-down
" aria-hidden="true"></i>
'
);
$
(
'
#toggleOptBtn
'
).
attr
(
'
data-mode
'
,
'
o
'
);
$
(
'
#toggleOptBtn
'
).
attr
(
'
data-mode
'
,
'
o
'
);
$
(
'
.search-option-frame
'
).
addClass
(
'
hide
'
);
$
(
'
.search-option-frame
'
).
addClass
(
'
hide
'
);
}
}
...
...
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/product.less
+
7
−
4
View file @
1d250a1e
/* Produktergebnisse */
/* Produktergebnisse */
.product {
.products {
display: flex;
flex-direction: column;
text-align: center;
text-align: center;
border: 1px dotted @product-border-color;
padding: 5px;
padding: 5px;
max-width: 150px;
.lSSlideOuter {
height: 210px;
margin-top: 5px;
border: 1px dotted @product-border-color;
}
a {
a {
color: @product-a-color;
color: @product-a-color;
}
}
...
...
This diff is collapsed.
Click to expand it.
resources/views/layouts/products.blade.php
+
2
−
2
View file @
1d250a1e
<div
class=
"result product"
>
<div
class=
"result product
s
"
>
<h2
class=
"result-title"
>
<h2
class=
"result-title"
>
<span
id=
"mark"
>
@lang('
produktanzeigen')
</span>
@lang('results.
produktanzeigen')
</h2>
</h2>
<ul
id=
"products"
class=
"lightSlider"
>
<ul
id=
"products"
class=
"lightSlider"
>
@foreach($products as $product)
@foreach($products as $product)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment