Buchungen als tr mit inputs

This commit is contained in:
2026-04-28 17:06:08 +02:00
parent a0e2fb986d
commit 23e3c3d4fb
6 changed files with 136 additions and 150 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ contactsUI <- function(id) {
),
fluidRow(
column(4, actionBttn(ns("add"), "Neu", size = "sm", style = "material-flat", color = "warning", icon = icon("plus"), block = T)),
column(4, actionBttn(ns("del"), "Löschen", size = "sm", style = "material-flat", color = "danger", icon = icon("thrash"), block = T)),
column(4, actionBttn(ns("del"), "Löschen", size = "sm", style = "material-flat", color = "danger", icon = icon("trash"), block = T)),
column(4, actionBttn(ns("save"), "Speichern", size = "sm", style = "material-flat", color = "success", icon = icon("floppy-disk"), block = T)),
),
br(),