errors
This commit is contained in:
parent
481be7aeec
commit
1a2e12010c
3 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ getModifyUserR uId =
|
|||
$ renderBootstrap3 BootstrapBasicForm
|
||||
$ modifyUserForm user bs
|
||||
defaultLayout $ do
|
||||
setTitleI (ModifyUser (userIdent user))
|
||||
setTitleI (MsgModifyUser (userIdent user))
|
||||
$(widgetFile "modifyUser")
|
||||
)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ getNewSupplierR :: Handler Html
|
|||
getNewSupplierR = do
|
||||
(newSupplierWidget, enctype) <- generateFormPost
|
||||
$ renderBootstrap3 BootstrapBasicForm newSupplierForm
|
||||
defaultLayout $
|
||||
defaultLayout $ do
|
||||
setTitleI MsgNewSupplier
|
||||
$(widgetFile "newSupplier")
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ getSupplierActionsR sId = do
|
|||
case mSup of
|
||||
Just sup ->
|
||||
defaultLayout $ do
|
||||
setTitleI (MsgSupplieractions (supplierIdent sup))
|
||||
setTitleI (MsgSupplierActions (supplierIdent sup))
|
||||
$(widgetFile "supplierActions")
|
||||
Nothing -> do
|
||||
setMessageI MsgSupplierUnknown
|
||||
|
|
Loading…
Reference in a new issue