diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_pm_options.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_options.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_options.html b/phpBB/styles/subsilver2/template/ucp_pm_options.html index 7e2326c084..4802b06720 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_options.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_options.html @@ -76,8 +76,8 @@ </tr> <!-- BEGIN rule --> <tr> - <td class="row1" width="25" align="center"><span class="gen">{rule.COUNT}</span></td> - <td class="row2" width="120"><span class="gen">{rule.CHECK}</span></td> + <td class="row1" width="25" align="center"><span class="gen">#{rule.COUNT}</span></td> + <td class="row2" width="120"><span class="gen"><strong>{L_IF}</strong> {rule.CHECK}</span></td> <td class="row1" width="120"><span class="gen">{rule.RULE}</span></td> <td class="row2" width="120"><span class="gen"><!-- IF rule.STRING -->{rule.STRING}<!-- ENDIF --></span></td> <td class="row1"><span class="gen">{rule.ACTION}<!-- IF rule.FOLDER --> -> {rule.FOLDER}<!-- ENDIF --></span></td> |