Skip to content

Commit a64558b

Browse files
pkp/pkp-lib#9499 Bring some legacy styling back (#1997)
1 parent bf3f896 commit a64558b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

plugins/importexport/native/templates/results.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*
88
* Result of operations this plugin performed
99
*}
10+
<div class="legacyDefaults">
1011
{if $submissionsWarnings}
1112
<h2>{translate key="plugins.importexport.common.warningsEncountered"}</h2>
1213
{foreach from=$submissionsWarnings item=submissionsWarningMessages name=submissionsWarnings}
@@ -47,3 +48,4 @@
4748
{/foreach}
4849
</ul>
4950
{/if}
51+
</div>

plugins/importexport/users/templates/index.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
);
4242
{rdelim});
4343
</script>
44+
<div class="legacyDefaults">
4445
<form id="importXmlForm" class="pkp_form" action="{plugin_url path="importBounce"}" method="post">
4546
{csrf}
4647
{fbvFormArea id="importForm"}
@@ -57,6 +58,7 @@
5758
{fbvFormButtons submitText="plugins.importexport.users.import.importUsers" hideCancel="true"}
5859
{/fbvFormArea}
5960
</form>
61+
</div>
6062
</div>
6163
<div id="export-tab">
6264
<script type="text/javascript">

plugins/importexport/users/templates/results.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* List of operations this plugin can perform
99
*}
10-
10+
<div class="legacyDefaults">
1111
{if $validationErrors}
1212
<h2>{translate key="plugins.importexport.common.validationErrors"}</h2>
1313
<ul>
@@ -25,3 +25,4 @@
2525
{else}
2626
{translate key="plugins.importexport.users.importComplete"}
2727
{/if}
28+
</div>

0 commit comments

Comments
 (0)