File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88
99## [ Unreleased]
1010
11+ * [ PR-90] ( https://github.com/itk-dev/kunstdatabasen/pull/90 )
12+ Cleaned up modals
1113* [ PR-89] ( https://github.com/itk-dev/kunstdatabasen/pull/89 )
1214 Cleaned up assets
1315* [ PR-88] ( https://github.com/itk-dev/kunstdatabasen/pull/88 )
Original file line number Diff line number Diff line change 33 <div class =" modal-content" >
44 <div class =" modal-header bg-light" >
55 <h4 class =" modal-title" id =" item-details-modal-title" ></h4 >
6- <div class =" float-right" >
7- <a id =" item-details-modal-edit-link" class =" me-3" ><i class =" fas fa-edit me-1" ></i ><span class =" sr-only" >{{ ' action.close' | trans }}</span ></a >
8- <button type =" button" class =" btn" data-bs-dismiss =" modal" aria-label =" {{ ' action.close' | trans }}" >
9- <span aria-hidden =" true" ><i class =" fas fa-times" ></i ></span >
10- </button >
11- </div >
6+ <a id =" item-details-modal-edit-link" class =" ms-3" ><i class =" fas fa-edit me-1" ></i ><span class =" sr-only" >{{ ' action.edit' | trans }}</span ></a >
7+ <button type =" button" class =" btn-close" data-bs-dismiss =" modal" aria-label =" {{ ' action.close' | trans }}" ></button >
128 </div >
139 <div class =" modal-body" id =" item-details-modal-body" >
1410 </div >
Original file line number Diff line number Diff line change 122122 <div class =" modal-dialog" role =" document" >
123123 <div class =" modal-content" >
124124 <div class =" modal-header" >
125- <button type =" button" class =" btn" data-dismiss =" modal" aria-label =" {{ ' action.close' | trans }}" >
126- <span aria-hidden =" true" ><i class =" fas fa-times" ></i ></span >
127- </button >
125+ <button type =" button" class =" btn" data-dismiss =" modal" aria-label =" {{ ' action.close' | trans }}" ></button >
128126 </div >
129127 <div class =" modal-body" >
130128 <img class =" img-fluid" id =" carouselImageFull" src =" " alt =" {{ ' frontend.image_large' | trans }}" >
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ admin.item.delete_confirm: Er du sikker på at du vil slette dette?
7777action.edit_item : Redigér
7878action.close : Luk
7979action.create_new_item : ' Opret nyt'
80+ action.edit : Rediger
8081item.form.common : Generelt
8182item.form.art : Kunst
8283item.form.placement : Placering
You can’t perform that action at this time.
0 commit comments