Search / inactive request list paginate

Also:
- Fixed a verbiage error with the confirmation prompts
- Split the I18N for the maintain requests page into its own localized view
This commit is contained in:
Daniel J. Summers
2019-03-16 18:58:17 -05:00
parent 215325f6fb
commit ef4f82cf9d
15 changed files with 341 additions and 70 deletions

View File

@@ -75,7 +75,7 @@ let maintain (churches : Church list) (stats : Map<string, ChurchStats>) ctx vi
|> List.map (fun ch ->
let chId = flatGuid ch.churchId
let delAction = sprintf "/church/%s/delete" chId
let delPrompt = s.["Are you want to delete this {0}? This action cannot be undone.",
let delPrompt = s.["Are you sure you want to delete this {0}? This action cannot be undone.",
sprintf "%s (%s)" (s.["Church"].Value.ToLower ()) ch.name]
tr [] [
td [] [