Skip to content

[18.0][ADD] report_positioned_image#1138

Draft
kanda999 wants to merge 1 commit intoOCA:18.0from
qrtl:18.0-add-report_positioned_image
Draft

[18.0][ADD] report_positioned_image#1138
kanda999 wants to merge 1 commit intoOCA:18.0from
qrtl:18.0-add-report_positioned_image

Conversation

@kanda999
Copy link

@kanda999 kanda999 commented Feb 26, 2026

@qrtl QT6451

@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 18.0-add-report_positioned_image branch from 9cdb5c7 to 008cb16 Compare March 4, 2026 03:59
Comment on lines +11 to +20
<script>
var page = window.location.search.match(/[?&]page=(\\d+)/);
if (page && parseInt(page[1]) > 1) {{
var elements = document.getElementsByClassName('{css_class}');
for (var i = 0; i < elements.length; i++) {{
elements[i].style.display = 'none';
}}
}}
</script>
"""
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it unavoidable to use JS?

@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 18.0-add-report_positioned_image branch from 008cb16 to 87ba8b0 Compare March 5, 2026 03:39
@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 18.0-add-report_positioned_image branch from 87ba8b0 to c6135ae Compare March 5, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant