Search bar width, action button placement

This commit is contained in:
Ken Hoes
2017-02-08 09:44:55 -05:00
parent 48e75b3e19
commit 24c681d47c
6 changed files with 67 additions and 41 deletions
+7 -5
View File
@@ -1852,6 +1852,12 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
width = "col-lg-8 col-md-8 col-sm-8 col-xs-12";
}
if(actionButtons.length>0){
html += `<div class="list-actions">
${actionButtons}
</div>`;
}
// smart-search directive
html += `
<div
@@ -1869,11 +1875,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
</div>
`;
if(actionButtons.length>0){
html += `<div class="list-actions">
${actionButtons}
</div>`;
}
//html += "</div>";
// Message for when a search returns no results. This should only get shown after a search is executed with no results.