2017-08-05, 02:43:39
Hello,
I did the following changes in the template files now, in case somebody wants to see the publish date in list view also:
For I18N Base:
plugins/i18n_base/pages.php
- line 148: change colspan to 4
- line 173: add <td style="text-align:right;"><?php echo shtDate($page['date']); ?></td>
- fill the missing <td> in the following lines (after else ...) with <td></td>, usually before the <td "secondary link">
For SpecialPages Plugin:
/htdocs/plugins/i18n_specialpages/pages.php
- line 135: change colspan to 4
- line 158: add <td style="text-align:right;"><?php echo shtDate($page['date']); ?></td>
- fill the missing <td> in the following lines (after else ...) with <td></td>, usually before the <td "secondary link">
Thanks.
Shasaar
I did the following changes in the template files now, in case somebody wants to see the publish date in list view also:
For I18N Base:
plugins/i18n_base/pages.php
- line 148: change colspan to 4
- line 173: add <td style="text-align:right;"><?php echo shtDate($page['date']); ?></td>
- fill the missing <td> in the following lines (after else ...) with <td></td>, usually before the <td "secondary link">
For SpecialPages Plugin:
/htdocs/plugins/i18n_specialpages/pages.php
- line 135: change colspan to 4
- line 158: add <td style="text-align:right;"><?php echo shtDate($page['date']); ?></td>
- fill the missing <td> in the following lines (after else ...) with <td></td>, usually before the <td "secondary link">
Thanks.
Shasaar