totallighting.sk Posted February 3, 2018 Share Posted February 3, 2018 Good morning, I'm looking for a way to modify the history-page in the admine client. I am very interested in how to adjust the alignment of the bottom part of the client's spreadsheet. The code that generates it is lower, I do not know which tpl / php subor needs to be edited, please ask for help, thank you .... <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> 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