Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ manageFormCategory.columnId=ID
manageFormCategory.columnCode=Code
manageFormCategory.columnName=Name
manageFormCategory.buttonAdd=Add a Category
message.confirmRemoveCategory=Are you sure you want to delete this category ?

multiviewForms.pageTitle=Viewing form responses
multiviewForms.boxTitle=Viewing form responses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ manageFormCategory.columnId=ID
manageFormCategory.columnCode=Code
manageFormCategory.columnName=Nom
manageFormCategory.buttonAdd=Ajouter une Cat\u00e9gorie
message.confirmRemoveCategory=Etes-vous s\u00fbr de vouloir supprimer cette cat\u00e9gorie ?

multiviewForms.pageTitle=Visualisation des r\u00e9ponses aux formulaires
multiviewForms.boxTitle=Visualisation des r\u00e9ponses au formulaire
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class FormCategoriesJspBean extends AbstractJspBean
private static final String INFO_CATEGORY_REMOVED = "forms.info.formCategory.removed";

// Properties
private static final String MESSAGE_CONFIRM_REMOVE_CATEGORY = "appointment.message.confirmRemoveCategory";
private static final String MESSAGE_CONFIRM_REMOVE_CATEGORY = "forms.message.confirmRemoveCategory";

// Session variable to store working values
private FormCategory _formCategory;
Expand Down