Skip to content

Commit 0c713a3

Browse files
#12020 Remove help panel section
1 parent 2a1d6f8 commit 0c713a3

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

templates/layouts/backend.tpl

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -155,42 +155,5 @@
155155
<script type="text/javascript">
156156
pkp.registry.init('app', {$pageComponent|json_encode}, {$state|json_encode});
157157
</script>
158-
159-
<script type="text/javascript">
160-
// Initialize JS handler
161-
$(function() {ldelim}
162-
$('#pkpHelpPanel').pkpHandler(
163-
'$.pkp.controllers.HelpPanelHandler',
164-
{ldelim}
165-
helpUrl: {url|json_encode page="help" escape=false},
166-
helpLocale: '{$currentLocale|substr:0:2}',
167-
{rdelim}
168-
);
169-
{rdelim});
170-
</script>
171-
<div id="pkpHelpPanel" class="pkp_help_panel" tabindex="-1">
172-
<div class="panel">
173-
<div class="header">
174-
<a href="#" class="pkpHomeHelpPanel home">
175-
{translate key="help.toc"}
176-
</a>
177-
<a href="#" class="pkpCloseHelpPanel close">
178-
{translate key="common.close"}
179-
</a>
180-
</div>
181-
<div class="content">
182-
{include file="common/loadingContainer.tpl"}
183-
</div>
184-
<div class="footer">
185-
<a href="#" class="pkpPreviousHelpPanel previous">
186-
{translate key="help.previous"}
187-
</a>
188-
<a href="#" class="pkpNextHelpPanel next">
189-
{translate key="help.next"}
190-
</a>
191-
</div>
192-
</div>
193-
</div>
194-
195158
</body>
196159
</html>

0 commit comments

Comments
 (0)