Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.79 KB | None | 0 0
  1.                       if($k2['web_b_duplikat'] == 0){
  2.  
  3.                       echo '</td><td width="10"><div class="numeric-input">';
  4.                       echo '<input type="text" name="i_mnozstvi" data-cena-id="' . $k2['web_b_cena'] . '" data-kosik-id="' . $k2['web_b_product'] . '" data-id="' . $k2['web_b_id'] . '" value="' . $k2['web_b_mnozstvi'] . '" />';
  5.                       echo '<span class="arrow-up"><i class="icons icon-up-dir"></i></span>';
  6.                       echo '<span class="arrow-down"><i class="icons icon-down-dir"></i></span>';
  7.                       echo '</div>';
  8.                       echo '<p>';
  9.                       echo '<button type="submit" class="button_link_2_a" name="aktualizace_kosiku"><i class="icons icon-ok-3"></i> Přepočítat</button>';
  10.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement