Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2790-dialog_shortcuts
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
f37bbfb68a
|
@ -165,9 +165,13 @@
|
|||
<vn-dialog class="edit"
|
||||
vn-id="edit"
|
||||
on-accept="$ctrl.onEditAccept()"
|
||||
on-close="$ctrl.editedColumn = null"
|
||||
message="Edit buy(s)">
|
||||
on-close="$ctrl.editedColumn = null">
|
||||
<tpl-body>
|
||||
<span translate>Edit</span>
|
||||
<span class="countLines">
|
||||
{{::$ctrl.totalChecked}}
|
||||
</span>
|
||||
<span translate>buy(s)</span>
|
||||
<vn-horizontal>
|
||||
<vn-autocomplete
|
||||
vn-two
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import ngModule from '../module';
|
||||
import Section from 'salix/components/section';
|
||||
import './style.scss';
|
||||
|
||||
export default class Controller extends Section {
|
||||
constructor($element, $) {
|
||||
|
|
|
@ -12,3 +12,5 @@ Weight: Peso
|
|||
Minimun amount: Cantidad mínima de compra
|
||||
Field to edit: Campo a editar
|
||||
PackageName: Cubo
|
||||
Edit: Editar
|
||||
buy(s): compra(s)
|
|
@ -0,0 +1,7 @@
|
|||
.countLines {
|
||||
flex: 0.15;
|
||||
font-size: 24px;
|
||||
color: orangered;
|
||||
font-weight: bold;
|
||||
max-width: 30px;
|
||||
}
|
Loading…
Reference in New Issue