totallighting.sk Posted February 3, 2018 Share Posted February 3, 2018 (edited) Dobre rano prajem, hladam sposob, ako upravit stranku history-page v admine klienta. Konkretne ma zaujima sposob, ako upravit zarovnanie spodnej casti prehladovej tabulky klienta. Kod, ktory je ju generuje je nizsze, neviem ktory tpl/php subor je potrebne upravit, poprosim Vas o pomoc, dakujem.... <table class="table table-bordered"> <thead> <tr> <th class="first_item">Kód</th> <th class="item">Produkt</th> <th class="item">Množstvo</th> <th class="item">Cena/ks</th> <th class="last_item">Cena celkom</th> </tr> </thead> <tfoot> <tr class="item"> <td colspan="1"> <strong>Položky (s DPH) </strong> </td> <td colspan="4"> <span class="price">15,53 €</span> </td> </tr> <tr class="item"> <td colspan="1"> <strong>Balné a poštovné (s DPH) </strong> </td> <td colspan="4"> <span class="price-shipping">9,21 €</span> </td> </tr> <tr class="totalprice item"> <td colspan="1"> <strong>Celkom:</strong> </td> <td colspan="4"> <span class="price">24,74 €</span> </td> </tr> </tfoot> <tbody> <!-- Customized products --> <!-- Classic products --> <tr class="item"> <td><label for="cb_683">NZ00557</label></td> <td class="bold"> <label for="cb_683"> Fixačný gél pre inštalačnú kotvu 300ml </label> </td> <td class="return_quantity"> <input class="order_qte_input form-control grey" name="order_qte_input[683]" type="text" size="2" value="1"> <div class="clearfix return_quantity_buttons"> <a href="#" class="return_quantity_down btn btn-default button-minus"><span><i class="icon-minus"></i></span></a> <a href="#" class="return_quantity_up btn btn-default button-plus"><span><i class="icon-plus"></i></span></a> </div> <label for="cb_683"><span class="order_qte_span editable">1</span></label></td> <td class="price"> <label for="cb_683">15,53 €</label> </td> <td class="price"> <label for="cb_683">15,53 €</label> </td> </tr> </tbody> </table> Edited February 3, 2018 by totallighting.sk (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now