Skip to content

Commit 687e52b

Browse files
committed
Merge branch 'removesBulletPoint' into 'stable-3_3_0'
Removes bullet point See merge request softwares-pkp/plugins_ojs/relatorioscielo!33
2 parents 6f4e111 + f7e0d7e commit 687e52b

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

templates/scieloSubmissionsReportPlugin.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
{if $sections|@count > 0}
7575
<h2>{translate key="plugins.reports.scieloSubmissionsReport.sections"}</h2>
76-
<table>
76+
<table class="scieloSubmissionsReportTable">
7777
<div class="pkpListPanel">
7878
<tr>
7979
<td class="value" colspan="2">
@@ -82,7 +82,7 @@
8282
</tr>
8383
</div>
8484
</table>
85-
<table>
85+
<table class="scieloSubmissionsReportTable">
8686
<div class="pkpListPanel">
8787
<tr>
8888
<td class="value" colspan="2">
@@ -151,5 +151,4 @@
151151
{rdelim}
152152
{rdelim});
153153
</script>
154-
155154
{/block}

templates/scieloSubmissionsStyleSheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,8 @@
9292
#noticeTimeGenerateReport {
9393
font-style: italic;
9494
line-height: 22px;
95+
}
96+
97+
.scieloSubmissionsReportTable {
98+
list-style: none;
9599
}

version.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<version>
55
<application>scieloSubmissionsReport</application>
66
<type>plugins.reports</type>
7-
<release>2.4.5.0</release>
8-
<date>2025-04-01</date>
7+
<release>2.4.5.1</release>
8+
<date>2025-05-27</date>
99
<lazy-load>1</lazy-load>
1010
<class>ScieloSubmissionsReportPlugin</class>
1111
</version>

0 commit comments

Comments
 (0)