diff --git a/commons/tool/src/webapp/WEB-INF/templates/comment.hbs b/commons/tool/src/webapp/WEB-INF/templates/comment.hbs index 419b1bdca15c..9ff95b4bca5e 100644 --- a/commons/tool/src/webapp/WEB-INF/templates/comment.hbs +++ b/commons/tool/src/webapp/WEB-INF/templates/comment.hbs @@ -1,4 +1,4 @@ - +
{{creatorDisplayName}} {{{content}}} diff --git a/commons/tool/src/webapp/WEB-INF/templates/inplace_comment_editor.hbs b/commons/tool/src/webapp/WEB-INF/templates/inplace_comment_editor.hbs index c00150e5b33e..35b17f0e18c6 100644 --- a/commons/tool/src/webapp/WEB-INF/templates/inplace_comment_editor.hbs +++ b/commons/tool/src/webapp/WEB-INF/templates/inplace_comment_editor.hbs @@ -1,4 +1,4 @@ - +
diff --git a/commons/tool/src/webapp/WEB-INF/templates/post.hbs b/commons/tool/src/webapp/WEB-INF/templates/post.hbs index 086ef10d6c0a..607b3bcd5e5e 100644 --- a/commons/tool/src/webapp/WEB-INF/templates/post.hbs +++ b/commons/tool/src/webapp/WEB-INF/templates/post.hbs @@ -2,7 +2,7 @@
- +
diff --git a/commons/tool/src/webapp/WEB-INF/templates/posts.hbs b/commons/tool/src/webapp/WEB-INF/templates/posts.hbs index 6521bb7fc459..988e79f71d20 100644 --- a/commons/tool/src/webapp/WEB-INF/templates/posts.hbs +++ b/commons/tool/src/webapp/WEB-INF/templates/posts.hbs @@ -1,6 +1,6 @@
- +
{{tr 'post_editor_initial_text'}}
diff --git a/roster2/tool/src/handlebars/members_cards.handlebars b/roster2/tool/src/handlebars/members_cards.handlebars index 9c27f6be9e4b..a02dbadd2fe1 100644 --- a/roster2/tool/src/handlebars/members_cards.handlebars +++ b/roster2/tool/src/handlebars/members_cards.handlebars @@ -12,7 +12,6 @@ {{#if ../printMode}} print {{/if}} - no-popup >
diff --git a/roster2/tool/src/handlebars/members_photogrid.handlebars b/roster2/tool/src/handlebars/members_photogrid.handlebars index 3a829f8c4846..80f9669a9c24 100644 --- a/roster2/tool/src/handlebars/members_photogrid.handlebars +++ b/roster2/tool/src/handlebars/members_photogrid.handlebars @@ -12,9 +12,9 @@ {{#if ../printMode}} print {{/if}} - {{#unless ../viewPicture}} - no-popup - {{/unless}} + {{#if ../viewPicture}} + popup="on" + {{/if}} >
diff --git a/roster2/tool/src/handlebars/members_table.handlebars b/roster2/tool/src/handlebars/members_table.handlebars index f6431029ce8f..5617597c541b 100644 --- a/roster2/tool/src/handlebars/members_table.handlebars +++ b/roster2/tool/src/handlebars/members_table.handlebars @@ -12,7 +12,6 @@ {{#if ../printMode}} print {{/if}} - no-popup > diff --git a/webcomponents/tool/src/main/frontend/js/grader/sakai-grader.js b/webcomponents/tool/src/main/frontend/js/grader/sakai-grader.js index 3f05589eda28..38bdf68f874b 100644 --- a/webcomponents/tool/src/main/frontend/js/grader/sakai-grader.js +++ b/webcomponents/tool/src/main/frontend/js/grader/sakai-grader.js @@ -359,7 +359,7 @@ export class SakaiGrader extends gradableDataMixin(SakaiElement) {
- +