Changes for page homeopathsSheet

Last modified by Jip-jan Alunkel on March 26, 17:31

From version 3.268
edited by Jip-jan Alunkel
on March 16, 13:02
Change comment: Rollback to version 1.38
To version 3.269
edited by Jip-jan Alunkel
on March 16, 13:04
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -100,8 +100,8 @@
100 100   ## Show the properties edit form in a modal.
101 101   #if($hasRight)
102 102   #set($form_start = {
103 - "id": "homeopaths_form",
104 - "product": "homeopaths details",
103 + "id": "${subject}_form",
104 + "product": "${subject} details",
105 105   "method": "post",
106 106   "url": "",
107 107   "use_captcha": "false"
... ... @@ -108,7 +108,7 @@
108 108   })
109 109   #set($submit = {
110 110   "id" : "edit_details",
111 - "button-text" : "Save changes",
111 + "button-text" : '$services.localization.render("save")',
112 112   "clean": "true",
113 113   "help-block" : ""
114 114   })