Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.278
edited by Jip-jan Alunkel
on March 16, 13:22
on March 16, 13:22
Change comment:
Rollback to version 1.38
To version 3.279
edited by Jip-jan Alunkel
on March 16, 13:31
on March 16, 13:31
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -101,7 +101,7 @@ 101 101 #if($hasRight) 102 102 #set($form_start = { 103 103 "id": "${subject}_form", 104 - "product": "$stringtool.capitalize(${subject} $services.localization.render('web.history.changes.details').toLowerCase())",104 + "product": $services.localization.render("${subject}.pmProduct"), 105 105 "method": "post", 106 106 "url": "", 107 107 "use_captcha": "false" ... ... @@ -121,7 +121,7 @@ 121 121 <div class="modal-content"> 122 122 #createFormStart($form_start) 123 123 <div class="modal-header"> 124 - <h3 class="modal-title">$services.localization.render(" global.word.details")</h3>124 + <h3 class="modal-title">$services.localization.render("web.history.changes.details")</h3> 125 125 <button type="button" class="close" data-dismiss="modal" title="$services.localization.render("modal.close")" aria-label="$services.localization.render("modal.close")"> 126 126 <span aria-hidden="true">×</span> 127 127 </button> ... ... @@ -222,7 +222,7 @@ 222 222 <p>$services.localization.render("global.line.inline_noedit")</p> 223 223 <ul> 224 224 <li>[[$services.localization.render("global.line.edit_in_full")>>path:$doc.getURL('edit','editor=wysiwyg')]]</li> 225 - <li>[[$services.localization.render("back")>>$doc.fullName]]</li> 225 + <li>[[$services.localization.render("core.viewers.comments.preview.button.back")>>$doc.fullName]]</li> 226 226 </ul> 227 227 #end 228 228 #macro(createAddress $className $withLabel)