mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Add custom fields to multi-edit form
This commit is contained in:
@ -19,6 +19,7 @@ module Data.Icons exposing
|
||||
, equipmentIcon
|
||||
, folder
|
||||
, folderIcon
|
||||
, itemDatesIcon
|
||||
, organization
|
||||
, organizationIcon
|
||||
, person
|
||||
@ -85,6 +86,20 @@ correspondentIcon classes =
|
||||
i [ class (correspondent ++ " " ++ classes) ] []
|
||||
|
||||
|
||||
itemDates : String
|
||||
itemDates =
|
||||
"calendar alternate outline icon"
|
||||
|
||||
|
||||
itemDatesIcon : String -> Html msg
|
||||
itemDatesIcon classes =
|
||||
i
|
||||
[ class classes
|
||||
, class itemDates
|
||||
]
|
||||
[]
|
||||
|
||||
|
||||
date : String
|
||||
date =
|
||||
"calendar outline icon"
|
||||
|
Reference in New Issue
Block a user