@@ 370-376 (lines=7) @@ | ||
367 | if ($has_nulls) { |
|
368 | echo "<td colspan=\"{$colspan}\"> </td>" . "\n"; |
|
369 | } else { |
|
370 | if (isset($actions['actionbuttons']['edit'])) { |
|
371 | $actions['actionbuttons']['edit'] = $edit_params; |
|
372 | $actions['actionbuttons']['edit']['attr']['href']['urlvars'] = array_merge( |
|
373 | $actions['actionbuttons']['edit']['attr']['href']['urlvars'], |
|
374 | $keys_array |
|
375 | ); |
|
376 | } |
|
377 | ||
378 | if (isset($actions['actionbuttons']['delete'])) { |
|
379 | $actions['actionbuttons']['delete'] = $delete_params; |
|
@@ 378-384 (lines=7) @@ | ||
375 | ); |
|
376 | } |
|
377 | ||
378 | if (isset($actions['actionbuttons']['delete'])) { |
|
379 | $actions['actionbuttons']['delete'] = $delete_params; |
|
380 | $actions['actionbuttons']['delete']['attr']['href']['urlvars'] = array_merge( |
|
381 | $actions['actionbuttons']['delete']['attr']['href']['urlvars'], |
|
382 | $keys_array |
|
383 | ); |
|
384 | } |
|
385 | ||
386 | foreach ($actions['actionbuttons'] as $action) { |
|
387 | echo "<td class=\"opbutton{$id}\">"; |