Changeset 17174 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 25 Nov 2022, 08:42:37 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py
r16120 r17174 89 89 self.tooltip = ' data-toggle="tooltip" title="%s"' % tooltip 90 90 if self.style: 91 style = ' class="btn btn-%s"' % self.style 91 if self.style == 'invisible': 92 style = ' class="invisible"' 93 else: 94 style = ' class="btn btn-%s"' % self.style 92 95 else: 93 96 style = ' class="btn btn-default"'
Note: See TracChangeset for help on using the changeset viewer.