Moved Tablesettings-Helptext to server (using phrases-system)

This commit is contained in:
Cris
2020-04-20 14:58:24 +02:00
parent 637dbefce0
commit 67a29b2ff7
10 changed files with 362 additions and 88 deletions
@@ -0,0 +1,39 @@
<!--CollapseHTML 'Help'-->
<div class="row">
<div class="col-lg-12 collapse" id="tabulatorHelp-<?php echo $tableUniqueId; ?>">
<div class="well">
<h4><?php echo ucfirst($this->p->t('ui', 'tabelleneinstellungen')); ?></h4>
<div class="panel panel-body">
<b><?php echo $this->p->t('table', 'spaltenEinAusblenden'); ?></b>
<p>
<ul>
<li><?php echo $this->p->t('table', 'spaltenEinAusblendenMitKlickOeffnen'); ?></li>
<li><?php echo $this->p->t('table', 'spaltenEinAusblendenAufEinstellungenKlicken'); ?></li>
<li><?php echo $this->p->t('table', 'spaltenEinAusblendenMitKlickAktivieren'); ?></li>
<li><?php echo $this->p->t('table', 'spaltenEinAusblendenMitKlickSchliessen'); ?></li>
</ul>
</p>
<br>
<b><?php echo $this->p->t('table', 'spaltenbreiteVeraendern'); ?></b>
<p><?php echo $this->p->t('table', 'spaltenbreiteVeraendernText'); ?></p>
<div class="alert alert-info">
<strong>INFO: </strong>
<?php echo $this->p->t('table', 'spaltenbreiteVeraendernInfotext'); ?>
</div>
</div>
<br> <!--end panel-body-->
<h4><?php echo $this->p->t('table', 'zeilenAuswaehlen'); ?></h4>
<div class="panel panel-body">
<ul>
<li><?php echo $this->p->t('table', 'zeilenAuswaehlenEinzeln'); ?></li>
<li><?php echo $this->p->t('table', 'zeilenAuswaehlenBereich'); ?></li>
<li><?php echo $this->p->t('table', 'zeilenAuswaehlenAlle'); ?></li>
</ul>
</div>
<br> <!--end panel-body-->
</div><!--end well-->
</div><!--end col collapse-->
</div><!--end row-->