Remove some help entries in favour of help pages in the top right corner.

This commit is contained in:
James Cole
2016-11-02 22:23:40 +01:00
parent e1be4909b9
commit 4106b2e4c0
4 changed files with 6 additions and 23 deletions

View File

@@ -13,7 +13,9 @@
<h3 class="box-title">{{ trans('csv.column_roles_title') }}</h3>
</div>
<div class="box-body">
<p>{{ trans('csv.column_roles_text')|raw }}</p>
<p>
{{ 'see_help_top_right'|_ }}
</p>
</div>
</div>

View File

@@ -17,20 +17,7 @@
{{ 'import_data_full'|_ }}
</h4>
<p>
{{ 'import_intro_what_it_does'|_ }}
</p>
<h4>
{{ 'import_intro_import_conf_title'|_ }}
</h4>
<p>
{{ 'import_intro_import_conf_text'|_ }}
</p>
<h4>
{{ 'import_intro_beta_warning'|_ }}
</h4>
<p class="text-danger">
&nbsp;{{ 'import_intro_beta'|_ }}
{{ 'see_help_top_right'|_ }}
</p>
</div>
</div>