Fix: Merged layouts for core and dog sections as much as possible.
This commit is contained in:
@@ -127,6 +127,7 @@ class Model_View_Base(BaseModel, ABC):
|
||||
FLAG_BUTTON_LIGHT: ClassVar[str] = 'button-light'
|
||||
FLAG_BUTTON_PRIMARY: ClassVar[str] = 'button-primary'
|
||||
FLAG_BUTTON_SHAPE: ClassVar[str] = Button_Shape.FLAG_BUTTON_SHAPE
|
||||
FLAG_BUTTON_SUCCESS: ClassVar[str] = 'button-success'
|
||||
FLAG_CANCEL: ClassVar[str] = 'button-cancel'
|
||||
FLAG_CALENDAR_ENTRY: ClassVar[str] = Calendar_Entry.FLAG_CALENDAR_ENTRY
|
||||
FLAG_CALENDAR_ENTRY_TYPE: ClassVar[str] = Calendar_Entry_Type.FLAG_CALENDAR_ENTRY_TYPE
|
||||
|
||||
Reference in New Issue
Block a user