Skip to content
Snippets Groups Projects

Prevent line break in FormEditor.qfqr

Merged Jan Haller requested to merge S20392_form_buttons into develop
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
@@ -27,9 +27,9 @@ dbIndex={{indexQfq:Y}}
30 {
# List of Forms: Do not show this list of forms if there is a form given by SIP.
# Table header.
sql = SELECT '<th data-sorter="false" class="filter-false" width="100px;"><div class="btn-group">'
, CONCAT('p:{{pageSlug:T}}&form=form&') as _pagen
, CONCAT('p:{{pageSlug:T}}&form=formJson&|t:json|b|s') as _page
sql = SELECT '<th data-sorter="false" class="filter-false" width="100px;"><div class="btn-group" style="display: inline-flex;">'
, CONCAT('p:{{pageSlug:T}}&form=form') as _pagen
, CONCAT('p:{{pageSlug:T}}&form=formJson|t:json|b|s') as _page
, '</div></th><th>Name'
, '</th><th>Title'
, '</th><th>Table'
@@ -57,7 +57,7 @@ dbIndex={{indexQfq:Y}}
40 {
# All forms
sql = SELECT '<td><div class="btn-group">'
sql = SELECT '<td><div class="btn-group" style="display: inline-flex;">'
, CONCAT('p:{{pageSlug:T}}&form=form&r=', f.id) as _pagee
, CONCAT('p:{{pageSlug:T}}&form=formJson&r=', f.id, '|t:json|s|b') as _page
, '</div></td>'
@@ -79,7 +79,7 @@ dbIndex={{indexQfq:Y}}
60 {
# All forms
sql = SELECT '<td><div class="btn-group">'
sql = SELECT '<td><div class="btn-group" style="display: inline-flex;">'
, CONCAT('p:{{pageSlug:T}}&form=form&r=', f.id) as _pagee
, CONCAT('p:{{pageSlug:T}}&form=formJson&r=', f.id, '|t:json|s|b') as _page
, '</div></td>'
Loading