Αυτό:
Κώδικας: Επιλογή όλων<div class="tab-pane" id="tab-attribute">
<div class="table-responsive">
<table id="attribute" class="table table-striped table-bordered table-hover">
<thead>
<tr>
<td class="text-left">{{ entry_attribute }}</td>
<td class="text-left">{{ entry_text }}</td>
<td></td>
</tr>
</thead>
<tbody>
{% set attribute_row = 0 %}
{% for product_attribute in product_attributes %}
<tr id="attribute-row{{ attribute_row }}">
<td class="text-left" style="width: 40%;"><input type="text" name="product_attribute[{{ attribute_row }}][name]" value="{{ product_attribute.name }}" placeholder="{{ entry_attribute }}" class="form-control"/> <input type="hidden" name="product_attribute[{{ attribute_row }}][attribute_id]" value="{{ product_attribute.attribute_id }}"/></td>
<td class="text-left">{% for language in languages %}
<div class="input-group"><span class="input-group-addon"><img src="language/{{ language.code }}/{{ language.code }}.png" title="{{ language.name }}"/></span> <textarea name="product_attribute[{{ attribute_row }}][product_attribute_description][{{ language.language_id }}][text]" rows="5" placeholder="{{ entry_text }}" class="form-control">{{ product_attribute.product_attribute_description[language.language_id] ? product_attribute.product_attribute_description[language.language_id].text }}</textarea>
</div>
{% endfor %}</td>
<td class="text-right"><button type="button" onclick="$('#attribute-row{{ attribute_row }}').remove();" data-toggle="tooltip" title="{{ button_remove }}" class="btn btn-danger"><i class="fa fa-minus-circle"></i></button></td>
</tr>
{% set attribute_row = attribute_row + 1 %}
{% endfor %}
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td class="text-right"><button type="button" onclick="addAttribute();" data-toggle="tooltip" title="{{ button_attribute_add }}" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td>
</tr>
</tfoot>
</table>
</div>
</div>
το αφαιρείς και το τοποθετείς πριν τη γραμμή 92, έτσι
Αν ανοίξεις το αρχείο σε έναν code editor, επιλέγοντας κάποιο tag σου επιλέγει αυτόματα το closing tag και έτσι μπορείς εύκολα να μεταφέρεις τμήματα html και να τα εισάγεις στο σωστό σημείο. Αν δεν έχεις εγκατεστημένο, σου προτείνω τα Visual Studio Code και Atom.
Αλεξάνδρα Γκόγκα - Software Developer @ People’s Code
OpenCart-Hellas.gr - Administrator & Founder
PeoplesCode.com - Επίσημος Αντιπρόσωπος OpenCart | Extensions - Φιλοξενία - Αναβάθμιση - Μεταφορά - Τεχνική Υποστήριξη OpenCart
Ελληνική μετάφραση & Επεκτάσεις OpenCart