// import

This commit is contained in:
Kevin Granger
2013-11-28 19:21:55 +01:00
parent e722a5c817
commit 0f74646524
5 changed files with 216 additions and 242 deletions
+1 -3
View File
@@ -709,9 +709,7 @@ class AdminImportControllerCore extends AdminController
protected function generateContentTable($current_table, $nb_column, $handle, $glue)
{
$html = '<table id="table'.$current_table.'" style="display: none;" class="table">
<thead><tr>';
$html = '<table id="table'.$current_table.'" style="display: none;" class="table table-bordered"><thead><tr>';
// Header
for ($i = 0; $i < $nb_column; $i++)
if (MAX_COLUMNS * (int)$current_table <= $i && (int)$i < MAX_COLUMNS * ((int)$current_table + 1))