mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
Converted Short open tags to php open tags
This commit is contained in:
@@ -6,11 +6,11 @@ $widthColumn = $msgExists === true ? 8 : 12;
|
||||
<table id="msgtable" class="table table-bordered table-condensed tablesort-hover tablesort-active">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?= ucfirst($this->p->t('global','gesendetAm')) ?></th>
|
||||
<th><?= ucfirst($this->p->t('global','sender')) ?></th>
|
||||
<th><?= ucfirst($this->p->t('global','empfaenger')) ?></th>
|
||||
<th><?= ucfirst($this->p->t('global','betreff')) ?></th>
|
||||
<th><?= ucfirst($this->p->t('global','gelesenAm')) ?></th>
|
||||
<th><?php echo ucfirst($this->p->t('global','gesendetAm')) ?></th>
|
||||
<th><?php echo ucfirst($this->p->t('global','sender')) ?></th>
|
||||
<th><?php echo ucfirst($this->p->t('global','empfaenger')) ?></th>
|
||||
<th><?php echo ucfirst($this->p->t('global','betreff')) ?></th>
|
||||
<th><?php echo ucfirst($this->p->t('global','gelesenAm')) ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user