File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Result of operations this plugin performed
9
9
*}
10
+ <div class =" legacyDefaults" >
10
11
{ if $submissionsWarnings }
11
12
<h2 >{ translate key= " plugins.importexport.common.warningsEncountered" } </h2 >
12
13
{ foreach from= $submissionsWarnings item= submissionsWarningMessages name= submissionsWarnings}
47
48
{ /foreach }
48
49
</ul >
49
50
{ /if }
51
+ </div >
Original file line number Diff line number Diff line change 41
41
);
42
42
{ rdelim } );
43
43
</script >
44
+ <div class =" legacyDefaults" >
44
45
<form id =" importXmlForm" class =" pkp_form" action =" { plugin_url path= " importBounce" } " method =" post" >
45
46
{ csrf}
46
47
{ fbvFormArea id= " importForm" }
57
58
{ fbvFormButtons submitText= " plugins.importexport.users.import.importUsers" hideCancel= " true" }
58
59
{ /fbvFormArea}
59
60
</form >
61
+ </div >
60
62
</div >
61
63
<div id =" export-tab" >
62
64
<script type =" text/javascript" >
Original file line number Diff line number Diff line change 7
7
*
8
8
* List of operations this plugin can perform
9
9
*}
10
-
10
+ < div class = " legacyDefaults " >
11
11
{ if $validationErrors }
12
12
<h2 >{ translate key= " plugins.importexport.common.validationErrors" } </h2 >
13
13
<ul >
25
25
{ else }
26
26
{ translate key= " plugins.importexport.users.importComplete" }
27
27
{ /if }
28
+ </div >
You can’t perform that action at this time.
0 commit comments