Skip to content
Snippets Groups Projects
Commit 7f1529a4 authored by juanf's avatar juanf
Browse files

SSDM-344 : New Free Form Table structure (ongoing work).

SVN: 32255
parent 7800d8b7
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,6 @@ function FreeFormTableView(freeFormTableController, freeFormTableModel) { ...@@ -163,7 +163,6 @@ function FreeFormTableView(freeFormTableController, freeFormTableModel) {
var $toolBar = $("<span>", { 'style' : 'margin-left:150px;' }); var $toolBar = $("<span>", { 'style' : 'margin-left:150px;' });
var $toolBarBtnUcsv = FormUtil.getButtonWithText('Imp. CSV' ,null).attr('title', 'Import from CSV').tooltipster(); var $toolBarBtnUcsv = FormUtil.getButtonWithText('Imp. CSV' ,null).attr('title', 'Import from CSV').tooltipster();
var $toolBarBtnDcsv = FormUtil.getButtonWithText('Exp. CSV' ,null).attr('title', 'Export to CSV').tooltipster(); var $toolBarBtnDcsv = FormUtil.getButtonWithText('Exp. CSV' ,null).attr('title', 'Export to CSV').tooltipster();
var $toolBarBtnTACL = FormUtil.getButtonWithImage('./img/table-add-column-left.png' ,null).attr('title', 'Add Column on the left.').tooltipster(); var $toolBarBtnTACL = FormUtil.getButtonWithImage('./img/table-add-column-left.png' ,null).attr('title', 'Add Column on the left.').tooltipster();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment