Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-product
Overview
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
Angel Martin
onestartup-product
Commits
233317de
Commit
233317de
authored
Jul 03, 2018
by
Pancholin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ortografia
parent
52064a13
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
12 deletions
+13
-12
AdminProductController.php
src/controllers/AdminProductController.php
+5
-4
index.blade.php
src/views/category/index.blade.php
+3
-3
edit.blade.php
src/views/product/edit.blade.php
+2
-2
fields.blade.php
src/views/product/fields.blade.php
+1
-1
index.blade.php
src/views/product/index.blade.php
+2
-2
No files found.
src/controllers/AdminProductController.php
View file @
233317de
...
...
@@ -141,11 +141,12 @@ class AdminProductController extends Controller
return
"<p class='mb0'>Nombre: <b>
$product->name
</b></p>"
.
"<p class='mb0'>Slug: <b>
$product->slug
</b></p>"
.
"<p class='mb0'>Categor
i
a: <b>"
.
$product
->
category
->
name
.
"</b></p>"
.
"<p class='mb0'>Fecha creación: <b>"
.
$product
->
created_at
->
format
(
'd/m/Y'
)
.
"</b></p>"
;
"<p class='mb0'>Categor
í
a: <b>"
.
$product
->
category
->
name
.
"</b></p>"
.
"<p class='mb0'>Fecha
de
creación: <b>"
.
$product
->
created_at
->
format
(
'd/m/Y'
)
.
"</b></p>"
;
})
->
addColumn
(
'form'
,
function
(
$product
)
{
return
"<form method='POST' action='"
.
route
(
'admin.product.destroy'
,
$product
->
id
)
.
"'>"
.
return
"<center><form method='POST' action='"
.
route
(
'admin.product.destroy'
,
$product
->
id
)
.
"'>"
.
"<input name='_method' type='hidden' value='DELETE' class='has-value'>"
.
csrf_field
()
.
"<button class='btn btn-danger btn-xs button-mb' onclick='return confirm();' type='submit'>"
.
...
...
@@ -154,7 +155,7 @@ class AdminProductController extends Controller
"<a href='"
.
route
(
'show.product'
,
$product
->
slug
)
.
"' class='btn btn-xs info button-mb' target='new'>"
.
"<i class='fas fa-eye icon-special-size'></i>Ver</a>"
.
"<br><a href='"
.
route
(
'admin.product.edit'
,
$product
->
id
)
.
"' class='btn btn-xs accent mb0'>"
.
"<i class='fas fa-edit icon-special-size'></i>Editar</a>"
;
"<i class='fas fa-edit icon-special-size'></i>Editar</a>
</center>
"
;
})
->
rawColumns
([
'main'
,
'description'
,
'features'
,
'specifications'
,
'form'
])
->
make
();
...
...
src/views/category/index.blade.php
View file @
233317de
...
...
@@ -16,7 +16,7 @@
<div class='box'>
<div class='box-header dark'>
<h2>
Agregar nueva categor
i
a
Agregar nueva categor
í
a
<span></span>
<a aria-expanded='false' class='btn btn-xs btn-danger button-ml' data-toggle='collapse' href='#agregarCategoria'>
Cancelar
...
...
@@ -41,7 +41,7 @@
<div class='box'>
<div class='box-header dark'>
<h2>
Listado de Categor
i
as de productos
Listado de Categor
í
as de productos
<span>
<a aria-expanded='false' class='btn btn-xs btn-info button-ml' data-toggle='collapse' href='#agregarCategoria'>
<i class='fas fa-plus'></i>
...
...
@@ -72,7 +72,7 @@
</td>
<td>
{
{$category->description}
}
</td>
<td>
{
{$category->products->count()}
}
</td>
<td>
<td
class="
text
-
center
"
>
{!! Form::open(['route'=> ['admin.product.category.destroy',
$category->id
],'method'=>'DELETE'])!!}
<button class='btn btn-danger btn-xs button-mb' onclick="
return
confirm
(
'¿Estás seguro de eliminar este elemento?'
);
" type='submit'>
<i class='fas fa-trash-alt icon-special-size'></i>
...
...
src/views/product/edit.blade.php
View file @
233317de
...
...
@@ -39,7 +39,7 @@
<div class='col-md-12'>
<div class='box'>
<div class='box-header dark'>
<h2>Galer
ia de ima
genes</h2>
<h2>Galer
ía de imá
genes</h2>
</div>
<div class='box-body'>
<div class="
row
">
...
...
@@ -47,7 +47,7 @@
{!! Form::open(['route'=> ['admin.product.files.store',
$product->id
], 'method' => 'POST', 'files'=>'true', 'id' => 'my-dropzone' , 'class' => 'dropzone']) !!}
<div class="
dz
-
message
" style="
height
:
200
px
;
">
Arrastra las im
agenes aqui
Arrastra las im
ágenes aqui.
</div>
<div class="
dropzone
-
previews
"></div>
<button type="
submit
" class="
btn
btn
-
success
" id="
submitFiles
">Save</button>
...
...
src/views/product/fields.blade.php
View file @
233317de
...
...
@@ -24,7 +24,7 @@
</div>
<div
class=
'col-md-6'
>
<div
class=
"form-group"
>
{!! Form::label('category_id', 'Categor
i
a', ['class'=>'control-label'])!!}
{!! Form::label('category_id', 'Categor
í
a', ['class'=>'control-label'])!!}
{!! Form::select('category_id', $categories, null, ["class"=>"form-control", "required"=>"required"]) !!}
</div>
</div>
...
...
src/views/product/index.blade.php
View file @
233317de
...
...
@@ -31,8 +31,8 @@
<tr>
<th>#</th>
<th>Producto</th>
<th>Descripci
o
n</th>
<th>Caracter
i
sticas</th>
<th>Descripci
ó
n</th>
<th>Caracter
í
sticas</th>
<th>Especificaciones</th>
<th></th>
</tr>
...
...
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