fix conflict
This commit is contained in:
parent
9a576cd82d
commit
f38db51e45
@ -1807,17 +1807,18 @@ class AdminProducts extends AdminTab
|
||||
echo ' </td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="token" value="'.($token ? $token : $this->token).'" />
|
||||
</form>';
|
||||
if (isset($this->_includeTab) AND sizeof($this->_includeTab))
|
||||
echo '<br /><br />';
|
||||
<input type="hidden" name="token" value="'.($token ? $token : $this->token).'" />';
|
||||
|
||||
if((int)$this->_category->id_parent == 1){
|
||||
echo '<hr>';
|
||||
echo '<h2>Ordonner les produits</h2>';
|
||||
echo '<p><input type="submit" class="button" name="reorder'.$this->table.'" value="'.$this->l('Order products').'" /></p>';
|
||||
echo '<br /><br />';
|
||||
}
|
||||
|
||||
echo '</form>';
|
||||
if (isset($this->_includeTab) AND sizeof($this->_includeTab))
|
||||
echo '<br /><br />';
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user