Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 166b320b

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID 166b320bdca4d919da631183dd28450330b7d0ac
  • Vorgänger 9640963c
  • Nachfolger 1fda5ec6

Reclamation: multi edit for: delete, reason, res_desc_ext, res_desc_int

Unterschiede anzeigen:

templates/webpages/reclamation/tabs/basic_data.html
221 221
                    [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %]
222 222
                  [%- END %]
223 223
                </th>
224
                <th>
225
                  [% L.checkbox_tag("select_all_multi_id", checked=0, alt=LxERP.t8('Select/Deselect all'), title=LxERP.t8('Select/Deselect all'), id='select_all') %]
226
                </th>
224 227
                <th class="listheading" nowrap width="3" >[%- 'position'     | $T8 %] </th>
225 228
                <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
226 229
                <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
......
250 253
                <th id="discount_header_id"    class="listheading" nowrap width="15" ><a href='#' onClick='javascript:kivi.Reclamation.reorder_items("discount")'>  [%- 'Discount'    | $T8 %]</a></th>
251 254
                <th class="listheading" nowrap width="10">[%- 'Extended'     | $T8 %] </th>
252 255
              </tr>
256
              <tr class="listheading">
257
                <th></th>
258
                <th class="center">
259
                  [%- L.button_tag('kivi.Reclamation.toggle_selected_rows();', "🔄",
260
                                   title=LxERP.t8("Toggle selection"),
261
                                   alt=LxERP.t8("Toggle selection"),
262
                                   ) %]
263
                </th>
264
                <th colspan="2"></th>
265
                <th class="center">
266
                  [%- L.button_tag('kivi.Reclamation.delete_selected_rows();', LxERP.t8("X"),
267
                                   title=LxERP.t8("Delete selected rows"),
268
                                   alt=LxERP.t8("Delete selected rows"),
269
                                   ) %]
270
                </th>
271
                [%- IF SELF.show_update_button -%]
272
                <th></th>
273
                [%- END -%]
274
                <th colspan="3"></th>
275
                <th>
276
                  [% L.select_tag("reason_for_selected",
277
                                  SELF.reclamation.valid_reclamation_reasons,
278
                                  title_key = 'name',
279
                                  value_key = 'id',
280
                                  with_empty=1,
281
                                  class="wi-small",
282
                                  ) %]
283
                  [%- L.button_tag('kivi.Reclamation.set_selected_to_reason()', "↓",
284
                                   alt=LxERP.t8('Apply to selected rows'),
285
                                   title=LxERP.t8('Apply to selected rows'),
286
                                   ) %]
287
                </th>
288
                <th>
289
                  [% L.areainput_tag("reason_description_ext_for_selected",
290
                                     "",
291
                                     class="wi-mediumsmall",
292
                                     ) %]
293
                  [%- L.button_tag('kivi.Reclamation.set_selected_to_reason_description_ext()', "↓",
294
                                   alt=LxERP.t8('Apply to selected rows'),
295
                                   title=LxERP.t8('Apply to selected rows'),
296
                                   ) %]
297
                </th>
298
                <th>
299
                  [% L.areainput_tag("reason_description_int_for_selected",
300
                                     "",
301
                                     class="wi-mediumsmall",
302
                                     ) %]
303
                  [%- L.button_tag('kivi.Reclamation.set_selected_to_reason_description_int()', "↓",
304
                                   alt=LxERP.t8('Apply to selected rows'),
305
                                   title=LxERP.t8('Apply to selected rows'),
306
                                   ) %]
307
                </th>
308
                <th colspan="7"></th>
309
              </tr>
253 310
            </thead>
254 311

  
255 312
            [%- FOREACH item = SELF.reclamation.items_sorted %]

Auch abrufbar als: Unified diff