aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/help.tpl
blob: 0dc9bc6862fbeb95ffb9103120861b164b71936c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div id="help-content" class="generic-content-wrapper">
	<div class="clearfix section-title-wrapper">
		<h2>{{$module->get_page_title()}}</h2>
	</div>
	{{if $module->missing_translation()}}
	<div class="notice section-content-info-wrapper">
		{{$module->missing_translation_message()}}
	</div>
	{{/if}}
	<div class="section-content-wrapper" id="doco-content">
		<h3 id="doco-top-toc-heading">
			<span class="fakelink" onclick="docoTocToggle(); return false;">
				<i class="fa fa-fw fa-caret-right fakelink" id="doco-toc-toggle"></i>
				{{$module->get_toc_heading()}}
			</span>
		</h3>
		<ul id="doco-top-toc" style="margin-bottom: 1.5em; display: none;"></ul>
		{{$module->render_content()}}
	</div>
</div>